Juri

Results 11 issues of Juri

Hi! First of all, thanks for your amazing work, setting up the library was pretty nice, and it's so much fun to be able to play with maps in elm!...

bug

Hi, I have a file with the following imports: ```haskell module Lib where import Config (Config) import qualified Config import Control.Exception as E import qualified Data.Char as C import qualified...

enhancement

Hi! This is more a question about a feature, not an issue. Does Giraffe have some helpers for creating [Server-Sent event streams](https://en.wikipedia.org/wiki/Server-sent_events)? For reference, I found them in Suave, [relevant...

feature request

I've swapped out the underlying database for version 12.1 on Heroku. I'm now getting errors similar to #57, and I'm unable to reset the metadata. When resetting the metadata in...

Edit: at least for `Mouse ` it is. example: http://package.elm-lang.org/packages/elm-lang/core/2.0.1/Mouse will show a `Warning! The latest version of this package is 5.1.1`, which redirects to http://package.elm-lang.org/packages/elm-lang/core/latest/Mouse, which gives the error...

Hi! Thanks for maintaining this package, it's very useful to me. I want to discuss the proposed change in #26. The documentation for [CorsResourcePolicy](http://hackage.haskell.org/package/wai-cors-0.2.7/docs/Network-Wai-Middleware-Cors.html#v:CorsResourcePolicy) states that all `simpleHeaders` except for...

It makes more sense to give `simpleHeaders` explicitely to the `simpleCorsResourcePolicy`, and by extension to `simpleCors`. The reason for this is that the preflight request chrome and firefox make vie...