Romain Canon

Results 11 issues of Romain Canon

The library [Infection](https://github.com/infection/infection) uses its own stream wrapper, see [`\Infection\StreamWrapper\IncludeInterceptor`](https://github.com/infection/infection/blob/master/src/StreamWrapper/IncludeInterceptor.php). Because of that, the mutants created by the library are not used and that makes the whole library unusable if...

With the incoming support of TYPO3 10 LTS, widget(s) might be added to the new dashboard feature that will be delivered with the new LTS. https://www.richardhaeser.com/typo3-blog/an-update-about-the-dashboard-for-typo3

enhancement

Currently, the only way of viewing an exception thrown by the system is located in the backend module. However, an exception can be thrown only in the frontend context, meaning...

Currently, the fields exist in the TCA, but are never used.

See: https://github.com/CuyZ/NotiZ/blob/af8cb881221ca2e777aad5d4d5cd3c6205eada19/Classes/Core/Event/Support/ProvidesExampleProperties.php#L19-L49

See: https://github.com/CuyZ/NotiZ/blob/af8cb881221ca2e777aad5d4d5cd3c6205eada19/Classes/Core/Event/AbstractEvent.php#L146-L153

The definition object shouldn't allow modifications once it has been built.

Currently, only markers are assigned to the template view of an email: https://github.com/CuyZ/NotiZ/blob/77366572851fb3a2bc248812c35c672f9b084d1b/Classes/Domain/Notification/Email/Application/EntityEmail/Service/EntityEmailTemplateBuilder.php#L103 All existing properties should be fetched for the notification and passed to the view. Maybe create an...

This would be really interesting for me – but maybe also for other people – to get the following vars in the signal: **$user**, **$hash**, **$hashUri** and **$expiryDate**. Could you...