abel

Results 6 comments of abel

Nix promotes declarative and reproducible builds, and it is indeed possible to install AppImage on NixOS too but this isn't supported out of the box as these usually depends on...

The link is still broken as of 16/03/2023 but ChatGPT helped me understand its usage : ```ruby describe file(f) do it { should_not be_more_permissive_than '0644' } end ``` The documentation...

hello, have you had the chance to advance on this ? thanks !

Thank you for your time. It seems that the OOM gets triggered before the breakpoint : ``` ➜ ./snapshot_client.sh ... Hardware assisted breakpoint 1 at 0x5555556c30d0: file tif_open.c, line 93....

Note that building from upstream works. `Cargo.toml` file : ```toml [package] name = "blabla" version = "0.1.0" edition = "2024" [dependencies] rhai = { git = "https://github.com/rhaiscript/rhai.git" } ``` ```shell...