Rif A. Saurous
Rif A. Saurous
I installed docker and tried running `docker build -t gen:v0 `. It boils for awhile and then fails with a ton of errors while trying to build matplotlib. There's too...
I followed the "Getting Started" instructions at https://mightybyte.github.io/monad-challenges/. The `cabal install` ran for a long time (maybe 20 minutes? I wandered off) but seemed to complete successfully. However, trying to...
Hi! I'm trying to set this up under MacOS. After forking this, installing cabal and Haskell, installing homebrew, installing llvm, setting paths appropriately, if I run `cabal run aoc-dev` I...
When rendering a scene, everything looks fine with a camera position of `(0., 1.5, -1.5)`. Changing the x-coordinate causes the csene to tilt, and using positive z's renders the scene...
This is perhaps more of a user report than anyone else. I had a very unpleasant time with word-count (in Haskell). I opened [an issue](https://github.com/exercism/haskell/issues/547) describing it, but this is...