Jan Malte Gerth
Jan Malte Gerth
> @nijel if @subhajit20 is not working on this issue i would like to work on it You are welcome to make a new PR by yourself. Just mention this...
The "same" is for `DJ08` `__str__` check when using wagtail `Page` sub-classes https://github.com/wagtail/wagtail/blob/main/wagtail/models/__init__.py#L1071 ```python # testapp/models.py from wagtail.models import Page class TestPage(Page): pass ``` ``` testapp/models.py:4:1: DJ10 Model should define...
@roman-rr is this still an issue?
Actually this is not a issue of `webpack-bundle-tracker` but just a config issue. You would need to add a rule for your font files to enable iterating over all chunks...
The usage of `%env(MYSQL_DATABASE)%` for `database_name` (and all the other database parameters) is not supported with contao, as contao escapes those values before creating the internal used `DATABASE_URL`. Symfony does...
Using `.env` files or `ENV` variables to provide credentials ist widly common and easy to adapt in any CI/CD, as the syntax is as easy as possible. Adding a complete...
Yes, just like explained in the symfony docs: https://symfony.com/doc/current/configuration.html#configuration-based-on-environment-variables Anyway, we don't have to discuss this any further. I just wanted to put the information here in the issue, because...
Current workaround is to add the user manually after starting the container ``` user@host:~# docker compose exec imap bash root@a8347fca2f85:~# doveadm pw -s sha256-crypt Enter new password: Retype new password:...
Removing the existing scheduler DB is solving the issue, but this should not be neccessary after a python version update/upgrade.
I have to agree. A short prefix like `mm_` would be better then the current `metamodels_`. It could be a possibility to add a legacy layer for the current version...