Vít Stanislav
Vít Stanislav
I'm using your progress bar in my app and usually it looks great:  But sometimes when I was in another tab while the page...
### Steps to reproduce Try to use https://github.com/shentao/vue-multiselect/blob/8b65e2ae03818f0ac4ab8d35183a3f051e4a44aa/documentation/partials/examples/ProgrammaticCtrl.vue#L48 in a project with typescript ### Expected behaviour It works with Typescript as in the docs with Javascript. because `activate`/`deactivate` is defined...
## Motivation Since we aim to make Lisk Hub a tool for developers and other experts, we should support them in providing time-efficient ways of interacting with the application. Keyboard...
## Current behaviour When the contents of the table are more than terminal width, the rows overflow to multiple lines when I tried to use it on this project https://github.com/slaweet/calcGithubMetrics/commit/143db89c2d5c98fdc5c66206e764f708f3175b3c...
https://vuejs.org/v2/guide/single-file-components.html
When I'm testing my component with https://cli.vuejs.org/core-plugins/unit-jest.html and my component contains `import vueJsonCompare from 'vue-json-compare'`, then the Jest test runner fails with: ``` ● Test suite failed to run Jest...
The column widths were too narrow in some cases, so there was unnecessary line-wrap of some text. 
## Description @netil thank you very much for a quick fixing of https://github.com/naver/billboard.js/issues/3614. Another error occurs in the same scenario if I decrease the timeout from 500ms to 100ms. ##...
I'm getting this error randomly: ``` vue-plotly.umd.js?04d1:151220 Uncaught (in promise) Error: Resize must be passed a displayed plot div element. at eval (vue-plotly.umd.js?04d1:151220) at new Promise () at Object.bb71.plots.resize (vue-plotly.umd.js?04d1:151218)...
When I'm testing my component with https://cli.vuejs.org/core-plugins/unit-jest.html and my component contains `import VueMarkdown from 'vue-markdown-render';`, then the Jest test runner fails with: ``` ● Test suite failed to run --...