takanuva15

Results 33 comments of takanuva15

@javabrett hey do you think you can rebase against master and fix the conflicting file in this PR? Also, if you have already built a jar file that includes your...

@fireundubh The commit was reverted in 0d80de605d136fe18ef0ee86c4c177824c6fa4a8, which is present in v1.14.0 @mloskot Thanks for giving a zip-file link with your built jar. Do you know if it's possible to...

I am interested in this feature as well; I want to parse just individual kdoc comments and verify their contents as part of my workflow. @drieks Can you recommend me...

@Eywek Hi, this is really cool! Could you please make a CodeSandbox/StackBlitz/Plunker that shows your demo code in action? I would really like to see how it's configured and working...

I've gotten a similar error when upgrading to `1.12.5`. I reverted back to `1.12.4` and it's working again for me. The error output in my case: ``` Unresolved class: class...

I missed this issue when searching and filed my own at #4596. I've got 200+ model classes I'm migrating to Spring Data and I quickly found out that Spring is...

Thanks for the update! It seems like the `OffsetScrollPosition` would work, but could you share an example of how would I set that correctly if I wanted to get results...

I know this is a bit late, but I've been running into an issue where I have some classes that implement `Comparator` but a few don't provide the generic type...

It was my own custom class implementing Comparator like `class MyComparator implements Comparator`, but there was no type specified for the generic parameter of `Comparator` (it was legacy code). I...

lol I got this error too on the same line - nice to see someone fixed it in a PR