Hugo Villain

Results 13 issues of Hugo Villain

Ahoy! I've been using your set of amazing tools recently, with great pleasure and success. However, I'm encountering a weird issue, where declaring a new dynamic import always denies the...

I would like to use the popover in controlled mode. Although simple cases (handle state from inside popover) work, there is no idiomatic way to close the popover by clicking...

Correction of "callAPI" missing argument + explanation of the process

Node dns resolution was refactored starting at node v17, using ipv6 by default. This prevented to `node-fetch` localhost on 2 OSX machines

### Changelog SliceMachine now supports custom screenshots! ✌️ Previously, screenshots were stored along with your components. Everytime a change was made to a slice, a new screenshot was generated, erasing...

rfc

#### Problem At the moment, relative stories paths (eg. `./`) are inserted as-is into `.nuxt-storybook/storybook/main.js`, resulting in an invalid path for Storybook and breaking it immediately. #### I would like...

enhancement
v4

Added "Upload custom screenshot" button, dropzone and UI to the Screenshots Modal. Updated Redux stores to reflect screenshot updates. Added screenshots modal to all slices lists + slice builder page....

Minor fixes: prop-types, make Image optional in `CardImage`. I also created an `index.js` file at the root of `src/slices` as the current Next SliceZone may make use of it. I...

Hey 👋, I found your repo while looking for ways to transform literal functions. But my code broke when trying to transform functions like: ```javascript toAst({ myFunction: function myFunction(prop) {...