Andre Jilderda

Results 35 comments of Andre Jilderda

@30PP0 I think [Modulizer](https://github.com/falkeyn/modulizer) does just that.

I'd love to see next sibling support added too. This would really help with stretching a background over a group's (next sibling) width/height.

Oh wow, that is really disrespectful. The issue is you have installed a beta version and don't know what that means. It means it's likely you'll experience bugs. Maybe you...

I think my point is still valid. Don't rely that much on beta plugins for your workflow (cause the chance is big you'll run into issues). A beta version is...

If you use Storybook 6 or higher you can override the `argTypesRegex`-setting you may have in your `.preview.js` per story like so: ```js // in ComponentName.stories.tsx export default { component:...

Open an issue with the URL to your plugin or send a pull request here: https://github.com/sketchplugins/plugin-directory πŸ‘

Hi @cethink , the theme should properly work with the most current version of Joplin. What issue are you facing?

I ran into this issue in a monorepo in which I'm setting up a Storybook with composition. I created a sorta minimal repository to reproduce the issue: https://github.com/andrejilderda/storybook-7-scanning-folders-outside-stories-path ```sh pnpm...

Thanks for looking into this @tmeasday , that was indeed the case. πŸ€¦β€β™‚οΈ Unfortunately adding an ignore to the glob doesn't seem to work [as described in this closed issue](https://github.com/storybookjs/storybook/issues/11181#issuecomment-1455449562).

@tmeasday Nevermind, I managed to get it working: https://github.com/storybookjs/storybook/issues/11181#issuecomment-1474347928. Thanks for jumping in! --- Note: the original issue of @bazo is still relevant.