Daniel Siepmann

Results 38 issues of Daniel Siepmann

It is possible to either define `colPos = ` without a value, or to omit this value. In the 2nd case, the extension might not work as expected. Considering the...

We discovered that mkcert did not work as expected with PHP on Mac OS when installed via Homebrew. The reason seems to be that PHP via homebrew is compiled against...

root store

**Is your feature request related to a problem? Please describe.** We are using the composer package https://packagist.org/packages/helhum/typo3-secure-web which will separate code and assets into two distinct folders for more security....

This allows to inject the formatters in other classes. This also eases to replace the feed manager but still receive the formatters, as they are no longer hard injected into...

The provided value will only be recognized when combined with equal sign. Errors might be thrown depending on concrete position when used without equal sign. Resolves: #219

The PHP Code: ------------- ```php require('./vendor/autoload.php'); use LightnCandy\LightnCandy; error_reporting(E_ALL); // The Template: $template = [], )); echo "Generated PHP Code:\n$phpStr\n"; // Input Data: $data = array( 'itemList' => [ 0...

In one of our installations the option "_Subpages - Use Template Design_" was empty on the root page. But on subpages no new Template was defined. TV still uses the...

While using xdebug I've multiple groups of tabs. ZenTabs just shows the current tab of each group. So it's not possible for me to activate another tab in each group....

## Bug Report **Current Behavior** The SQL query for selecting news is very slow if a large set of categories is selected. We have a range between 0.2 and 0.35...