Daniel Siepmann

Results 35 comments of Daniel Siepmann

Thanks @laurentiu-lese-collinson. Had the same issue with another project and patch. Your suggestion solved me to fix the issue. Indeed, a mate did only add some files excluding our folder...

I've same issue with PHP (I guess this is not related to specific file types). ``` Error detected while processing FileType Autocommands for "php": E121: Undefined variable: g:neoterm_repl_php E116: Invalid...

I'm not sure whether this implementation is okay. Probably there should be some more logic to split different parts of a mail body.

Actually I encountered that using an empty `colPos`, instead of omitting it, results in the same title for columns within the same row :( So to use TYPO3 without an...

https://github.com/TYPO3/TYPO3.CMS/blob/9.5/typo3/sysext/backend/Classes/View/PageLayoutView.php#L1190 is the place where TYPO3 has its logic. TYPO3 is also checking via `isset` first, then it will check for an empty string. I would consider TYPO3 does support...

I thought about the phpstan extensions as well. We set them up on each project, depending on the concrete project. E.g. I use TYPO3 (open source CMS) a lot of...

Will check for oldest affected version and choose that as target.

I discovered that the app saves downloaded episodes. I've added the folder to VLC, which works like a charm. Would be cool to just document the folder and "expose" it,...

I really love your ideas and opinions. I guess I've installed VLC from f droid. At least it's available there as well. But nevertheless it's a good idea to provide...

This is a simple working example from one of our customers. TYPO3 CMS 8.7.27 LTS, PHP 7.2.22-1+ubuntu18.04.1+deb.sury.org+1 and femanager 5.1.1 + extender 6.6.0: `ext_localconf.php`: ``` $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['femanager']['extender'][\In2code\Femanager\Domain\Model\User::class][$_EXTKEY] = 'EXT:' . $_EXTKEY...