Simon Schaufelberger

Results 159 issues of Simon Schaufelberger

FlowQuery methods are built on magic methods. That is why there is no autocompletion available in IDEs. Available methods are added as doc header which provide autocompletion. **Checklist** - [x]...

The following test case currently is not possible as the boolean parser either accepts strings OR variables but not both. `['\'{foo}\' == \'{bar}\'', true, ['foo' => 'a', 'bar' => 'a']],`...

This commit is part of a campaign to reduce the amount of data transferred to save global bandwidth and reduce the amount of CO2. See https://github.com/Codeception/Codeception/pull/5527 for more info. Additionally...

Hi @drehimself I found an issue with the ids in the store as I have 5 records in the database starting from id 1. Now If I add several more...

This commit is part of a campaign to reduce the amount of data transferred to save global bandwidth and reduce the amount of CO2. See https://github.com/Codeception/Codeception/pull/5527 for more info. I'm...

- Symfony application - WordPress It would be great to upgrade these apps remotely (fetch Release zip/tar and deploy): - owncloud/nextcloud - Matomo

question
feature

I have extended the base application like described here but it would be cool to have native support for cli arguments similar like the environment variables here: https://typo3worx.eu/2016/12/deploy-typo3-cms-using-typo3-surf/ My wish...

enhancement
feature
idea

Removing the author will give more space for the actual commit message title

I have a 80 character terminal in ubuntu and the commit message is truncated way too early. For comparison I added a line below to see how much space there...

I still have static files that I want to link to without an automatic rewrite to webp simply because they don't exist. Insted TYPO3 should know which files exist as...