Benjamin Franzke
Benjamin Franzke
Hi, I forgot to add a test for the initial pull request. Sorry for that – I've just added one. Hope you'll find some free time to review this one....
Hey, In light of https://github.com/ckeditor/ckeditor5/issues/16360 I'd like to share the CKeditor5 installation approach used by https://github.com/TYPO3/typo3/. TYPO3 CMS switched to browser native [ES6 modules + importmaps in 2022](https://review.typo3.org/c/Packages/TYPO3.CMS/+/73004) and therefore...
Hm, this works for me. Are you sure that your TYPO3 instance doesn't have some `TCEMAN.clearCacheCmd` TSConfig option set for that page? Otherwise: I guess this could either be a...
I think this refactoring would be good for the codebase, but applying `?null` and raising required PHP version (as suggested by Helmut in https://github.com/TYPO3/class-alias-loader/issues/31#issuecomment-2373281314 ) would be less invasive.. I'll...
continued in https://github.com/TYPO3GmbH/blog/pull/334
There needs to be something like a `TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\NumericNode` `TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\TextNode` but for `null` values. => `TYPO3Fluid\Fluid\Core\Parser\SyntaxTree\NullNode`. So that `null` is a language construct that is understood in all expressions, not just...
Sorry, I can't provide further guidance without implementing it myself (which is currently not possible due to priorities).