Manfred Egger
Manfred Egger
Add support for `.typoscript`, `.tsconfig` and `ext_typoscript_setup.txt` to improve the visibility of TYPO3 specific files. The TYPO3 icon is already part of nerdfonts `` (`e772`) Here's my current local nvim...
Phpactor does not seem to correctly work with various unicode characters. Some characters raise exceptions and "position aware" features like diagnostics have wrong positions. Example PHP code: ```php
When our customers send newsletters, they set links with Google Analytics campaign tracking. And sometimes they use an ampersand in the utm_content parameter, e.g. "Tips & Tricks". The resulting Url...
For the dactyl manuform there's this project: https://github.com/chenfucn/dactyl-pivot This is great for prototype building, as there is much less material and time needed for printing. Maybe you could add an...
Fixes #60 There are some caveats: - as Psr\Log\Test\TestLogger was removed with psr/log:3.0 we need an alternative TestLogger for unit testing. [colinodell/psr-testlogger](https://github.com/colinodell/psr-testlogger) provides this, which works for all psr/log versions....
When using PHP 8.4 at least the following error occurs: ``PHP Runtime Deprecation Notice: DantSu\OpenStreetMapStaticAPI\OpenStreetMap::__construct(): Implicitly marking parameter $tileServer as nullable is deprecated, the explicit nullable type must be used...