Sam Protas

Results 10 comments of Sam Protas

So I ran into this issue as well (servant-auth authenticated Websockets not type-checking) and here's what I came up with: type instance AddSetCookieApi WebSocket = WebSocket instance AddSetCookies ('S n)...

Your explanation of why `""` behaves this way makes sense to me. I think `--match ""` matching everything feels the same as the `--skip ""` situation in that it wasn't...

Hey @sigrlami, any update on your ghcjs reflex(-dom) `stack.yaml` files? I've gotten a much older versions working with stack, but I'm attempting to use https://github.com/imalsogreg/servant-reflex and I'm struggling to find...

Looking forward to it, thanks!

Hey @thomasjm thanks for the review! It sounds like there are questions about API design, feature completeness and the underlying problem itself. I wrote some more detailed responses to your...

> Is the issue that you can't treat all frontend deprecations as errors, because some are expected to remain in the codebase? Yes I think that's the main problem I...

Hey @thomasjm I appreciate the update and no need to feel guilty about the delay. That said we do still have this problem! If there's anything I can do to...

Hey @thomasjm very cool! This solves our problem and I'd be happy to pull in that update. Just curious, how does this handle malformed haddocks? If there's an error elsewhere...

FWIW, the only Travis build that failed appears to also be failing on master (cabal version issue) and is for the oldest GHC (7.6.3) being tested.

@lpsmith Is there any reason not to include your `Interval` ADT in this library with the appropriate ToField/FromField conversions? It sounds like that's a pretty safe addition from a correctness...