Matthias Schoettle

Results 183 comments of Matthias Schoettle

And the installed easy audit version is? Try `migrate easyaudit`, then show the output of `showmigrations` again.

Great! It would only be a problem if the migrations are not applied to the latest one(s) (i.e., the migration that squashes the old ones). @jheld My recommendation is to...

@PaarthShah > I'm heavily against any solution where upgrading immediately to the latest django 5.1+ and django-easy-audit is not guaranteed to work. I agree. And the intention of my comment...

Could you bring your branch up to date with master? The lock file is updated and CI now runs with all supported combinations of Python and Django. Ultimately, it is...

What is confusing to me is that I have node < 23 installed on my system, yet pre-commit downloads and uses the latest version (23.0.0). I'll open an issue with...

For anyone running into this issue in CI, there are some solutions I can propose: * install node LTS via `nodeenv`: `python -m nodeenv --node lts --python-virtualenv` (assuming that there...

Thanks a lot @mikitex70! Created a PR to have it referenced here: https://github.com/squidfunk/mkdocs-material/pull/7260

I would also welcome compatibility with markdownlint. It would be nice to not require a separate plugin for this.

@floriansnow I think I stopped because I was unsure if this solution is acceptable/the right one. Could you take a look and let me know if this makes sense? If...

@carmenbianca Thanks a lot for the help and finalizing it!