Kim Altintop

Results 164 comments of Kim Altintop

I might be mistaken, but the performance issues seemed mainly around IPNS and PubSub, not data replication.

@jkarni @jameshaydon Since this turned out to be (a lot) more code than anticipated, it might be best to go through it irl.

Hi @amark, I'm aware of GUN, it's a cool project! From our own experiences, and those of others, we learned that the approach of replacing _the storage layer_ of a...

Same here, quite frequently with S3: ``` haskell TransportError (TlsExceptionHostPort (Terminated True "received fatal error: BadRecordMac" (Error_Protocol ("remote side fatal error",True,BadRecordMac))) "s3-eu-west-1.amazonaws.com" 443) ```

For the record: I do not think both errors are necessarily related.

I am basically fetching objects from S3, massaging them and sticking them into DynamoDB. Since this is all a `conduit` pipeline, it may very well be that the time between...

I would (also) suggest to add `100-continue` to `POST`/`PUT` requests by default, `http-client` handles this automatically. It appears that, if `100-continue` is not used, `http-client` has no way of knowing...

@AlistairB did you check whether `instance-data` resolves on your instances (see https://github.com/brendanhay/amazonka/issues/271#issuecomment-255513234)? Note that, contrary to what the documentation suggests, `newEnvWith ... (Just True) ...` _will_ execute `isEC2` if the...

Unfortunately, this turns out to be a bug-turned-feature: let `A` be some arbitrary project let `P` be some peer let `M` be a personal identity If we are fetching `A`,...