David Spohr

Results 48 comments of David Spohr

I'm having the same problem with the storybook v4.0.0-alpha.21, nothing stated in this thread helps.

What worked for me (after dowgrading to version 3) was to use the regular storybook.js code: ``` import React, { Component } from 'react' import { AppRegistry } from 'react-native'...

To clarify, the problem is not removing too many intermediate points, but frequently leaving the ones behind the turn/obstacle, not in middle of it. Unfortunately it doesn't seem consistent, sometimes...

@myc0210 The algorithm you link to is actually exactly the same as the 'Interpolate' function you mentioned. (I've implemented it only to find out it's the same thing) Also I've...

What worked for me to make it run with ecosystem config was naming it ecosystem.config.cjs, and starting with `pm2 start ecosystem.config.cjs`

@DariuszAniszewski I could really use this, how much work would a simple implementation take? Maybe I can fund a Bounty on it.

I'm making an extension to this plugin that has copy, paste and clear buttons on the bottom. I'm almost done, will create a merge request later.

@AriaMinaei thanks but I'm kinda stuck on a really trivial UI issue, I've just sent you an email about it :)

@zensir : you can try it here in my fork: [https://github.com/EskelCz/Griddify/tree/copy-paste-clear](https://github.com/EskelCz/Griddify/tree/copy-paste-clear) I've decided to leave the UI feedback for later and try using it for some time to decide if...

This is also important for loading storybook stories from src folder, without maintaining an index file. https://storybook.js.org/basics/writing-stories/#loading-stories-dynamically