Sondre Lillebø Gundersen

Results 46 issues of Sondre Lillebø Gundersen

**Describe the bug** Hi! After the latest update (0.10.24), it looks like querying for dates, using strings, is no longer working. - My field is of type `ormar.Date(nullable=True)`. - Calling...

bug

Hi @samuelcolvin! Would you be open to having more signals/event hooks added to arq? ### My use case I use [this](https://github.com/snok/asgi-correlation-id) request-id middleware, to attach UUIDs to logs, where each...

Thanks for maintaining attrs 🙂 I was hoping to start using the newer syntax in a project, but ran into a tiny issue: ### Code sample ```python import attr @attr.s...

As of the latest poetry release (1.1.7) `get-poetry` is no longer the recommended installation script, and in the next minor release it will be fully replaced by `install-poetry` 🙂

Relates to #1511 Adds annotations to `utils/limits.py`, but notably also removes and refactors some code. Would understand if the refactoring isn't wanted, but AFAICT the file is not a part...

# Bug report ## What's wrong The clean method for Django forms is currently defined as [`Optional[Dict[str, Any]]`](https://github.com/typeddjango/django-stubs/blob/master/django-stubs/forms/forms.pyi#L60). ## How is that should be Since the clean method just returns...

bug

# Bug report ## What's wrong An example of a `CreateView` looks like this (from the Django docs) ```python from django.views.generic.edit import CreateView from myapp.models import Author class AuthorCreateView(CreateView): model...

bug

# Bug report ## What's wrong The [Exists](https://github.com/typeddjango/django-stubs/blob/master/django-stubs/db/models/expressions.pyi#L145) class' first argument is currently type hinted as `queryset: Union[Query, QuerySet]`. I think `Subquery` or a TypeVar bound by `Subquery` should be...

bug

### Describe the bug This [line](https://github.com/aio-libs/aioredis-py/blob/master/aioredis/connection.py#L709) fails on the handling of an OSError without arguments. Looks like it's trying to create an error message for an `OSError` which has no...

bug

- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - Python: 3.10 - djlint: 0.7.4...

:microbe: bug
:sponge: formatter