Bassel Mabsout
Bassel Mabsout
Is it possible to have a texture other than the backbuffer? I need to generate a texture that's not clamped to the colors on the screen. Also is the project...
Hello, I have a standalone haskell file with imports (packages available to ghc) but hsdev cannot find them, can I tell hsdev to include installed packages in its search path?...
Hello, is there an equivalent to calling `pip install -e .` in a virtual-env for example? I'm currently using a flake and having to call `flake update` every time while...
`Monoid a => Monoid (Maybe a)` should be `Semigroup a => Monoid (Maybe a)` Even the Documentation next to the instance says only a semigroup is needed
Rather than go with the nixpkgs approach of having 1 repo containing a million packages, is it possible that each package would be its own flake and then this repo...