nimo23

Results 248 comments of nimo23

Ok, I found out that such a issue already exists in https://github.com/KevinVandy/material-react-table/issues/1429..It may be a little different, but the root cause seems to be the same...if so then please close...

>@SuppressWarnings("javadoc") // Documented with OpenAPI This is really a bad workaround. What about the Javadoc for such properites/getters/setters -you don't have one.

>The main problem is that when scanning annotations, the source code (and JavaDoc comments) are no longer available. It is a pity, I don't know much about it, I thought...

Other possible solutions: - using `javaparser-lib` with `JavadocDocument` (see https://dzone.com/articles/extracting-javadoc-documentation-from-source-files and https://github.com/javaparser/javaparser/issues/433) - using the official `Doclet`-API (jdk.javadoc.doclet.Doclet with https://docs.oracle.com/en/java/javase/23/docs/api/jdk.compiler/com/sun/source/doctree/DocTree.html which includes an API for writing custom `doclets` (maybe there...

@MikeEdgar It would be great to have something like that. Can you do it?

>We always welcome contributions from the community if you have the spare cycles to give it a try. I already tried and played with `javax.lang.model.element.ElementVisitor` and `ElementFilter`. A not working...

>What’s the benefit over disabling the Cachify plugin? Yes, you are right, we can deactivate the plugin – no additional selection is required. By the way, what is the main...

Would be nice to also enhance `positionGlobalFilter`, Currently only the following values can be set: ` positionGlobalFilter?: 'left' | 'none' | 'right';` Would be nice to also support `bottom` and...