Thomas
Thomas
In Chrome (don't know about other browsers yet) you can add a custom search engine to set a text shortcut. Go to [chrome://settings/searchEngines](chrome://settings/searchEngines) add a custom keyword (shortcut, e.g. "md")...
I just had the exact same problem. I traced it to [these lines](https://github.com/DesignByOnyx/stencil-storybook-starter/blob/master/.storybook/stories/stencil.js#L60): ``` if(prop.defaultValue) { try { args[1] = JSON.parse(prop.defaultValue) } catch(e) { args[1] = (typeof prop.defaultValue === 'string')...
I didn't have a lot of time in the last few weeks but I'll try to make this package more of a priority. Having said that this is my first...
My setup: Server: Windows 10 Client: OS X 10.11.2 I'm trying to move a file from the server to the client but it doesn't work consistently. I managed to get...