Jordan Kiesel
Jordan Kiesel
In November I created a PR (#564) that fixes this, but the primary maintainer (@clementdessoude) seems to have been inactive on GitHub since then. I'm not sure who all of...
@clementdessoude No worries at all! I am sorry if I came off as impatient or rude. To be honest, this is my first contribution to OSS, so I wasn't sure...
@pascalgrimaud Bounty claimed: https://opencollective.com/generator-jhipster/expenses/171756
Based on how Prettier TypeScript deals with line breaking and generics, this is how I would expect Prettier Java to format this issue's input: ```java public abstract class GenericWblGeneratorWithLongName< OBJECT_TYPE,...
I've looked into this a bit more now, and I might have been mistaken (or perhaps recent PRs have solved some of these problems), because it appears as though Prettier...
@pascalgrimaud / @clementdessoude What are your thoughts on implementing this change? I believe it should be relatively simple for us to make this change, but I wanted to gauge your...
>it is true that reading code in a different style is initially slower and disorienting. But after a week you're used to it and never think about it again @jhaber...
A certain set of Java files currently takes ~2500ms to be parsed by the Java Parser on Chevrotain 6.5.0 when run on my machine. After upgrading to Chevrotain 11.0.3, those...
Sounds good! I'll try to take another look at it this week as well, and see if I can simplify it at all.
Closing as a duplicate of #429.