Oleksandr Panchenko
Oleksandr Panchenko
Hi. I'm playing with imba-router and struggle with developing simple authentication process. [request private page] → [controller (check the session)] → [render private page] or [redirect to sign-in page] I've...
Looks like module bundler at Scrimba doesn't support resolving imba modules with extensions. Code below produce an error. ``` import {func} from './test.imba' #error import {func} from './test' # ok...
Sometimes it is necessary to falling back to canonical (default) url change form handled route. In this case `location.href = canonicalPath` is not enough. You'll stack with issue when Back...
Hello, thanks for nice plugin. Problem: fake and original selects don't synchronize properly when original changed programmatically. Case: change original select programmatically (E.g.: `selectElement.selectedIndex = 2`). In this case ikSelect...
Thanks for your plugin, it's really good. **Problem**: I used a 'forceCentered' mode and have found that Sly activate item only when dragging process is _end_ (`draggin.released`). **Question**: Is there...