Sam Blowes

Results 135 comments of Sam Blowes

@evilebottnawi they are in seperate repos by design and I cross referenced them both as its due to compatibility.

This is a solution I am using with for now, not sure exactly how *magick implements it. ``` var StartWidth = 800; var StartHeight = 600; var TargetArea = 100000;...

@shilman ![9WZt9d1cgN](https://user-images.githubusercontent.com/308572/90261810-6497c880-de45-11ea-9e6f-5edbb6f7b27a.gif) reproduced in vue, here https://github.com/storybookjs/storybook/issues/11990

Reproduction is now showing the controls and showing the issue https://github.com/blowsie/storybook-vue

Thanks @AdamNowotny, whilst i did see this option, it really doesn't fit a dynamic use case, where feature and release branches are coming and going on a regular basis. Teamcity...

Perhaps being able to specify a branch specification is one way to go eg ``` refs/heads/develop refs/heads/feature/* ```

I second this. Not only is it easier to setup, it also makes ACF and this plugin easier to update.

> @Akryum For me, auto-import works perfectly well with storybook. I tested your case with feather icons and it seems it can be one of three causes: > > *...