Markus Heberling

Results 52 comments of Markus Heberling

Hi @bobbylight, What do you think about this? Is this something you would think of as usefull? My design goal for this was not to recreate the same token output...

@bobbylight Would you consider adding this? Otherwise I will create an own project for it.

As it seems, this is not going to get merged, I have created my own project: https://github.com/tisoft/rsyntaxtextarea-antlr4-extension It is the same code as in this PR, just moved to my...

@bobbylight Thanks for the status update! I'll update this PR with the improvements I made and will keep it current. I just took some example grammars, to have something for...

I have rebased against master and also updated the code with the latest changes I did in my fork.

I have the same exception. Here is the stacktrace: ``` [ERROR] Failed to execute goal io.openapitools.swagger:swagger-maven-plugin:2.1.5:generate (default) on project x: Execution default of goal io.openapitools.swagger:swagger-maven-plugin:2.1.5:generate failed.: NullPointerException -> [Help 1]...

I could fix my problem: Graalvm was a red herring 🐟. The failure was caused by a file ownership issue. I am using docker to build my project and have...

Note: I have not yet created tests for this. Will do so, if/when the general idea is accepted.

Discussion on zotero forums: https://forums.zotero.org/discussion/113100/fulltext-regexp-search-is-slow-for-big-pdf-collections

I have played around a bit with this in https://github.com/advanova/maven-git-versioning-extension/tree/feature/control-profiles This seems to work now. I think the main problem was this line: https://github.com/qoomon/maven-git-versioning-extension/blob/442d0256919f832ffd61f757bbc5d915fa4edbca/src/main/java/me/qoomon/maven/gitversioning/GitVersioningProfileSelector.java#L40 It should have a `==` instead...