Geoff Cant

Results 8 issues of Geoff Cant

HTTP Header names are case insensitive, but Hackney returns a proplist of headers and the obvious way to extract a value `proplists:get_value` is case sensitive. I would suggest either normalizing...

enhancement
api
http11
http

In an attempt to make enet compile with rebar3 and on machines other than my own, I've just broken the libevent/tap port driver. Fixing this means working out how to...

We no longer need to use our own all started method - application:ensure_all_started/1 should do the trick instead.

If the primary repo for the project has moved to heroku/log-shuttle, we need to copy over the issues too.

If you pull from this repo (the old upstream), you can't merge with the new upstream (heroku) as all files are deleted. Pushing a new copy of this repo with...

Logplex currently has a 10kb log line limit. Sending lines longer than this will result in a 400 response. Should Logplex advertise its length limit in the response headers somehow?...

Improves lzf decompression support to allow >2.6x compression ratio strings. Adds https://github.com/JacobVorreuter/nsync/pull/5 rdb_load support. Adds a test suite based on https://github.com/sripathikrishnan/redis-rdb-tools test vectors. Still needs a bunch of work on...

The uuid library uses the 'random' library to generate random numbers. Unfortunately this library defaults to using a constant seed and so the sequence of uuids generated by a new...