Simon Praetorius

Results 144 comments of Simon Praetorius

I would also appreciate if `origin` could be specified in a more dynamic way. I don't know the technical details inside vite, but maybe one of these approaches would be...

I don't know if this is helpful to anyone else, but I created a vite plugin that more or less covers my use case: https://www.npmjs.com/package/vite-plugin-auto-origin The plugin tries to extract...

@tietoevry-johan The main reason for this plugin is that the server uri might be different in various environments: * port is taken * vite server behind reverse proxy (e. g....

I was also thinking about cases like that. We probably need to introduce some kind of constant. It might make sense to define a dedicated namespace for things like this...

Since the documentation of the VH is pretty self-explanatory that it covers only the `null` use case, I don't think that it makes sense to change that behavior.

TYPO3 Core CI is green (apart from composer integrity): https://review.typo3.org/c/Packages/TYPO3.CMS/+/89518

Did you try what happens if `additionalAttributes` is a PHP object? I suspect that you solution wouldn't work in quite a few cases, it probably throws PHP warnings there. In...

I just tested this with phpunit's default error handler: The deprecation with STFU operator in fact is ignored by phpunit. TYPO3 on the other hand logs both kinds of deprecations....

Did you see that there is a separate command for TYPO3? Maybe this helps for your use case? https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.2/Feature-104114-CommandToGenerateFluidSchemaFiles.html#feature-104114-command-to-generate-fluid-schema-files