Patrycja
Patrycja

Been almost 2 years and it's still the case: ``` [2022-05-07T02:24:02Z INFO acmed::config] /etc/acmed/acmed.toml: loading configuration file [2022-05-07T02:24:02Z INFO acmed::config] /etc/acmed/default_hooks.toml: loading configuration file [2022-05-07T02:24:02Z INFO acmed::config] /etc/acmed/letsencrypt.toml: loading configuration...
it would also be cool if it was possible to count deletions as modified / staged (mostly because i'm used to this behaviour in powerlevel10k)
Hotfix for Alpine Linux: - Go to `$GOPATH/src/github.com/therecipe/env_linux_amd64_513/5.13.0/gcc_64/bin/` - Remove following files: `qmake`, `moc` - Add symlinks from `/usr/lib/qt5/bin/` to the removed files (you might need to install the `qt5-qtbase-dev`...
Nevermind, running actual apps still doesn't work on musl, because apparently the library needs to download a binary from... who knows where, which doesn't launch: ``` downloading qtbox => 99%...
@gsantner, thanks for notifying me. I've created a pull request with new strings translated.
Should be fixed as soon as this is merged: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/36084/diffs
Dirty workaround that should work with BlockStatement: ```javascript estraverse.replace(tree, { enter: (node, parent) => { const nodes = // ... const index = parent.body.findIndex(n => n === node) parent.body.splice(index, 1,...
i've stumbled over the same issue, from my experience it's not limited to 1.19 either; mojang distributes `liblwjgl.so` pre-compiled against glibc which doesn't work under musl, either with gcompat or...