Ismayil Khayredinov
Ismayil Khayredinov
Would be lovely to be able to include the lib via bower or composer
I have put together a short example how to get `vue-codemirror` to work in VuePress. Feel free to update your docs with a link or copy the code. Thanks for...
Component libraries should provide a way to defined tokens (e.g. blue and red) and then customize functional colors names (e.g. primary and disabled). Currently, if I wanted to switch the...
I am a bit confused here. Tried to use ThemeProvider to replace appearance of individual components and it seems that all values are imported absolutely and just injected into the...
If routes are defined after the app has been instantiated, the `routeCollection[]` is empty, and as such `forPageLoad` request throws an error To reproduce: ``` js var router = Davis(function()...
I am working with an API that hits the same endpoint with different HTTP methods, and I wanted to use web services to work with the payload, but unfortunately, web...
When you have two closely positioned elements (e.g. popup triggers), `$.fadeIn()` and `$.fadeOut()` take too long to complete thus invoking collision logic, i.e. clicking on a new trigger while the...
I often rely on non-scalar values as plugin settings, and every time it's a bunch of boilerplate with hijacking the action to serialize the values before saving, and to unserialize...
Resize should respect maxWidth and maxHeight options provided with the toggle
How strongly do feel about keeping form views? I would like to move towards hookable form field config (a bit tired of trying to figure which view overrides which views...