Jack Koppa
Jack Koppa
Yeah, ran into the same issue. At least in my case, the only way `clamp.js` has worked for us is with `useNativeClamp: true` (which is the default), on the browsers...
Seeing the same issue; initial appearances are that it's the interaction of this addon with `storybook-addon-vue-info` Here's my relevant `package.json`: ```json "storybook-addon-vue-info": "^1.1.1", "storybook-vue-router": "^1.0.3", ``` Most importantly, in my...
Hi @ThePeach, @Moonhint - I thought I responded earlier here. I have a decent solution, after some experimenting: move `storybook-vue-router` to be global, loaded **after** `storybook-addon-vue-info`. It will be available...
Thanks so much for doing this, @octref. This is going to be huge for us when it's stable. I'm currently seeing the same issue that @ktsn has opened here: #1699...
Similar use case for us: we now have a number of places where we need to cast generated TS enums, to a different instance of that same Java enum, because...
This fixes #11
@d1820, @skateborden - I know you've likely moved on from this issue. But could you check out #22 to see if you agree with the solution? I didn't realize that...
Hi all - I realize very few people are likely going to be coming across this, but since this repo hasn't been updated since [11/13/17](https://github.com/istrib/vuex-typescript/commit/105d21977d0f870910d86f7706c06ee8bd3bded9), I decided to fork &...
Noted that the build failed on Windows; will run locally on a Windows machine to fix the file path resolution
Checks now pass, and would love to discuss with @ktsn or @octref, whenever someone is available - I'm sure I missed things about how these checks could be done more...