Vít Stanislav

Results 11 issues of Vít Stanislav

I'm using your progress bar in my app and usually it looks great: ![screenshot from 2016-12-03 23 15 04](https://cloud.githubusercontent.com/assets/1254342/20862564/950bcb52-b9ae-11e6-8844-0206dc7cc0f5.png) 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...

bug

## 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...

type: improvement
status: discussion

## 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...

enhancement

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. ![stats-layout](https://user-images.githubusercontent.com/1254342/34252761-3805d140-e645-11e7-88e9-ce7de3135ea5.png)

## 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. ##...

pending

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 --...