Andrew
Andrew
**Quick Summary:** Compiler hangs and uses more and more memory on type error. ## SSCCE ```elm module Main exposing (..) type alias Lens a b = { get : a...
The overlay in `waargonaut-deps.nix` only applies to the default `haskellPackages` and not to the one selected if the compiler is changed (by passing the `compiler` argument to (`shell`|`default`).nix. To reproduce:...
I tried to build a customised version of the Dockerfile in this repo, but was getting strange permission errors. I was able to work around the first, but it continued...
Right now we've hardcoded a file path.
Right now we just return an empty configuration.
These were the changes I needed to make in order to use `hspec-wai`'s testing combinators with hedgehog state machine testing. The important changes are: 1. Add `MonadCatch` and `MonadThrow` instances...
Add endpoints from [the traffic API](https://developer.github.com/v3/repos/traffic).