meztihn

Results 6 issues of meztihn

Recreated PR since I can't change the source branch. An unrelated note, since sdkman is recommended as a package manager: it works only with bash, but IDEA starts from sh...

Fix DND plugin settings for windows with spaces in name.

**Описание бага** Авторизация не применяется несмотря на плашку "Вход успешен!" и успешность XHR запросов. Воспроизводится на десктопе и андроиде в 100% случаев. **Шаги для повторения бага** 1. Нажать "Войти" в...

bug

Example: ```Java var iterator = IntList.of(1, 1).subList(1, 2).iterator(); while (iterator.hasNext()) iterator.nextInt(); ``` throws `java.lang.ArrayIndexOutOfBoundsException: Index 2 out of bounds for length 2`. It's reproducible with DoubleList as well. Haven't checked...

When you create a type reference for a generic class with a reified type parameter, this type parameter is still generic, not the inlined type. That prevents deserialization of properties...

Before: only first module plugins were loaded. After: plugins from all modules are loaded. Also refactored out usage of deprecated method `projectOpened`.