Andy Lorenz

Results 19 comments of Andy Lorenz

I've been using onsen/react for about 6months and can confirm the react documentation is very patchy! I typically check the native is docs and/or read the source code. When I...

I have the exact same issue: colMessages = new Meteor.Collection('messages' ,{idGeneration:'MONGO'}); - this works perfectly and throws no issues or errors colMessages = new Ground.Collection('messages' ,{idGeneration:'MONGO'}); - I get inundated...

For me I fixed the issue by having the useDrop and associated div using the ref from that in its own component, as opposed to just inline JSX. I didn't...

in your code sandbox your code is: ``` {isMobile ? : } ``` so if mobile is detected render the non-mobile view otherwise render the mobile-view .... hhmmm !

you are using isMobile - which checks the **device type** not the dimensions of the **viewport**. This package is called react-device-detect which is a very accurate name! You can use...

+1 - This tool would be super useful if it could produce a single CSV report for all services discovered in all regions.

I had the same error too, and fixed it by updating your package.json entry for the sdk to this: `"@rocket.chat/sdk": "1.0.0-alpha.30"` This version is the one used by RC's own...

I'm getting this error on bitbucket pipelines as well, using yarn 3.2.0. I have a yarn config in a pipeline step so I can see all the active settings and...

great stuff thanks. I just stumbled into too - which is documented as having props of "title" and "description". This one though is where the documentation is right (i.e. is...

given its now 12th April and your issue/question hasn't got a response, its not looking good @Fandekasp 👎