Riccardo Albertazzi
Riccardo Albertazzi
Is there a way to avoid handling the [FromServices] parameters injected into the Action method?
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://pydantic-docs.helpmanual.io) and still think...
### Current Terraform Version ``` 0.12.12 ``` ### Proposal It's usually a good practice in many languages to have an empty line at the end of the file. Formatters like...
As this affects the whole codebase it would be great to have a quick feedback cycle to avoid lots of painful rebases 🙏 This kind of rules doesn't obviously play...
# Pull Request Check List Resolves: #7935 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. - [ ] Cache is invalidated on...
### Is your feature request related to a problem? Please describe. Hi there! I'd like to be able to scrape the equivalent of the per-queue `incoming/deliver/ack` rate that is visible...
``` $ curl -s https://pypi.org/pypi/gunicorn/json | jq '.info.requires_dist' null ``` The info.requires_dist field in the PyPI JSON API is null, leading [Poetry](https://github.com/python-poetry/poetry), which depends on the JSON API, to perform...
## Bug Description I would expect for torch to raise an exception when inference fails for any reason, such as wrong input tensor shape or wrong dtype. Instead, a warning...
Hard to call it a `perf` commit, as we are talking about a few milliseconds, but I think it also makes the code more Pythonic
# Pull Request Check List I believe there's a current leak of abstraction, where the `cached_version` used in `CachedRepository` is spread among multiple files in the codebase. The assumption behind...