Alexander Shestakov
Alexander Shestakov
@bkiebdaj Everything was OK on org.apache.httpcomponents:httpclient:4.5.6, but now it is broken on org.apache.httpcomponents:httpclient:4.5.9 due to different implementation of org.apache.http.client.utils.URIBuilder class.
just fixed this problem by doing: `gem 'radix', require: 'radix/integer'` and then using `Radix::Integer.new(@seed, @alphabet.length).to_s @alphabet` instead of `@seed.b(@alphabet.length).to_s(@alphabet)`
```ghci :set -XOverloadedStrings import Conduit as C import Data.Conduit.Binary as CB C.runConduitRes (C.yield "contents" C..| CB.sinkCacheLength) >>= \(_, c) -> C.runConduitRes (c C..| C.sinkList) ``` Gives: ``` *** Exception: /tmp/conduit59986-2.cache:...
I agree with "non-cleanup in case of non-consuming" argument, so we end up creating own function. Our use-case is streaming from S3, which isn't very reliable for long-running slow consumption...
@flyerhzm That is exactly what I did to fix the error. Further more, I think construct `class A < A` should not be used. However, since ruby handles such situation...
So, it looks like currently there are two approaches – 1) generate a platform-dependant gemset.nix (this PR) 2) generate universal gemset.nix (from @jdelStrother) But there is another possibility – generate...
Looks like https://github.com/jwiegley/async-pool/pull/26 (attempt to fix https://github.com/jwiegley/async-pool/issues/4) wasn't robust enough @l29ah
Issue is still in `latest`. Unsetting TMPDIR helps.
Same issue on 1.5.0. Downgrade to 1.0.0 helped
That would be very handy, since `shouldRetryHttpException` isn't exported.