Frederick Stark

Results 3 issues of Frederick Stark

When performing an update with an empty modifier `{}`, it passes validation and then [Meteor treats it as an literal document](https://docs.meteor.com/api/collections.html#modifiers) and replaces the document with the empty one. ---...

enhancement
will accept pull request

Context: https://forums.meteor.com/t/new-meteor-com/51913/17 There are a bunch of pitfalls for new Meteor users on Windows and it would be good to have them all listed in one place so folks can...

As [this comment](https://github.com/jsdoc3/jsdoc/issues/629#issuecomment-58766768) says, the parser has supported these since 2014, but it isn't in the documentation that you can use them Example: ``` /** * @param {('rect'|'circle'|'ellipse')} shapeType -...