Re: icecat vs https

2025-02-18 Thread Yulran
On Tue, Feb 18 2025, lev...@riseup.net wrote: > I can't remember the specific one that prompted the OP but this one > causes the same error message (it is from recent history.) > https://www.youtube.com/channel/UCshObcm-nLhbu8MY50EZ5Ng > > The error is, so far, limited to youtube links or possibl

Re: Nested gexps in mcron job definitions

2024-12-09 Thread Yulran
er wrote: > Hi Yulran, > > I think this is related to how gexps are expanded. In your first gexp, you > use #$accounts, which expands to ("account1" "account2"), and it's > interpreted as a procedure call. > > Untested, but '#$accounts shoul

Nested gexps in mcron job definitions

2024-12-09 Thread Yulran
Hi guix, I'm having trouble with nesting g-expressions when defining a mcron job. I want the job to run the same "mastodon-archive" commands for several accounts, so I define a list of accounts and use 'map' to build the complete command. This works well when there are only strings involved, bu

Re: trouble defining a shepherd service

2024-12-02 Thread Yulran
Hi, I hope you found the solution in the meantime, but in case it helps, there's also an issue in your service-extension that will indeed cause 'Wrong type to apply' or 'Wrong type argument' errors when you try to build your system. The second argument of service-extension should be a function