Alexander Avakov

Results 7 issues of Alexander Avakov

- [x] Fix some const/let statements in es2015 version - [x] Add default value to ```get``` method - [x] Add unit tests - [ ] Add e2e tests - [x]...

enhancement
help wanted

Every time I press on a collection, I'm waiting for second or two until information will load. You can see this lag on the provided image: ![1](https://user-images.githubusercontent.com/10704892/43517681-334b312a-9592-11e8-8979-e870b49c232a.gif) Can we hide...

bug

## Expected Rule behavior If one of if/else/else if use braces then all parts must use it Correct: ```kotlin if (true) 1 else 2 if (true) 1 else if (false)...

enhancement
custom (3rd party) rule

It's very hard to run debug locally which is very important. Current caveats: - Can't run it directly from IDE - There is no possibility to pass additional parameters to...

В приложении Музыка есть такой контрол: Очень удобно, когда музыка в BT-колонке, а все другие звуки в ноутбуке Полезные ссылки: https://github.com/electron/electron/issues/13771 https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/setSinkId https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/blob/82c84871163e0949172e6dde7550f6844fb88749/src/renderer/windows/GPMWebView/playback/audioSelection.js#L18

I can make a PR if you think it's okay

**Describe the bug** We need to log all JSON request and responses in graphQL servlet. Spring version: 5.3.9 Kickstart version: 11.1.0 **To Reproduce** Steps to reproduce the behavior: - Create...

bug