Tristan Kretzer

Results 5 comments of Tristan Kretzer

I have the same problem (Windows 10, IntelliJ IDEA 2024.2.4 (Ultimate Edition), TeXiFy IDEA 0.9.7, TeX Live 2023 full with sources and docs). I was able to attach a debugger...

I created the pull request #3727. It is a rather simple (hot)fix due to another discovery I had when trying to fix this: It seems that the command runner does...

So, I did some more digging and was able to independently (from the plugin) reproduce the behavior, i.e. `Process.waitFor()` blocking forever if no timeout is set. Looking in the documentation...

I have the same issue with version 2.5.0. I created a minimal repository to reproduce this issue: https://github.com/tristankretzer/autonomousapps-dependency-analysis-gradle-plugin-issue-1274. The error is: ``` Advice for root project Unused dependencies which should...

If I change the ignore in line 5 to `// @phpstan-ignore property.uninitializedReadonly, property.uninitializedReadonly` the error disappears (https://phpstan.org/r/af0652cf-f94a-4924-8dc8-72019ca2b74b) but reappears on the third usage of the trait (https://phpstan.org/r/5336bc83-3be1-4dd3-a251-21e44ce94cf5). Maybe this is...