> While I understand this “extra“ work is a burden, what would you suggest
> to reduce the number of broken packages? Because all the red circles in
> the dashboard [2] is a strong issue, IMHO.
some random 0.02 follows from a non-committer. i don't think this would be a
lot of extra burden, but
Hi Tobias,
On lun., 23 janv. 2023 at 19:30, Tobias Platen wrote:
> Unfortunately I'll won't make it to Brussels this year, so I ask if
> there is an IRC chat or recording of talks at the fringe event.
The fringe event will not be recorded, sadly. Some people will be on
IRC I guess. :-)
Cheer
--- Original Message ---
On Tuesday, January 24th, 2023 at 2:50 AM, Csepp wrote:
> There have been countless times when I was using etc/commiter.scm and it
> commited more than it should have and then slapped an incorrect message
> on it.
> I think it would make a lot more sense if addin
Ekaitz Zarraga writes:
> --- Original Message ---
> On Tuesday, January 24th, 2023 at 2:50 AM, Csepp wrote:
>
>
>> There have been countless times when I was using etc/commiter.scm and it
>> commited more than it should have and then slapped an incorrect message
>> on it.
>> I think it
Hello Guix,
I've been struggling to write Part 2 of Dissecting Guix; I'm just not sure
where to start to
explain monads.
It's hard for a variety of reasons, those being that:
- Guile has no type system, so you can't express monads in terms of types
- Guix doesn't implement very many monads