Ian Duncan
Ian Duncan
I attempted to pull in a fork of `proto-lens` that I'm working on to ensure that it worked for an upstream project, and found that it failed to build `proto-lens-protbuf-types`...
I often use conduit for converting paginated systems into providing a flat stream of elements. Typically I need to get the last element of a page and pull the appropriate...
I'm trying to set multiple tags in mailgun using the X-Mailgun-Tag header, and it expects each tag to be sent in a different header. Since maps only allow one value...
I'm interested in playing with this library, but the fact that stack.yaml has to have `allow-newer` set to accommodate indexed-extra is kind of a no-go for larger projects. I'd think...
This builds upon #259 by adding an `LSN` type for querying PostgreSQL's WAL replication status.
Adds few trivial instances for base's functors like Identity and Proxy. Also removes CPP conditionals for base versions < 4.6 since they're no longer supported anyways (according to the cabal...
This PR pretty much just fleshes out additional static oids from PostgreSQL. These changes are approximately equivalent to Go's postgresql client library support, in that oids
Since postgresql-simple just throws IOExceptions, it's really hard to deal with meaningful differences in exceptions, such as closed connections. I had to add this to my code to deal with...