Yuriy Nemtsov

Results 12 issues of Yuriy Nemtsov

The router-specific error handler should be called first on errors within a router prior to hitting the global error-handler. This doesn't happen when an error is handled from within the...

I'd like to use `CSSModules` via `vue-loader` to compose styles from another component. ---- ❗️ The following currently **fails with an error**: **GrandChild.vue** ```css .message { padding: 10px; border: 2px...

feature request
css modules

Let's use https://github.com/prettier/prettier to make the style consistent. - [ ] Use the `--single-quote` option please (either as an option or as a config; depending on how you implement it...

help wanted
good first issue

To make editing and refactoring safer: - [ ] Write unit tests to cover the different use-cases - [ ] Ensure tests run when `npm test` is called - [...

help wanted

Let's use https://github.com/prettier/prettier to make the style consistent. - [ ] Use the `--single-quote` option please (either as an option or as a config; depending on how you implement it...

help wanted
good first issue

Repro: ``` js var distribucache = require('distribucache'), memoryStore = require('distribucache-memory-store'), store = memoryStore(), logEvents = require('distribucache-console-logger'), cacheClient = distribucache.createClient(store), cache; cache = cacheClient.create('randomness', { populateIn: '5 sec', pausePopulateIn: '10 sec',...

bug