Youri van Mill

Results 23 issues of Youri van Mill

I am trying the new Composition API but I am not getting v-model on a custom component working... `` Inside the custom component, I have a prop called value and...

**Is your feature request related to a problem? Please describe.** Not a problem in the first place, we have a project in vue 2 with Vue Property Decorator. Does it...

### Version 5.0.0 ### Reproduction link [https://github.com/yooouuri/vue-rollup-typescript](https://github.com/yooouuri/vue-rollup-typescript) ### Steps to reproduce Check out the repo: https://github.com/yooouuri/vue-rollup-typescript Run `yarn install && yarn build` After it, run `yarn link` In the consumer...

Hey, thanks for this nice library. Have one question, is it possible to change the color of the blinking caret. Something like: ```css * { caret-color: red !important; } ```...

``` FAIL tests/time-range-input.spec.ts ● Test suite failed to run Jest encountered an unexpected token Jest failed to parse a file. This happens e.g. when your code or its dependencies use...

I am using typescript. Created two variables, start and end (dates). Update the variables with new dates: ``` ... @date-one-selected="val => { start = val }" @date-two-selected="val => { end...

Fix #21 Update the README, should make it more clearer

![image](https://user-images.githubusercontent.com/12934957/31499738-f865c51a-af65-11e7-94e5-b8b5a9764107.png) `npm install react-native-sketch-view --save` `react-native link react-native-sketch-view` ![image](https://user-images.githubusercontent.com/12934957/31499807-2285651c-af66-11e7-9362-d657996ca43c.png) Took the example code from the README.

When i make the background transparent and i draw some lines on it, the result png will be black. So maybe its an idea to save the file with transparency.

Thanks for this package, but the release on npm is very outdated. [3.0.0-alpha.6](https://www.npmjs.com/package/escpos/v/3.0.0-alpha.6) is released like 2 years ago. Fixes like https://github.com/song940/node-escpos/pull/388 are not released on npm.