Gregivy

Results 18 comments of Gregivy

Can not reproduce your issues, please provide full example code that behaves as you wrote.

You are welcome! Hope we will find what is wrong quick enough.

@aliogaili have implemented this but not released yet. @hems By the way if you wait for ready it means you wait for 'ready' message from the server, it doesn't guarantee...

@aliogaili I mean that I have added the maxTimeout support for the connect() method, I will soon publish all new fixes on npm :) Its nice to hear that you...

@aliogaili Thanks for the good words :) About PWA, its a good idea, I have also done it several times by hands, so it will definitely be a useful tool.

Hello, @fixmaker. Thanks for your review! I'll correct the code soon.

Really strange issue with `call` method. If your Meteor method accepts one argument for example, and you pass it as `[5]`, your Meteor method should receive it as `[5]`. About...

You can create a secret gist of your Meteor method and your simpleDDP code then send me the link here [email protected]

It could be possible. Both `Meteor DDP` and `simpleDDP` uses `EJSON` not `JSON` (https://docs.meteor.com/api/ejson.html). However `Mongo.ObjectID` is not included in `EJSON` by default, so you should do it manually (read...

@hems I think it will be easier if you publish here the structure with data types of the object because I am not sure about easy copying of all custom...