Julian Montagna
Julian Montagna
Each fc instance has its own subscription and publisher that works with (but independently) the provided collection. If you work with the template property, once the template is destroyed, the...
Izwaan, could you verify that the provided configuration worked for your use case? Let me know if you have any problem using it. Thanks,
Great Idea!! I'm interested in full text search integration and this documentation becomes very handy. Right now I'm in the middle of the project deployment but I think that will...
I've tested the use case and finally understood the issue (later but at last :P). As testbird says right, the solution will come managing separated local collections. My idea of...
This looks great but honestly I didn't fully understand the benefits of this (please consider that I've stated with meteor two months ago :P). Are you considering possible security problems?...
I've been working in a first approach about security. I've added a new method "allow" for the publisher that will let developers do some custom validation before any publisher run...
Yes, 'allow' will be 'deny' and is not 'fields'. I've pushed that since I needed on the project that I'm working for as a first approach of "security"? :P Getting...
Hi guys, i've been a little bit busy but i'm working on the next version where i've done the needed updates for the package to work with meteor 0.8.2. I...
_For example, where the sort/filter computation is done (server or client), why (pros/cons), if there can be a server side filtering from global data set to client data set, and...
+1 here. Leaving an active ping between two nodes looses connection after a min or two. My workaround: ``` sudo crontab -e ... append to last line ... */1 *...