Alexander Thiemann
Alexander Thiemann
By abstracting over read and show I meant that instead of using `read` and `show` in the code to parse/serialize to instead allow the user to provide a function `parse...
Oh, nice! I think you can implement your custom `defaultSpockCfg` in terms of the existing `defaultSpockCfg`: You would call the existing one first and then simply swap out `sc_store` with...
This also happens when building using a Dockerfile or running the command in a Docker container. It would be very useful if there was a --verbose flag for debugging.
Here's a small script as workaround: https://gist.github.com/agrafix/11d33acb137646b317d1 Usage: ``` ./elm-install.py circuithub/elm-bootstrap-html 6.3.1 ```
@evancz in my script I have to retry the download in some cases. Maybe that would be a possible quick fix for elm-package, too?
Sounds like a bug! The fix seems reasonable to me, although I would prefer to use `Vector` instead of list. Could you write a test (and possibly a fix) for...
Would you like to help with this via PR?
Let's say: It depends :-) If you use the `Spock-core` package you have full control over that, the framework will not inject any cookies. But you also don't have `CSRF`...
Actually, the current `SessionManager` implements a session manager for all `m` in `MonadIO` (see https://github.com/agrafix/Spock/blob/138198fa5e50d7238bfecc64678403aadc80fc37/Spock/src/Web/Spock/Internal/SessionManager.hs#L43-L50 ). We should probably split the `SessionManager` into two (or three) types otherwise the type...
Currently there is not, this is normalized. If you'd like you could implement the behavior behind some configuration and send a PR :-)