Pavel Savchenko
Pavel Savchenko
I love the idea of this PR in general, but I would take a different approach to implementation, separating the `pipenv` functionality from the core functions of Anaconda. Perhaps we...
There's a drop-in replacement fork for PDcurses: https://github.com/jmcb/python-pdcurses Anyway, I saw a good soluition by **[google-api-python-client](http://code.google.com/p/google-api-python-client/)** to enable friendly locking cross-platform: http://code.google.com/p/google-api-python-client/source/detail?r=ac147884bf0c or even a nicer replacement using a module...
Can I suggest that someone (@noirbizarre / @gone) moves this project to https://jazzband.co/account ?
@eddiewebb given your recent findings, do we still want this to be merged, maybe as a workaround at least? Does it depend on adding a parameter to toggle this feature?
~~Would using https://github.com/joerick/cibuildwheel to build armv7 wheels work? If so it might be a better option~~ ignore me, we're already using cibuildwheel but armv6 isn't supported out of the box...
We do something like this in bash: 1. First run all processes together, use a temp file to store each command's output 2. Then, we iterate over each command waiting...
I have a different package and I'd love to import clickhouse-bulk to do exactly the same (while kipping the interface slim). Would you be interested in that sort of refactoring,...
Basically I wanted a plug and play solution to use to batch up calls the client, e.g via https://github.com/mailru/dbr . I ended basically mimicking the `collector.go` module, collecting and doing...
I have a similar workflow, or rather I like to arrange projects into subdirectories according to category / tag (e.g work, experiments, github, etc...) and not having the ability to...
How come html file diffs are outputted, but not JS/CSS files? Is it a verbosity concern? If so, perhaps we should be able to toggle via `--log-level` (i.e set the...