Ellie Hermaszewska

Results 284 comments of Ellie Hermaszewska

You can build with the config `RelWithDebInfo` to get this (`cmake --build build --config RelWithDebInfo`, I think in VS there's like a dropdown selection for this?). Would you like for...

This should be fixed by https://github.com/shader-slang/slang/pull/3703

Adding `boot.binfmt.emulatedSystems = [ "aarch64-linux" ];` to the nixos system config will allow you to run aarch64 binaries and perform a "native" build. `nix build .#static --system aarch64-linux`

Yeah, I fully admit that this is trivial and niche! It was just a rabbit-hole itch when I formatted some old source and the monkey friends disappeared :) If there's...

Some stats from Hackage, monkey head is several times more popular than the alternative: ``` $ ag --literal '(:[])' --stats-only 3130 matches 1855 files contained matches $ ag --literal '(:...

> @expipiplus1 It looks like you changed the generated files manually. Can you make sure to update the files in `config/`? It also looks like you need to reformat your...

The procedure for this is quite simple: `git clone https://[email protected]/owner/repo.git` What would be the best way of specifying to Hydra that it should attempt a clone like this though?

It's also what's behind the syntax highlighting for markdown on GitHub.

For any unfortunate souls stumbling on this here's the Haskell version, necessary because GHC doesn't find modules relative to a source file without `-i/directory/of/source/file` ```bash #! /usr/bin/env bash {- 2>/dev/null...

Closed by https://github.com/shader-slang/slang/pull/4529