Dima Tisnek
Dima Tisnek
Kunal says: > Anyways, for pyproject_toml support, you might be looking in the wrong place. What you need to do is add an extension point for package_identification and package_augmentation in...
that's totally possible.
Indeed, than you for the reference to the canonical upstream ticket. Come to think of it, it seems there's already a precedent for looser overload spec: https://github.com/python/typeshed/blob/e80ad6b2bce7ef6b2a20aec2d79a672859b31864/stdlib/builtins.pyi#L1043-L1044 Typing machinery allows...
### Code The summary of the original code (since rewritten to pass type checks): ```py class CatClass: ... class DogProvider: ... REGISTRY: list[list[str|object]] = [] # some submodule REGISTRY.extend(( ["cats",...
I'm in the market for `@deprecated` backport, but it has to have same (or compatible) signature to the upcoming Py 3.13 version.
Maybe it's fair to reopen this ticket? Sorry for whining, I've just spend a couple of hours debugging my rubbish env just to eventually realise that readiness check can't pass...
Are there going to be all-in-one releases? https://hub.docker.com/r/jaegertracing/all-in-one/tags seems to be 1.x
Perhaps the all-in-one container could issue a different deprecation warning, advising to switch to `jaegertracing/jaeger:2.2.0`
🦄 MAGIC 🦄 I just came here to complain about smth like pip's constraints.txt and guess what? The feature is already there, just not very discoverable.
Poking @gsnedders