Remi Patriarche

Results 4 issues of Remi Patriarche

The property `esmLoaderPath` is not documented

Resolution: Needs Documentation

Hi, please have a look a the false-positive below: ![sonarqube_issue_backgroundColor_format](https://user-images.githubusercontent.com/948293/68594221-63410600-0497-11ea-89b4-ad094434ea58.png) @see https://drafts.csswg.org/css-color/#typedef-hex-color > 8 digits The first 6 digits are interpreted identically to the 6-digit notation. The last pair of...

When I use the following mapping configuration with a nested property: ```java @Mapping(target = "nestedId", source = "nested.id") ObjectA map(ObjectB source); @InheritInverseConfiguration ObjectB map(ObjectA source); ``` Mapstruct generates the inverse...

enhancement
for:team-discussion
up-for-grabs

Hi I'm facing something which looks like a bug concerning the html pages encoding. I have a web page encoded using ISO-8859-15 charset. I use es-dev-server to serve this page....