Łukasz Jagodziński

Results 128 comments of Łukasz Jagodziński

Using the `fields` option will not fetch these fields from the collection but it astronomy documents field will still be present however its value will be undefined. It was required...

If you have the default value set for that field that it will be populated. To turn off this behavior you have to configure Astronomy somewhere at the top of...

I don't have time to implement it. If any one wants to help, feel free to create PR

I wouldn't rather use afterInit/afterFind for this purpose. It's better to create a method that would take a boolean argument. If it's set then it will fetch and store related...

It's just a limitation of this system. Fixing it would be really hard. The `userDoc` is not really a part of the original object so it's bad design decision to...

Please provide reproduction so I can easily work on a fix

You have to define fields in both environments client and server. It will not work when you only define them in one of them

Ok, so what your doing wrong is using meteorMethods instead of helpers. For such cases where you only want to set values, you use helpers. Meteor methods would be used...