Shota FUJI

Results 21 comments of Shota FUJI

Currently, no. But I think it's super useful if we can solve that "oh you changed the design spec silently!?" problem with this addon :stuck_out_tongue_closed_eyes: It's hard or impossible to...

It seems the project is ongoing but still not ready to use. Also, status and timeline/milestone is unclear. - [C++ (WASM / Native) rendering engine?](https://github.com/opendesigndev/open-design-engine) - [Node.js / Browser wrapper...

IMO this issue should focus on the original topic (we can't access Vue root instance, the workaround is to add a decorator) and we better create another issue with more...

@LeBenLeBen > Isn’t the decorator needed in any case? The components must be wrapped within a VApp element for the styling to be applied properly. Ah, my bad. We can't...

It seems Storybook only merges plain objects, not arrays. https://github.com/storybookjs/storybook/blob/7035ea7389393da041985ebc491ee58dedb50d06/code/lib/store/src/parameters.test.ts#L23 Extending the parameter might enable users to define global items, but I'm not willing to add more unions to the...

I've put the `help wanted` label for a "feedback requested" purpose just because I'm lazy... Currently, there is no specific timeline for the next major (v7), but I hope I...

missing `BABEL_ENV` in package.json causes this. Try this: ```sh ./node_modules/.bin/cross-env BABEL_ENV=commonjs npm run example:basic ``` it works for me.

I don't/won't use their Dev Mode but from seeing their docs, Dev Resource is an annotation consists of name and URL that is attached to a node (or frame), right?...

Not able to reproduce with my draft file on `localhost`. Please check the response of `https://api.figma.com/v1/images/` on browser's network panel. I suspect the response is JSON object with non-empty `err`...

Again, please check the response of `https://api.figma.com/v1/images/` on browser's network panel. It's possible some their/our changes broke handling for `design` URLs. However, presence of the `t` query parameters should not...