Austin Brooks
Austin Brooks
This is an issue in the Java SDK v2. The current blocking time for the STS call is 5 seconds before a thread wakes up and asks for credentials itself....
Currently, we trigger loading more items when the scrollbar reaches the bottom, but if the scrollbar doesnt exist due to all elements fit on one page, it is impossible to...
**Is your feature request related to a problem? Please describe.** Goland does not ship with the test-framework , go-testframework modules. In order to run tests in goland, you need to...
**Describe the bug** When using a custom serializer that is polymorphic on the type argument of a list, the serializer produces an array instead of the expected object **To Reproduce**...
**Describe the bug** When using the workaround to force generation of a plugin generated serializer for enums, the generated serializer always treats it as a class **To Reproduce** ```kotlin import...
### What happened? Plugin is unable to find the correct Test Framework version for 2023.2 ### Relevant log output or stack trace ```shell org.gradle.api.GradleException: Cannot resolve the Test Framework version...
Add note about the settings plugin usage since it requires placing `includeBuild` in a different location
### Describe the need of your request The latest release of the plugin verifier (https://github.com/JetBrains/intellij-plugin-verifier/releases/tag/1.367) added a `-mute` switch. Can this be exposed as a `ListProperty` on the verifier block?...
### What happened? Using `intellijPlatformPluginModule` on a module that brings in 3rd party libs causes the lips to be lost when building the final zip ### Relevant log output or...
### What happened? Changing disabled plugins doesn't rebuild the config folder so the plugin stays enabled. ### Side question / request: Would it be possible to only alter the affected...