Gadi Cohen

Results 637 comments of Gadi Cohen

@csillag, would the eventual `@live` (instead of `@subscribe`) solve these issues for you? (hope I got that right) i.e. other than subscriptions, do you like working with graphql? It looks...

@csillag, @yorrd so what is the ideal here, something like this? ```js import React from 'react'; import gongo from 'gongo-client'; import { useGongoLive, useGongoSub } from 'gongo-react'; const todos =...

heh, "project" might be an overstatement. really missed this part of meteor and found the alternatives frustrating, but promised myself I'd stop doing so much open source and do more...

actually i guess we can move this to https://github.com/gadicc/gongo/issues/1 and stop polluting this issue. it will be a while until this is really usable but i put another fun screenshot...

Thanks for the detailed report. I haven't had a chance to test this exact case yet, but Meteor 1.3.3.1 is working fine so far for me with the latest code...

Thanks for the report. Regrettably I don't have a cordova setup here and am not familiar with Cordova at all. I'll gladly accept help on this and assist however I...

Depending on which release of ecmascript-hot you're using, is it possible you need special permission for the extra port? (If you saw a message like `=> Starting gadicc:ecmascript-hot server on...

Thanks! There are still a few smaller issues which are gradually getting fixed up (the `fast` releases include [most](https://github.com/gadicc/meteor-react-hotloader/blob/faster/History.md) of them). Unfortunately I'm not sure how much @martijnwalraven will be...

I'm also wondering if there could be a false positive on the transform stateless code that could be causing this error. Can you try the latest experimental release `gadicc:ecmascript-hot@=1.3.2-fast.13`, confirm...

Before rc0, we've gone beta. More info in https://github.com/gadicc/meteor-hmr/issues/51#issuecomment-220009815, please reply there. Will still announce rc0 here when it's ready. Hopefully soon if the beta works well for everyone.