Alexey Lebedeff
Alexey Lebedeff
I'll try to investigate it this week. But looks like there is some problem in `amqp_client` from RabbitMQ itself.
I've tried importing trimmed version - it didn't show excessive CPU usage pattern, but exchange/bindings were indeed not created. When I'm cut reduced this file even more, to just a...
There are some slight command-line arguments incompatibilities. It still can be used almost as-is, by using a simple compatibility wrapper installed as `pass`: ```bash #!/usr/bin/env bash if [[ $1 ==...
Stacktrace is about an error that happened while reporting some other error (which is real issue that's interesting). The problem is that webmachine is incorrectly initialized (only `webmachine_router` is started...
One way I envision is to sublclass `PlainCredentials` as `OAuth2Credentials`, and then do a special-case in every adapter, where a new thread for updates will be started automatically.
Yes, you should use the default port.
@zimbatm It's the mapping from sha1 to a file content that is needed.
@zimbatm The full history is still needed, as we need all blobs reachable from the required commit. I've discussed this with @4e6, and I think I'll just make a small...
> Maybe we can use the [github zip archive](https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.zip)? It should allow fast random reads. Filenames are used only as a fallback, primary addressing method is by GitSHA1. So a...
@yorickvP To make a latest .zip usable, you need to calculate GitSHA1 of every file inside of it and cache this info somewhere. It's doable, except for hackage revisions (just...