Chris Muthig

Results 16 issues of Chris Muthig

When enabling Vim mode in a Select, the help text still suggests using arrow keys to choose between items. It would be helpful if this would swap to suggesting h,j,k,l,...

Is there any way currently access custom option values using the generated PHP classes? It seems like when I add one to my proto file then my generated class lists...

enhancement
php
P3

This name allows for the in lookup to behave normally in things like django-filter FilterSet logic. Without this value, the in lookup will appear as if it were an exact...

The default In lookup prep performs logic to make it such that developers do not have to explicitly call `values('id')` or `values('pk')` when writing subqueries on the ID value. This...

When instantiating a `UnitRegistry` from cached files, the dimensional equivalents are instantiated as an empty dictionary. This results in all calls to `get_compatible_units` to fail with a key error. ```python...

bug
performance

- [x] Closes #1746 - [x] Executed ``pre-commit run --all-files`` with no errors - [x] The change is fully covered by automated unit tests - [ ] Documented in docs/...

In progress

When running with `BACKGROUND_TASK_RUN_ASYNC=True`, the `MAX_RUN_TIME` is not respected. I believe this is happening because the `locked()` queryset is checking for tasks that either have a `locked_by` value or has...

I recently added an app to my project that supported Celery background tasks. I didn't want to use that functionality, but it includes a `django_slack.tasks` module. This module included a...

I'm not actually sure if this is a bug, but it was behavior I didn't really expect so I wanted to check in to see if I just had the...

enhancement
help wanted

When generating JSON schemas from the Pydantic types, the `mode` must be set in order for the correct aliases to be used. The default is to generate the schema for...