Simon Praetorius

Results 144 comments of Simon Praetorius

To avoid more deprecations triggered by templates, we might also delay the deprecation to Fluid v5.

Not as elegant, but with #1031 at least the following syntax will be possible: ```xml ```

Thank you for your feedback. That's an interesting point I should think about. The main reason that the file currently needs to exist is the resolution of relative paths and...

Maybe it's enough to just use the path as-is if `realpath()` fails. That's the first thing I would try out. But it needs to keep working with: - `EXT:` -...

They are not relative to the template file but relative to the project root.

related: https://github.com/s2b/vite-plugin-typo3/issues/28

As you can see, this change breaks existing use cases. Is it possible to narrow your problem down using an additional test case?

@glucka As a first step, it would be great to validate if the concept covers all use cases or if there are (better?) alternatives.

Hi! First of all, thank you for your contribution. I think that it makes sense to add these events to the extension. However, I'd like to adjust the naming a...