Jens Tröger
Jens Tröger
### Description I wanted to open, discuss, and track the issue here, based on our previous conversation in issue https://github.com/jenstroeger/python-package-template/issues/301. In short, running `cz changelog --incremental` on a repo without...
### Type - [ ] Content inaccurate - [ ] Content missing - [X] Typo ### URL https://commitizen-tools.github.io/commitizen/bump/#annotated_tag ### Description Looks to me like the `pgp_sign` option has become part...
**What language does this apply to?** I’m raising it for Python but this change would probably be useful for all supported languages. **Describe the problem you are trying to solve.**...
This seems to be a regression with v1.4 of mypy. It looks to me like globals are considered constant if they’re not explicitly typed. For example (see issue https://github.com/Bogdanp/dramatiq/issues/555) a...
Hello, thank you for a great tool! Today I noticed a puzzling behavior with the [shellcheck integration for `run:`](https://github.com/rhysd/actionlint/blob/main/docs/checks.md#check-shellcheck-integ). Suppose this workflow: ```yaml name: Test on: pull_request: branches: - '*'...
At this point perhaps more of an exploratory question: would you consider a provider that produces `bytes` which represent _invalid_ UTF-8 encodings? There’s related conversation here: - [Example invalid utf8...
* Faker version: 18.4.0 * OS: macOS 13.2.1 Brief summary of the issue goes here. The standard [address.Provider](https://faker.readthedocs.io/en/master/providers/faker.providers.address.html) doesn’t have a `state()` or `state_code()` method which would be useful (for...
### Summary Fix links to busted and luacheck in DEVELOPER.md ### Checklist - [ ] The Pull Request has tests - [ ] A changelog file has been created under...
This issue is a continuation of issues https://github.com/celery/celery/issues/4295 (see for Celery details) and https://github.com/celery/celery/issues/4299. I am trying to [cancel a scheduled task](http://docs.celeryproject.org/en/latest/faq.html#can-i-cancel-the-execution-of-a-task) using [revoke()](http://docs.celeryproject.org/en/latest/reference/celery.result.html#celery.result.AsyncResult.revoke), but the task still executes. Here’s...
Regarding these three types: https://github.com/Bogdanp/dramatiq/blob/33b49ccf32aa3dd590d92ba8bc05be4e2ddfc887/dramatiq/results/backend.py#L33-L40 I’d like to propose the following change: ```python @typing.final # Python 3.8+ class Missing: """Canary value that is returned when a result hasn't been set...