Julian Jarecki

Results 30 comments of Julian Jarecki

Thanks @silmeth, but it doesn't seem to be the Problem. I've tried with [`DOT_MATCHES_ALL`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-regex-option/-d-o-t_-m-a-t-c-h-e-s_-a-l-l.html): ```kotlin val singleToken by token(""".+""".toRegex(RegexOption.DOT_MATCHES_ALL)) ``` But at this Point it doesn't help, because the `DefaultTokenizer`...

Thats nice, but as stated that from as much as I understand doesn't solve the problem. So far, it worked only without the \G

Considering the [Roadmap](https://git.mdns.eu/nextcloud/passwords/wikis/Project/Roadmap) and the last posts in this issue by marius-wieschollek, I think it is safe to assume that the author is working on the issue, well aware of...

I have made a sonarcube image based on the editor-images, running fine for me with 2020.3 Still working on getting resharper to run with it whenever i have time for...

I have posted my docker files in a gist here: https://gist.github.com/IARI/e588e07c75d267bfd6e171f19e5e585b @shadow7412 I would doubt that this is fit for a PR in its current state - tbh I have...

Oh wow, I missed that! While I love jetbrains' Rider and all their other products that I use, I want to avoid complete vendor lock-in. That being said, another option...

Hi and thanks for the quick reply :) calling stop alone doesn't do it for me: the process keeps running. Currently I'm getting both private executors from the class via...

Thank you for the offer of becoming a collaborator - I can however not guarantee that I can do any useful continued work on the repository. I am kind of...

For me it appears the suggested workaround does not work. ``` dotnet sonarscanner.msbuild.dll begin \ -k:"" \ -d:sonar.host.url="$SONAR_HOST_URL" \ -d:sonar.login="$SONAR_TOKEN" \ -v:"$CI_COMMIT_TAG" \ -d:sonar.exclusions=Assets/**/Plugins/**/* ``` Its also impossible to have...