Joachim Jablon

Results 394 comments of Joachim Jablon

Yep, the `PROCRASTINATE_` prefix is [added automatically](https://github.com/procrastinate-org/procrastinate/blob/6c3e58248063c3c576ac37f054ba3055a3e819f8/procrastinate/cli.py#L155) It used to be a feature from click but we had to stop using click due to async issues so we had to...

Hm, true that, I think at some point we switched from default to `warning` to defaulting to `info`. (I wonder if we should revisit this choice, but nobody complained. If...

I've pushed a PR that fixes pre-commit that was broken, and it wasn't your fault.

I think if you rebase now, there's a good chance CI will be green :)

Hey there :) Still interested in getting this merged ?

No need for apology :) , I was just worried it slipped your mind, but I'm very fine with a "move slow and don't break people" approach :D

It seems this PR is causing issues, it's probably my fault, but I'll revert for now. #554

I'm working on reapplying this on #573

I was not aware of that terminology, and Google Trends says there are only a few searches worldwide for this a day, on good days. I am fine mentioning it...

Pinning all the dependencies isn't always advisable, because you'll likely miss security updates. Have you, by any chance, considered using [pip-compile](https://github.com/jazzband/pip-tools) or a similar tool (poetry, pipenv, ...) to maintain...