Sebastian Michaelsen

Results 19 issues of Sebastian Michaelsen

In my application i already have event objects. Now when I add my Events into an Calendar I need a foreach loop and create an `Eluceo\iCal\Component\Event` and translate all data....

enhancement

Pass filters or the q parameter as arrays like this: https://www.example.com/search/?search[filter][0][]=type:News&search[q][]=nhsi4k1z It will trigger a TYPO3 Exception like this: Uncaught TYPO3 Exception: #1476107295: PHP Warning: trim() expects parameter 1 to...

**Describe the bug** When you pass certain GET parameters as array, that creates TYPO3 error log entries like this: ``` Uncaught TYPO3 Exception: #1476107295: PHP Warning: trim() expects parameter 1...

I'm running an application at `http://127.0.0.1:1244/` and I want to generate an absolute URI using the `\Aura\Router\Generator`. As I understand it I need to specify a `->host()` for the route...

`some content` does not work when called from a Layout because the `content` variable is not passed to the section in that case.

The extension icon (which is reused as icon for the backend module) is located in the extension root directory but should be placed somewhere inside Resources/Public. This is not only...

## Bug Report **Current Behavior** https://github.com/georgringer/news/blob/a81398060ff206bc7c7c1aff4b148e2ceadc7499/Configuration/FlexForms/flexform_news.xml#L16 `flexform_news.xml` still features the switchableControllerAction field, using the `GeorgRinger\News\Hooks\ItemsProcFunc->user_switchableControllerActions` function to generate items, but this function does not exist anymore which yields this error...

When melon_images calculates the crop box, it will use different precision/rounding than the TYPO3 crop wizard so it an happen, that the crop wizard doesn't load the cropping correctly. So...

melon_images should be able to generate modern image formats like webp or avif and offer jpeg/png as fallback