Dov Rosenberg
Dov Rosenberg
I have a collection with a find hook attached to it. Inside of a meteor.publish, I have an observeChanges callback that is effectively doing a reactive join. The problem is...
Because there's no update hook, updates that replace the whole document aren't having a groupId set. For example: myId = MyCollection.insert({name:'goodbye'}); // will have a groupId applied MyCollection.update({_id:myId},{name:'hello'}); // will...
When I reuse a settings object by passing it into initDialog() and then after that dialog closes using it again to initialize a new one, the buttons all become disabled....
Addresses #2580
Schema fields are not properly handling some combinations of `required` and `initial`. It may be tied to `initial` being falsey? For example: ```ts nextSession: fields.StringField; ``` Should be `string |...
Cleanup all tests for v12 -- add tests as needed, but primarily ensure no broken tests unless they are broken due to the current state of the code (i.e. every...
Are there plans to update Simple Calendar to support Foundry v13? Thanks!