Daenney
Daenney
I've proposed something to that end in the PR, #18. It's relatively straightforward nowadays to do a real filesystem with fallback to embedded assets thanks to the `fs.FS` interface.
Thanks, that clears up a few things. That still leaves me wondering though, what happens in the case both persist and filesystem are declared for the same path. In the...
> In particular about Firefox, if you don't persist the .mozilla folder then it won't be able to write its configurations anywhere and as far as I can tell those...
> --persist=xdg-data/fonts https://github.com/flathub/org.gnome.FontManager/blob/a2d2eecd0cba7b11e86be59fbb64bc178f7d8b46/org.gnome.FontManager.yaml#L14-L20 for example or https://github.com/flathub/org.gabmus.gfeeds/blob/f3e8575d62b1701e885b0bda54222634130c6864/org.gabmus.gfeeds.json#L16-L19 There's more, but GitHub search across the org is a bit useless currently.
It would be really lovely to get some documentation that details how to do this. For example, when I login to Grafana Cloud, the example configuration for Loki only includes...
Considering the Rubygems hack of early this year and the attack on Python's wiki infrastructure I'm not sure we can afford to wait for 'a future point in time'. The...
My apologies, when people say things like 'a future point in time' I've come to interpret that as "when pigs can fly".
systemd's `resolvectl` will query for both if a type is not specified: ``` $ resolvectl query google.com google.com: 2a00:1450:400f:800::200e 142.250.74.14 ``` `nslookup` shares that behaviour: ``` $ nslookup google.com Non-authoritative...
Sorry, in the browser. I came from a different GitHub issue which had a matrix.to link to a discussion.
Instead of dealing with an `@id` of `null`, and the potential unfortunate clashes that arise whether you do or do not do JSON-LD processing, could we not leverage the fact...