Randy Syring
Randy Syring
Thanks for keeping this open. I continue to use `.albertignore` to work around not having more flexible settings. But, my comment from 2018 would still be a better solution IMO.
It's too bad b/c this extension is really helpful. IMO, Codecov would be better served by marketing the extensions. It's a huge time saver when looking through a GH PR...
I was just wondering the same thing. I want the `asctime` logging field to show up under a `timestamp` key in the json.
Exactly. The way my code is written, we are already using environment variables for each command to set the passphrase and remote path. It would be cleanest to be able...
I'm running into the problem of infinite connection retries when first starting Celery: Using a bad port number deliberately for demonstration purposes: `amqp://guest@localhost:5679//` ``` $ strace -f -e trace=network pytest...
When I did my research last year, I came across https://github.com/celery/kombu/issues/829 which I thought could be the underlying cause. However, that issue was closed by @auvipy, maybe erroneously (?) since...
FWIW, my use case is as follows: ``` project_root - ansible/ - build-shiv-app.sh - Pipfile ``` When running Ansible commands to deploy, I first need to run the build script....
Thanking for making this a high priority. I'm another user that now has to get internet through a mobile network and trying to figure out how to limit consumption. Thanks...
The PR for this creates a problem in our test suite. See the latest comment there if interested.
@akhilharihar Thank you for the contribution. Explicit errors are always better than explicit ones. After an initial review of the code, I'm a +1 on getting this merged. However, will...