Federico Tomassetti

Results 185 issues of Federico Tomassetti

Different settlements can grow apart or being merged into one society

Instead of splitting more organized society tend to create new settlements still connected to the original one.

When creating a LineComment with a content starting with whitespace, that whitespace is thrown away. This is done here: https://github.com/javaparser/javaparser/blob/a8eaeb3d00a86d4727cbd564d0e8d156815f52d4/javaparser-core/src/main/java/com/github/javaparser/printer/PrettyPrintVisitor.java#L1772 I think it would be useful not to trim the...

I have this case: ``` this.registerNodeFactory(Statement::class) { rpgStatement -> when (rpgStatement) { is PListStatement -> { // already considered null } ... ``` In this situation I would like to...

We can already publish multimodule documentation using task `dokkaHtmlMultiModule`. We need to refine it and publish it. Later we could link to it from https://starlasu.strumenta.com

Reported by @alessiostalla Currently we have `findByPosition` and related methods, but we do not have `findByDestinationPosition` and related methods.

enhancement