Rob Moore
Rob Moore
Do you not normally run the tests locally at all, and just let the github agent run them for you? I guess that works, but having some minimal setup for...
@vicky-sai in its current state it has important outstanding comments as above -- it's broken the build and an important test is failing, and it needs a better explanation of...
Given this PR is a one-liner which seems to cause more problems than it fixes and is now very stale, I think we can just close this one; it would...
@villebro what do you mean by "proper" task cancellation here? Celery does support "revoking" tasks: https://docs.celeryq.dev/en/stable/userguide/workers.html#revoke-revoking-tasks It's been a while since I've done a lot of work with celery but...
+1 for this; I've just had an existing, locked dependency fail to install because a new version of `setuptools` refuses to install dependencies using deprecated `description-file` syntax in `setup.cfg`, which...
The error stack trace should be a good starting point but I didn't get much chance to do any analysis of what the bug is here. If you're looking for...
In the end for my usecase I used a union type; it helps that analysing my input data some more, I only actually care about 3 of those 10+ different...
There's `put` / `get` for local-to-s3 and s3-to-local moves, which is probably what confused me when I wrote this issue; having the different keywords makes autocompletion easier. `cp` / `mv`...