Felix Paulusma
Felix Paulusma
Documentation fixed in [Vlix#1] Could you describe and give examples for what you mean with parameterize the rendering functions?
I'm pretty sure `parseQuery` just creates a list of key-value pairs. ([at least currently](https://hackage.haskell.org/package/http-types-0.12.4/docs/src/Network.HTTP.Types.URI.html#parseQuery))
@aristidb I've forked the repo and am going to prep for taking over maintainership. Would love to hear from you at some point. Will report here if/when the maintainership has...
I've received upload permissions on [hackage](https://hackage.haskell.org/package/http-types). I've forked the repository and anyone wondering about this package can make issues and PRs [over there](https://github.com/Vlix/http-types).
New repo is [here](https://github.com/Vlix/http-types)
Fixed in 0.12.4 [Vlix#1]
Fixed in 0.12.4 [Vlix#1]
I see a good amount of overlap between this request and #259 Makes it less obvious which pull request is doing what.
I've made the pull request and updated it to include tests for the new `jsonb` operators
I'm working on the `password` library, to offer an easy interface for all kinds of password algorithms, and I've noticed there are some implementations (including `bcrypt`) that do irregular base64...