Francesco Gazzetta
Francesco Gazzetta
Some GUI tests make a screenshot at some point: ``` > git grep machine\.screenshot nixos/tests | wc -l 74 ``` In many cases such screenshots can only be inspected by...
For some reason I only get this error on ARM while compiling the new evilpixie release ``` ../src/file_save.cpp: In function 'void SaveLayer(const Layer&, const string&, const ProjSettings&)': ../src/file_save.cpp:107:39: error: no...
Some systems (NixOS, virtualenvs...) do not put python3 in /usr/bin.
Basically just this: ```bash vabal --nix # runs the command: nix-shell -p cabal2nix --run "cabal2nix --compiler $GHC_VERSION_HERE --shell > shell.nix" ```
(continuing from #5491) Right now `cabal v2-install x` first builds x and then attempts to symlink its executables, failing if they already exist. Instead, we should check for existing symlinks...
**Summary** I get "Parse Error: Viewing angle has to be smaller than 180 degrees." when using povray built by GCC 13, no error with GCC 12 **POV-Ray Version** - Incarnation:...
When I try to run `flake-info` as written in the readme I get an error: ``` $ nix run nixos-search#flake-info -- --json nixpkgs nixos-21.05 Error: Getting nixpkgs info caused an...
Currently a bogus `$GHC_ENVIRONMENT` can make cabal fail. Cabal itself could trigger this issue if it's called inside a `cabal exec` (though this is probably a terrible idea in the...
**Describe the bug** `cabal init -n` fails when `cabal` is not in `$PATH`. seems like it wants to call itself? ``` cabal: readCreateProcessWithExitCode: posix_spawnp: does not exist (No such file...
The version of micropython we are using is a bit old and it's starting to get gcc warnings (#494). Initial attempt here https://github.com/wasp-os/micropython/tree/rebase-2024-04-05 Some useful features that we are missing...