Aman Gupta
Aman Gupta
Getting the above error when my app is trying to render a template which uses the `MagicGrid` component. Here is the `.vue` file where `MagicGrid` is used: ```vue {{ gallery.title...
I have a custom `User` model with `create_user` method on `User.objects`, in an implementation similar to one shown here: [https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#a-full-example](https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#a-full-example) If I user your Mixins, the `password` field is updated...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I ran `conda-lock -f environment.yml -p linux-64`...
In the last line below, `data.pop("metadata")` could be of type other than `dict`, and will fail then. File: `src/datatrove/pipeline/readers/base.py` ```python def _default_adapter(self, data: dict, path: str, id_in_file: int | str):...