Scott
Scott
One feature that would be very helpful is the ability to destroy a lock manager without unlocking any locks (and allowing them to expire at their given timeout). My current...
Uses [environment markers](https://peps.python.org/pep-0508/) instead of conditional logic to install suds. This fixes installation issues with Poetry.
Instead of healthchecks.io, I've always used the URL fields to send a request to a different notification service. This was fairly easy, since all of the requests are sent through...
**Describe the bug** When an Enum is supplied to a Schema in a GET request, and the Enum has only one option, the OpenAPI schema has a few problems. Here...
One feature that would be really useful is the ability to add scripts only if dev mode is enabled. Essentially, this would look like `generate_vite_ws_client`, but would take a parameter...
This PR adds a `fields` parameter to search queries, to allow a user to search multiple fields in one query. The syntax looks like this: ```python query = PlainText("Westeros", fields=["setting"])...
### Bug description When the dropdown input plugin is used, it puts the label on the `ts-control` div rather than the input field. This causes issues when the field is...
### Is your feature request related to a problem? Please describe. The latest versions of `stylelint` use `meow@^10.1.5`. `vite-plugin-checker` uses `meow@^10.1.5`. ### Describe the solution you'd like It would be...
Right now, a `RunetimeError` is raised is no connections are available in a pool. It would be helpful if there were an option to block the thread instead. [Redis](https://redis-py.readthedocs.io/en/3.5.3/#redis.BlockingConnectionPool) and...
**Describe the bug** Django-ninja uses `get_internal_type` to determine field type for schemas. This works with all of the default fields, but does not work with custom fields. For fields that...