José Pacheco
José Pacheco
opened a draft PR for this, it seems straightforward but not sure if the maintainers want this functinality, or if they have some concerns
@auvipy this should have been closed by #1041 , but I guess the naming wasn't correct
AlphaBeta for sure I think would benefit from refactoring, but I think RandomPlayer is so basic that it's probably more effort than it's worth right now to refactor in Rust....
* how did you update the celery version to reproduce the issue on 5.5.0b2? can you check the kombu version, installed, too? * are there any celery or redis error...
Can you check what `type(load_pem_public_key(your_key.encode("utf-8"))`is? It seems to be returning an ElliptiveCurvePublicKey. ```python-console >>> from cryptography.hazmat.primitives.serialization import load_pem_public_key >>> your_key = "..." # unicode string, or you if you already...
I do feel like we should catch these issues where the key passed in is from the wrong algo-family (and, ideally, down to ensuring the same algo was used). I...
[Draft PR](https://github.com/jpadilla/pyjwt/pull/985), so we have something to look at while proposing a "fix" for this.
So the decoding part IMO is fine to succeed, since the payload was encoded using `ES256` (if you had encoded using `ES256K`, then decoding will have thrown an error, as...
The regular assignments are processed in `SetEnv.__init__`, while the file assignments happen in [use_replacer](https://github.com/tox-dev/tox/blob/8cadfa294ae4f896ff8bb2668cac35bd42fad1db/src/tox/config/set_env.py#L43-L46), which is called during by `build()`. Would we be OK with loading these at the same...
@hrehork unfortunately, no (and fyi I am not a tox maintainer, just someone who stumbled into the ticket). I could open a PR with my proposed fix but I wanted...