Chris Martin
Chris Martin
At the very least, how about we include the `timeout` arg in the first introductory examples in the documentation? It's bad when intro examples are subtly wrong for the sake...
Here are a few example idle timeout defaults from other libraries, in case that helps: * The Haskell [http-client](https://hackage.haskell.org/package/http-client-0.5.7.0/docs/Network-HTTP-Client.html#v:managerResponseTimeout) package, 30 seconds. * Ruby's [standard library](https://ruby-doc.org/stdlib-2.4.1/libdoc/net/http/rdoc/Net/HTTP.html), 60 seconds. * The...
And as a user of software, I'd like to not have yet more mysterious inputs to programs, for what that's worth. Nobody's going to bother documenting that their daemon uses...
Tried again, with Ubuntu 14.04 this time. Similar result: ``` copying NixOS/Nixpkgs sources... *** Copying ‘/nix/store/j0g8z80v40zjf1qwq8v2gvpbmsvr5h1v-nixos-16.09.677.0dc31e8’ from ‘/tmp/root/nix/store/j0g8z80v40zjf1qwq8v2gvpbmsvr5h1v-nixos-16.09.677.0dc31e8’ warning: Nix search path entry ‘/nix/var/nix/profiles/per-user/root/channels’ does not exist, ignoring created 1...
I don't know, but I switched to [nixos-infect](http://chris-martin.org/2016/nixos-on-digitalocean) which is working.
That sounds vaguely familiar, but sorry I don't recall.
Any progress on this? I'm getting this error on hdevtools version 0.1.2.2 (the latest on hackage).
I ended up implementing it myself: packaged as [stripe-signature](https://hackage.haskell.org/package/stripe-signature) and [stripe-scotty](https://hackage.haskell.org/package/stripe-scotty).
I've done something similar in https://github.com/gabrielfalcao/HTTPretty/pull/168 which might subsume this feature, though its purpose is a little different.
Typically what I have is something like this: - Module `A` - Defines a whole bunch of functions that return Builders for different parts of a larger value - Module...