Re: bug#68453: closed (Re: bug#68453: [PATCH] doc: Improve VNC Services section.)

2025-04-09 Thread Rostislav Svoboda
it is easier to understand where/what is "local" and where/what is "remote" The patch is attached. Cheers, Bost From 9bf0d51aa1351d12bf5115b7adc3aee8ec7fde75 Mon Sep 17 00:00:00 2001 Message-ID: <9bf0d51aa1351d12bf5115b7adc3aee8ec7fde75.1744212208.git.rostislav.svob...@g

Re: Bug triage

2025-03-11 Thread Rostislav Svoboda
Hello Arun, > I'm happy to improve the Hint message. Could you write up some text to > be added to it? This help page at > https://issues.guix.gnu.org/help#search should also be improved. Happy > to accept contributions there as well. I thought the source code might contain some test cases that w

Re: Trying out Codeberg

2025-02-18 Thread Rostislav Svoboda
People, I find codeberg to be slow :-/ Cheers, Bost

Re: Trying out Codeberg

2025-02-16 Thread Rostislav Svoboda
Hello Ludo' > 1. try and look at pull requests, but only for trivial packaging > changes (I will close pull requests that don’t fit the bill); Please pull this one: https://codeberg.org/civodul/guix/pulls/3 That's an ideal candidate. It's just a silly Emacs package that "displays a buffer

Re: renaming of fpga.scm module

2025-02-08 Thread Rostislav Svoboda
Hi Cayetano, If you think renaming the module is justified, feel free to submit a patch addressing your concern, along with a rationale like the one in your email. Someone with commit access may or may not accept it eventually. (FYI I don't have a commit access.) Cheers, Bost Le sam. 8 févr. 202

Re: bug#68453: closed (Re: bug#68453: [PATCH] doc: Improve VNC Services section.)

2025-02-08 Thread Rostislav Svoboda
Hello Maxim, Thank you for reopening the issue. > > I meant that at one place we have (display-number 10), and then about > > 15 lines below, we have (display-number 5). That’s inconsistent! > > The same applies to the port numbers: 5910 vs. 5905. > > Is it a problem to show the use of different

Re: Guix Days and Fosdem 2025

2025-01-17 Thread Rostislav Svoboda
> Im marked down for two days, but I will be going to the Friday event (im > going to a community metrics event on the Thursday). > Also Im stepping out for a lecture at 230 PM on the Friday. > > Perhaps whoever has the stamina to navigate the buggy FSF site can > update that detail, so that they c

Re: Guix Days and Fosdem 2025

2025-01-17 Thread Rostislav Svoboda
Hello, > Registration for Guix days is closed because we have 60 people signed > up. Sadly we can only handle so many. If you changed your mind, you > can remove your name from the list so we can let someone in. In such a case please put me on the list. Thank you. Cheers, Bost

Re: GNU Manuals in Info/HTML format via Guix?

2025-01-09 Thread Rostislav Svoboda
> Following a discussion on emacs-devel, several people suggested that > GNU Guix may be a a good way to contemplate this distribution mechanism, > for obvious GNU-related reasons. As a side note, at the Guix Days Fringe of FOSSDEM almost a year ago, we had a session dedicated to Guix documentatio

Re: Bug triage

2024-11-08 Thread Rostislav Svoboda
Hi, > Isn't this the same as [...] I wasn't talking about the meaning of the predicates in my examples. I wanted to point out that: - it would be nice to have a few predicate examples under the Hint and/or in the Help https://issues.guix.gnu.org/help#search - it seems like negation (i.e. "NOT") c

Re: Bug triage

2024-11-08 Thread Rostislav Svoboda
Hello, > I've tried to do some bug/patch triage yesterday and marked a bunch of > patches as "easy" How well does mumi, the issue tracker, support predicates? This does not work: 'tag:easy AND (NOT (is:closed OR is:done))' https://issues.guix.gnu.org/search?query=tag%3Aeasy+AND+%28NOT+%28is%3Acl

Re: Security-Enhancement: Fine Control for guix pull --allow-downgrades

2024-04-12 Thread Rostislav Svoboda
Hello Florian, > do not use [] for parentheses; always use (), which is Guix policy. Changed. > This is a good idea in my opinion, but please send the > patch as a mail to guix-patc...@gnu.org. Done. See https://issues.guix.gnu.org/70353 Cheers, Bost

Security-Enhancement: Fine Control for guix pull --allow-downgrades

2024-04-10 Thread Rostislav Svoboda
7; from Git repository at 'https://bar.domain.org/bar-repo'... Updating channel 'guix'; validate-pull 'ensure-forward-channel-update' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... [...] The patch is just a starting point and doesn'

Re: Backdoor in upstream xz-utils

2024-03-31 Thread Rostislav Svoboda
> >> Is there a way we can blacklist known bad versions? > > I'm not sure what you mean, but I don't think so. For beginning, what about adding a short comment: diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 5de17b6b51..fd5ab7ba00 100644 --- a/gnu/packages/compress

Re: Google Season of Docs 2024

2024-02-12 Thread Rostislav Svoboda
> 3. Any for improving the documentation? Example snippets for every function. Basically like https://clojuredocs.org/ but for Guile / Guix. Thanks in advance.

Re: Guix CLI, thoughts and suggestions

2024-02-04 Thread Rostislav Svoboda
This is something we're capable of too, right? https://everything.curl.dev/libcurl/libcurl Bost Le lun. 22 janv. 2024 à 01:22, Carlo Zancanaro a écrit : > > Hi Ian, > > On Sat, Jan 20 2024, Ian Eure wrote: > > I agree that this would make sense, but my understanding is that `guix > > package' do

Re: Guix CLI, thoughts and suggestions

2024-01-18 Thread Rostislav Svoboda
I find the discrepancy regarding two dashes '--' is annoying: $ guix package --list-generations=1d ... $ guix describe --list-generations=1d guix system: error: list-generations=1d: unrecognized option $ guix describe list-generations=1d ... And more importantly, I'd be happy if the CLI and REPL

Re: Commit Access: Sharlatan Hellseher

2024-01-16 Thread Rostislav Svoboda
> Just my 2 cents, I imagine every person here has their own workflow. I personally don't have any yet (and I assume I'm not the only one) so I'm really thankful for your snippet. Cheers Bost