Quentin McGaw
Quentin McGaw
Hey there, sorry, a bit of a year late... but settings seem to persist across browser refresh if that's what you mean?
You can inspire from https://github.com/qdm12/latexdevcontainer/commit/4031e45f2cd9e09db5c60dd3a80e391fa9ef7a2f and add support for another flavor of arm than aarch64/arm64 :wink: I'm a bit out of time currently, but I would be happy to accept...
Indeed, go for it 👍 Although an alternative path would be to just remove labels entirely, I don't think it's that needed given the low number of issues we have...
Sorry I don't really have the time, but I'll eventually get to it. Feel free to open a PR for a Dockerfile and I can finish up the CI part...
Basically `include_file` does not work at all. I have the same problem for a specific `.js` file. If you include the relevant extension in `include_ext` then it works, highlighting really...
The last bit of the url (`1715082639` for `https://assets.windscribe.com/serverlist/mob-v2/1/1715082639`) is for the cache and is meant to be random for every request. If you try to access it for example...
What do you get from: ```sh docker run -it --rm alpine:3.18 apk add iptables iptables -L echo $? exit ``` What's the code? Usually `(signal: segmentation fault)` means there is...
`echo $?` should had logged an exit code such as `0`, `1` or another number. A bit strange nothing is 'echoed'. `iptables v1.4.21` is **10 years old** ([link](https://www.netfilter.org/projects/iptables/downloads.html)), would it...
Hi there, did you figure it out in the end? Thanks!
Closing due to inactivity