jordan
jordan
Thanks for the fix
Thanks. Would you mind running `cargo check` to bump the lockfile too please?
Can you access the plain variant of the file views by appending `?raw=true` to the URL? If so, it's likely an issue with treesitter. The exit code of the binary...
Ah, v_htmlescape is an interesting one. It's specifically the macro invocation in the build script that is causing this because the build script currently runs on github runners. https://github.com/zzau13/v_escape/blob/master/v_htmlescape/build.rs#L8 `docker...
I've also ran into this problem with short-lived certificates, `kill -HUP $PID` doesn't seem to be enough for Vector to pickup the new certificates and instead needs a full restart
The issue stems from the [Dockerfile](https://github.com/w4/rgit/blob/main/Dockerfile) no longer calling into the [entrypoint.sh](https://github.com/w4/rgit/blob/main/scripts/docker/entrypoint.sh), so the binary is expecting `"[::]:8000" /git -d /tmp/rgit-cache.db` to be passed in as arguments. Ideally the Dockerfile...
If you pass `--help` it should give you more information about the command. I don’t use Docker myself but I’d assume you need an `args` key with `"[::]:8000" /git -d...