Guy Gastineau

Results 80 comments of Guy Gastineau

Thank you very much for getting me pointed in the right direction 😀

I use `stack` for all of my Haskell tools on Arch. I used to use `Nix` on top of Arch, but it doesn't always work out as well as I...

The cabal file was originally created from a `stack.yaml`, but I am migrating away from stack. Still, it is a small file, and I believe I understand most of it....

Well, I got it building. I had to pass `--constraint "selda-sqlite -haste"` to `cabal build all` to get it to build. I don't know why setting it universally didn't work,...

Hi, sorry I didn't get back to this laast week. I should have time this weekend.

@domenkozar please let us know if this solves your issue.

This PR does change the data processed by handlers for CaptureAll apis. This might mean some kind of breaking change. The difference is: ``` // was ["", ""], but now...

I forgot to make a file in changeling.d. sorry

@alpmestan great. The side by side string and int tests might be redundant. Or maybe the community wants new tests? I think I got the tests we need to understand...

Hi, I just started using Servant, and I am interested in trying to contribute this fix. I am pretty comfortable with Haskell. I have found the definition for `CaptureAll` in...