Tristan Maat
Tristan Maat
Just to be clear, original work was by @ericsagnes, who published it under CC0 as I understand it, I just imitated it to be as close to the original as...
Pretty sure the issue is upstream, there are a bunch of issues related to this: https://github.com/getsops/sops/issues/1414 I, too, would like it to just work again, adding a new key a...
> See #32 for a possible solution Very cool! Hope it lands, last I looked upstream wasn't really accepting PRs because they're working on a more-or-less full rework of the...
> I would say that Snapcraft would make much more sense since Snapcrafts are in the PATH. Or how are you executing gamescope? flatpaks can also be in `$PATH`, try...
> You launch steam as a flatpak and from this you launch a game which will be launched from gamescope. This should make the most sense It would, wouldn't it?...
This also affects Linux clients connecting to a Windows host. Including `libMonoPosixHelper.so` in `lib64` does indeed "solve" the problem, should we ask upstream to bundle that library? For reference, the...
It's been resolved!
https://github.com/jonathantneal/posthtml-md can be used for some limited support in html being bundled with parcel :)
@Atemu from what I've read, it's to help enforce hermetic evaluation and avoid impurities. Presumably it also has advantages for code simplicity, because you don't need to write something separate...
> but I don't see any point in hermetic eval on local files. You might not realize you're using local files, accidentally sneak in state, and then be surprised when...