Jon Wyatt

Results 11 comments of Jon Wyatt

Sorry, I was away and missed the responses until now. I was looking into upgrading a project to 1.x but in the end we decided to leave things as they...

Hi @radziksh, thanks for the advice. Where did you find `1.10.1`? Latest release on github is `1.8.0` and npm latest is `1.9.0` which is kind of weird in itself, normally...

Upgrading to `1.10.1` didn't fix the issue but I have read the docs and believe now this might not be a bug: From http://griddlegriddle.github.io/Griddle/docs/api/: > Griddle has a data prop...

I've found it in `dataUtils.js` there is a customised implementation of `fromJS` - `fromJSGreedy` which excludes Date instances from conversion but an XDate (or any other instance) would just be...

Yeah both solutions would be helpful. From my perspective a method to over ride `isImmutableConvertibleValue` would be the simplest but it seems like that's exposing an implementation detail to users...

I just lost a day to this but turned out to be system settings. Turns out chrome respects system scroll bar preferences. If you set them to always you should...

Yeah this is still the best react scroll bars solution I've come across despite the bugs. Maybe could just pick a fork and notify pull request author's to apply them...

I'm looking for similar thing though not sure if this library is the right place for it as the components don't have any concept of the current screen width; they...

Hi, I was wondering whether it might be possible to download a unity build to the device and point the viewer to it? It doesn't look like this is possible...

Thanks @d-mendoza, we have actually switched to the new React SDK version and so are using `@cloudinary/url-gen` to configure the url generator now so we would not need it added...