Ondrej Palkovsky
Ondrej Palkovsky
- it is possible to CREATE a key with these attributes - searching with LOCATE works for these attributes - as a result it seems to work with IBM tape...
The default onRequestBodyException is: ```haskell onRequestBodyException = \se -> case E.fromException se of Just (_ :: IOException) -> return () Nothing -> throwIO se ``` The problem is that when...
I just spent an hour digging through this so I might be wrong, but it seems to me the `wss:` protocol is seriously broken. TL;DR It connectes to a server,...
This PR is not meant for direct merging, but rather for a discussion; the problem is that the API for SNI is available in Java8/Android API24 (the 'correct' implementation is...
There seems to be a bug in https://github.com/lucidsoftware/apt-boto-s3/blob/master/s3.py#L204 , as you can see the `bucket` variable is not set for virtual host buckets. Somehow this causes apt-get to stall without...
This patch does several things: - adds benchmark for Thyme aeson `UTCTime` encode and parse vs. Time instances - adds faster encoding/parsing instances for `UTCTime`: they used to be ~...
When trying to compile base-noprelude with GHCJS, it fails on the GHC.Event reexport. Is it possible to disable it for ghcjs?
- an option to 'not overwrite 0 bytes' when drawing an image would be great; that would allow composing images - the `imgStream` (and possibly `imgDisplay` for 1bpp images) could...