Philippe Vaucher

Results 314 comments of Philippe Vaucher

So I did `apt install qemu-user-static:i386` but it still bugs :cry: The process still gets stuck in a loop involving `getdents64`. ``` root@earth:~# file /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static: ELF 32-bit LSB executable,...

Hum reading the backtrace, I think this is actually a duplicate of https://github.com/myuhe/smartrep.el/issues/14

A similar change than https://github.com/Shopify/shopify_app/pull/404/commits/fae3b2496b000db781a267cfcb2c7489e09f2be1 needs to be applied.

@mad73923 nice finding, but when you say "SSO will be completely disabled", how does login work for the dashboard UI? or is SSO only disabled for peers?

In the meantime you can use this: ``` shell netbird status --json | jq '.peers.details[] | select(.connectionType == "P2P")' ```

If I understand correctly, you want to use my image to produce something like https://emacs.secretsauce.net/pool/main/e/emacs-snapshot/ ? Maybe this is more a question for https://nixos.org, but basically all my images do...

Thanks. Actually the error is logged but in another buffer like `* docker image rm 7fb468b501e1 *` which is not very convenient. What should be done is modify https://github.com/Silex/docker.el/blob/master/docker-process.el#L105 and...

It's actually a bit more complicated than that, but working on something.