PgBiel

Results 402 comments of PgBiel

I'm confused, isn't this what `("A",) * 2` calls? It produces `("A", "A")` as well. Perhaps you misinterpreted what `mul` was alluding to in this context?

Perhaps we can find a compromise by making a package with those functions? That way all the other ones in the linked references can be added as well.

Nix flakes are pretty widely used nowadays despite that warning. Even then, I agree we should keep previous instructions regarding `default.nix` and `shell.nix` (& co.) if they were already there....

> If you have a Flake.nix it is trivial to extend that to a Nix shell. True, you have a point. You can use `flake-compat` to convert a Flake to...

> > Of note, unless we are doing something with some specific cursed dependencies, it's very likely a Nix setup - with flakes or otherwise - would work on non-NixOS...

Could the custom PATH changes be perhaps pulled into a separate PR to make it easier to review? I'm particularly interested in this feature. Let me know if I could...

I've been using this PR's branch in production[^1] for several months now and it's been fine, so I don't think there is much missing for this particular feature :) Just...

The `auto` keyword only has meaning where it is given, so it's likely that this fallback behavior wasn't implemented. Doesn't sound that bad of an idea though. But you could...

I agree `show-set` needs more documentation, especially since its semantics changed fairly recently. We should emphasize that ```typ #show x: it => { set y(a: b, c: d) it }...

I have a feeling that it'd still be nice to be able to configure those independently of the font (while also offering the possibility of having per-font configuration).