M. Vondano

Results 233 comments of M. Vondano

With that argumentation, you would need `|default` on _every_ variable. This is just wrong.

Are the assets maybe not up to date? Even Safari is supposed to support `@scope`: https://caniuse.com/?search=scope (baseline 2025)

I updated a few things, mainly: * replace the `{% set %}…{% endset %}` pattern with blocks (082a9fbbb974a747573f982c79f42c4116ec0730) * use `HtmlAttributes` everywhere there are dynamic properties (ea31bbeb6626d6d1697d9a784c829f8aefcd6b86) * pulled out...

Memo to myself: I would like to abstract both the table and the form block for the select mode in the future (should this be similar enough to the other...

What is the actual issue here? I mean, what information are you missing?

In case there is a syntax error (or any other compile time error) in a DCA file, the following… ```php /* from Contao\CoreBundle\Config\Loader\PhpFileLoader */ $ast = (new ParserFactory())->createForHostVersion()->parse(trim(file_get_contents($file))); ``` …...

> Now, the responsibility for making the cell contents safe is put on the one passing the variables on to the template. Because they are the one knowing the contents...

> So if they themselves would contain the info for what strategies they are safe, I don't think this is a wrong idea? I don't think it's as simple as...

> I also think that those 98% now just append |raw everywhere to fix their issue, without considering the implications. I don't agree. If the cases, where prerendered or crafted...

@michael-j-r What does the lightbox/fullsize image URL look like in your case? Btw., the exception seems to originate from this place in `contao/image` (not saying that it's the library's fault):...