Ilya Pronin

Results 6 comments of Ilya Pronin

**Edit**: fixed for Windows, created pull request, please help on testing https://github.com/ptytb/rainbowstream For windows, use [ConEmu](https://conemu.github.io/), as standard Windows terminal will show garbage. **setup.py** must not use OS dependent commands,...

For python prior to 3.5 (without the `async` keyword) it is possible to use `@gen.coroutine` decorator on handler methods and use `yield` instead of `await` to make them asynchronous. So...

Solved with switching to [alicorn-scroll-watcher](https://github.com/ptytb/alicorn-scroll-watcher), seems to work just fine. Install `yarn add alicorn-scroll-watcher-p3`

Solved: ``` yarn add web-animations-js ``` ```js import 'web-animations-js/web-animations-next.min.js'; ``` [Source](https://github.com/PolymerElements/paper-swatch-picker/issues/36). The TL;DR is that [KeyframeEffect ](https://developer.mozilla.org/en-US/docs/Web/API/KeyframeEffect) should be polyfilled.

Thanks for your input, you're correct, when the window is closed and then song changes, the loop will be still active. IIRC this is happening because of playback event handling...

Sorry guys, didn't see the new issues. Usage: in the main menu choose **Playback / Loop / ** to open a dialog. You can also assign a keybinding with **Preferences...