Joachim Jablon

Results 393 comments of Joachim Jablon

https://github.com/procrastinate-org/procrastinate/issues/751

Ok, qualifying the issue a bit better. I thought something was happening and it's actually very different. The issue is not linked to `@periodic` but `@task`. The problem is that...

Bumping the ticket difficulty, this is not a oneliner anymore, sorry :D Still interested, @JacobCoffee ? (you don't have to say yes just because of your previous answer, this ticket...

Nah, don't worry, it's ok :) Thanks for reporting the problem !

@pia-drcash Hey :) I'm not part of @peopledoc anymore, so even if I review, I won't be able to approve or merge, and it's unclear whether they will be able...

Ah bah chez moi ça retenait pas mais soit. En plus je serais meme pas surpris que ce soit open sourcé quelque part.

Yep, I tend to run it via pre-commit (`pre-commit run --all-files`). Additionally, it runs on my local vscode (I don't think there's a good way to tie those 2 together,...

> Note: it's kind of annoying running pyright (or mypy) in pre-commit because each pre-commit tool runs in its own venv which doesn't contain the project dependencies. Because all static...

> Given the above, are you still wanting this to be documented like is in the PR as it is? I'd say syncing Poetry & Pre-Commit is independent from syncing...

I did the one for poetry.lock: ``` on: push jobs: pyright: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 # optionnal, just for speedup - name: Extract pyright version...