Vojtěch Krása

Results 329 comments of Vojtěch Krása

Platform issue, I probably need to somehow escape them.

Works fine with my gradle.properties at project root: ``` org.gradle.jvmargs=--add-exports jdk.crypto.cryptoki/sun.security.pkcs11.wrapper=ALL-UNNAMED ```

That would be hard. Perhaps rather share which functions are not clear.

Looks like IDE bug, I will try a workaround. Not sure if it needs some attention.

So it has nothing to do with this issue. https://github.com/krasa/MavenHelper/issues/120

Text and Select filters does that too. Default value shows the Reset button, empty value hides it.

Fixed by adding logic to ::isFilterActive + testTruthy: ``` if (isset($this->defaultFilter[$key]) && $this->defaultFilter[$key] == $value) { continue; } if (isset($this->defaultFilter[$key]) && $this->defaultFilter[$key] != $value) { return true; } ```

I do not have rights to see the video

strange, imho some other plugin or IDE causes it. Try it on a new project or with clean IDE.