TomHiller-swd

Results 7 comments of TomHiller-swd

I think it has to do with this check https://github.com/visjs/vis-timeline/blob/master/lib/timeline/Timeline.js#L215. Adding `rollingMode` to the options, even the default options, seems to provide a work around. ``` rollingMode: { follow: false...

@kodemi Thank you for this, I used the first option with [patch-package](https://github.com/ds300/patch-package) to fix it.

I am seeing this as well but if I wait, they will appear albeit with a formatting issue: ![image](https://github.com/facebook/flipper/assets/98833341/a1a31023-68d4-4fbc-8d8e-2070309fbb5c) It is only usable after enabling "Toggle Developer Tools" and using...

I am not sure if this will help anyone else but we had a bug that closely resembled this issue with the consistent error was > Cannot make a deep...

[itinance is no longer actively maintaining react-native-fs](https://github.com/itinance/react-native-fs/issues/1115). Development is being continued by birdofpreyru, [discussed here](https://github.com/itinance/react-native-fs/issues/1197). The [fork](https://github.com/birdofpreyru/react-native-fs) still does not use okHTTP but may have corrected the original issue.

For anyone using npm v8.3.0 or higher, there is the [overrides](https://stackoverflow.com/a/48524488) feature that will allow you to install this package for newer React versions. Add the following to your package.json:...

For anyone using npm v8.3.0 or higher, there is the [overrides](https://stackoverflow.com/a/48524488) feature that will allow you to install this package for newer React versions. Add the following to your package.json:...