Olivier Massot
Olivier Massot
I encountered some SyntaxError caused by modern php syntax: * the `??` operator * the `function (...) : xxx {` syntax * the `self::` syntax * the spaceship operator ``...
**Issue**: an exception `No record was found. The "record" or "uid" argument must be specified.` is thrown when using FalViewHelper within an hidden content. To reproduce, create a template: ```...
I'm working on a nuxt application which is running on docker. If I add the prop `mode="national"` in my tag, the page crash and the following message appears in the...
I uses the v:asset.style viewhelper to include my assets to my page, and this was working very well until I updated VHS from 6.1.2 => 6.1.3 Now, this viewhelper makes...
### Feature Request replacing https://github.com/doctrine/orm/blob/4baa7bd25218f363dc18286a9e1d32e2148b7fee/src/Mapping/AssociationMapping.php#L138 by something like : if (!$mapping instanceof ManyToManyOwningSideMapping) { throw new \Exception( "Mapping error on field '" . $mapping->fieldName . '[' . $mapping->sourceEntity . ']'...