Aarni Koskela
Aarni Koskela
Inspired by [this question](https://stackoverflow.com/q/78838254/51685) – one shouldn't need `distutils`/`setuptools` just to see if a string feels truthy. The set of truthy-feeling strings was borrowed from `setuptools`. Fixes #2091.
I noticed some of the devices available for `vllm` proper were not available for benchmarks. This PR moves the triplicated list of available devices to a single place.
This PR drops the dependency on `cachetools`, which was only used for its LRU cache class, in favor of a simple local implementation. This should have a small but positive...
### Environment details - OS: any (but using macOS) - Python version: 3.12 - pip version: using `uv` instead - `google-auth` version: google-auth==2.32.0 ### Reproduction #### x.py ``` from google.auth...
The README claims that releases after January 2024 will only support Python 3.8+, but the package is still marked to support Python 3.7+. Can you clarify what the plans are...
[`OpenSSL.crypto.X509Req` is deprecated in pyOpenSSL 24.2+](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst#2420-2024-07-20). Thus, when importing `josepy` with that version of PyOpenSSL, the line https://github.com/certbot/josepy/blob/87d798e884cd65ee8e6295688bbc765580092aee/src/josepy/util.py#L26 raises a deprecation warning: > CSR support in pyOpenSSL is deprecated. You...
* Log the Pyparsing `explain()` context for a parse failure * Don't fail entire parsing if a wildcard value is not parseable Refs https://github.com/adieyal/sd-dynamic-prompts/issues/572
> I'd like to make parent-context-referent variable references possible (e.g. `${animal=fox} {${animal=fluffy ${animal} } }`, but that will require an API change for `SamplingContext` (a stack of `variables`). If we...
> There is a known issue (marked TODO in the test): `${animal={fox|manatee}} __publicprompts/plush-toy__` will currently not generate two plush toys. I've yet to figure out quite why. This could be...
This PR ensures that Tox-created work directories contain a `CACHEDIR.TAG` file, which can be used to exclude the directories from e.g. backups. Fixes #3334 - [x] ran the linter to...