Sam Blowes

Results 135 comments of Sam Blowes

@chakAs3 you have a pretty good handle on SB7 and Vue, is there any quick wins / workarounds here?

My thinking was that it would be great if we could do something like this as a workaround ``` ```

So heres a workaround. ``` import { Meta, Canvas, Story, Stories, IconGallery, IconItem } from '@storybook/addon-docs' import * as IconStories from './Icon.stories.ts' # Icons ``` Icon.stories.ts, here is just a...

@chakAs3 as mentioned above `` is expecting a `React.ReactNode` child, so its not possible to insert Vue Icon Components as a direct child. My workaround here is to add the...

If someone could prove that this pplugin works responsively Id love to see it. Ive written some code that just about does the job but its not very elegant. See...

@malsup ooo `cycle2`! Winning! Thankyou! http://jsfiddle.net/blowsie/HuNfz/49/

@alexnaspo sorry I can remember its been such along time.

To expand on this, this happens when dynamically adding the editor, via flexible content or repeater fileds for example

Quick and dirty hack to fix this issue. The problem is the flexible content plugin uses a temp id before assigning it with a proper id, ``` function create_field( $field...

How about adding support for all the languages? http://codemirror.net/mode/index.html