Thomas Broyer
Thomas Broyer
I do have the opposite problem: a field of type `Map` (using `jdkOnly=true`) is set as nullable and would then be `null` when deserialized from JSON (using Jackson) rather than...
This is something I had been thinking about for the very first version of this plugin: https://github.com/tbroyer/gradle-errorprone-plugin-v0.0.x/issues/65 One thing is sure, I wouldn't use a project property or system property....
Oh, looks like it actually works, and for Scala joint compilation too! Will work on adding that, but please note that I'm using neither Groovy nor Scala so this will...
> You may ask what is the reason to place Java classes into `groovy` folder? The answer is quite simple: this is the only way to use Groovy classes in...
I'm sorry but this complicates the code too much. This could be built in a companion plugin though if you still need it.
Only IE11 continues to be supported by Microsoft (announced on January this year), and is the only one to natively support WebGL anyway. This is WebGL 0.94 though, when all...
Looks like we could add ``` *.js eol=lf ``` to our `.gitattributes` (in addition to the existing `* text=auto`) to force the EOL to LF (therefore following our `.editorconfig` and...
IIRC, we dual-licensed iTowns under CeCILL-B and MIT to avoid compatibility issues with other licenses (MIT is compatible with AGPL) while still having a license under the French laws (the...
https://browserext.github.io/browserext/ ? (linked from the Mozilla doc linked above)
`java.lang.Number` could be a `Long` or a `BigDecimal` or `BigInteger`, so cannot be used as an equivalent of JS `Number`.