Akhra Mellivora Gannon
Akhra Mellivora Gannon
Ah, that's very likely -- I'm sure I remember there being a default set when I used `http-conduit` a few projects back. I've got a function in my local codebase...
Unfortunately there is no `User-Agent` in `defaultRequest`. But #14 makes it far easier to add one downstream, and also prevents `postForm`/`postJson` clobbering headers added before their use. I didn't directly...
> If all these HasFoo classes already had instances for tuples Good point. And generating those is arguably within the scope of commercialhaskell/rio#113. I'll try to take another whack at...
Quick follow-up: ``` λ. data Quux = Quux Foo deriving Generic λ. instance ToJSON Quux where toEncoding = genericToEncoding defaultOptions λ. encode $ Quux (Foo 0.0) "0.0" ``` So that's...
Breezing by to complain about Python interop. Nothing constructive to add at the moment, but I figure it's worth adding a real-use data point.
>So, the morally “right” thing would be to encode all `Integer`s as strings, instead of using JSON numbers at all. This would be really awkward though, especially for a Haskell...
@sbidin Any chance you'd like to [add those to Stackage](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package)?
[How to add.](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package) As long as it builds within the current Stackage Nightly, I think it's fine; Stackage isn't concerned with what the package does, only that it's fully dependency-compatible...
Can't reproduce: ``` D:\>type main.hs module Main where import qualified SDL main :: IO () main = print "5" D:\>ghc main [1 of 1] Compiling Main ( main.hs, main.o )...
Everything I have was installed fresh yesterday, from github. Bleeding-edge current. :) What happens if you import some other module? Try [`split`](https://hackage.haskell.org/package/split-0.2.2) for one with no dependencies at all, and...