Yeechan Lu
Yeechan Lu
+1 annoyed me for almost one whole year
以及自然数字排序…… 比如10.jpg和2.jpg,应该是2在前,10在后。 但是这应该作为一个单独的设置,因为有的场合反而不能这样用……
See #98. You may try add `NP_RUNTIME=bwrap` to workaround this until #98 is fixed.
> Anyways, v012 should fix the issue with nix-portable not falling back to bwrap automatically. Can you confirm that it works now? Still no luck :crying_cat_face: same error I updated...
Worth noting in np_debug_v012.log: ``` + /home/user/.nix-portable/bin/nix --store /home/user/.nix-portable/tmp/__store shell -f /home/user/.nix-portable/mini-drv.nix -c /home/user/.nix-portable/bin/nix store add-file --store /home/user/.nix-portable/tmp/__store /home/user/.nix-portable/tmp/testfile this derivation will be built: /nix/store/mbwnbda8s0f5rlpprm2km8m69gkq94nm-foo.drv building '/nix/store/mbwnbda8s0f5rlpprm2km8m69gkq94nm-foo.drv'... + chmod -R...
Arch Linux. Up-to-dated (with an old kernel for ZFS). --- However, this is a little embarrassing to say... Actually, I am new to nix. Due to my oversatisfaction to bundling...
Reproducible with ArchLinux Netboot Release 2024.04.01. Here's the rough session transcript: ```shellSession # uname -a Linux archiso 6.8.2-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 28 Mar 2024 17:06:35 +0000 x86_64 GNU/Linux #...
> Maybe I can add a test for it to the CI pipeline. Maybe you should try adding test for `nix run nixpkgs#hello` to the CI pipeline... Producible on Debian...
```diff diff --git a/uv.cmake b/uv.cmake index d186a07..c638aeb 100644 --- a/uv.cmake +++ b/uv.cmake @@ -121,6 +121,7 @@ else() ${LIBUVDIR}/src/unix/timer.c ${LIBUVDIR}/src/unix/tty.c ${LIBUVDIR}/src/unix/udp.c + ${LIBUVDIR}/src/unix/pthread-barrier.c ) endif() ``` (ref: https://stackoverflow.com/a/40911928/2724079)
In fact at this moment this bot is just a worker and doesn't start a HTTP web server. In `Procfile` you should replace `web` to `worker`.