Yuri Scarbaci

Results 21 comments of Yuri Scarbaci

Hello, I'm not fluent in this project or vue in general, but I did a "generic algorithm" that could be used for this https://codesandbox.io/s/algorithm-for-layoutit-new-grid-template-9w6c9?file=/src/index.js if anyone want to take the...

Sure thing: ``` const { getWebpackConfig, getCompressionPlugin, } = require('./webpack.override.js'); module.exports = { stories: ['../packages/**/src/**/*.stories.@(js|mdx)'], addons: [ { name: '@storybook/addon-storysource', // options: { { config.plugins.push(getCompressionPlugin()); return config; }, } ```...

@shilman any news on this or https://github.com/storybookjs/storybook/issues/12561 ? not meaning to pressure you, just wanting to let you know We are still interessed in solving this and still facing the...

bumping to let you know this is still a thing we are looking after :)

Bumping to remove the inactive stale-bot tag, we are still facing the issue and we are also still interested in the fix :)

Just to add my 2 cents, Would be nice if we could get a couple of options with the source-code when configuring the parameters globally (let's say in preview.js) Maybe...

Stale bot just doesn't like this issue and related issues uh? :)

I am currently implementing about the same thing with this library basically what you want to do is - get a tree-model library https://github.com/joaonuno/tree-model-js - structure your data in a...