Results 15 comments of aerth

On arch linux, trying to run on port 80 in 'secure mode' didn't drop privileges even though it said its running in secure mode. the UID and GID options give...

Just cloned `fsv` and got it running. Ran into this issue shortly after... For me, it happens pretty much **every time** I double/triple click anywhere Sometimes its a `Segmentation fault`...

looks like it! here is 8M fat and 28M ext3 ``` #!/bin/bash SIZE_EXT2=64000 # sectors, max is 65535 PATH=$PATH:/usr/sbin:/sbin set -euo pipefail EXT2_TMP="$(mktemp)" trap "rm $EXT2_TMP" EXIT test "$1" truncate...

seems to be related to tileset margin, changing the level11 map to margin=2 seems to make the grid disappear but then introduces a weird offset that cuts of the top-right...

for me, it was importing a file that included a bad include. example: ``` {% include "not-found/404.html" %} ``` the error given by gulp-nunjucks could include line number and actual...

I think we need the 2FA OTP Secret, but can probably hash the backup codes!

Wow! @jdormansteele any progress?

its because it `curl`'s a pre-compiled binary .so file that is meant for a specific OS version the makefile should build `post-rs` from source, specific git commit hash, and use...