Jonathan Haber

Results 27 comments of Jonathan Haber

Sounds good, thanks for the quick reply

Just wanted to chime in with another use-case we have where it would be helpful to use this repo as a library. We're starting to deploy grpc services and want...

For anyone running into this issue while using `AmazonS3#putObject(PutObjectRequest)`, we ended up overriding this method so that if it encounters an `InputStream` with unknown length, it will read a fixed...

My $0.02 is that sorting imports feels within scope for prettier-java, and we really like having it

Some related discussion: https://github.com/jhipster/prettier-java/pull/384#discussion_r410712022

Which section of the JLS are you referring to?

Interesting, it seems like prettier-java would have no way to tell whether annotated fields are declaration annotations, type annotations, or both: ``` For example, given the field declaration: @Foo int...

Yeah I feel your pain, we had some similar struggles at first with prettier clashing with other tools. Eventually we got rigorous about splitting our validation tools into syntactic (how...

We don't use any of the checks with `tags = Style`, but it's a bummer they're even adding those sorts of checks. That sort of check doesn't seem to meet...

> I can just disable it 🤷🏻‍♂️, I don't have more arguments than these ;) Yeah given that prettier-java is in charge of all the annotation positions, it seems like...