Erik Dakoda

Results 5 issues of Erik Dakoda

* This PR enables you to query data on the server with a schema that does not match a database collection - for example an aggregation or an array of...

I might have time to implement [Migrate cache to Apollo v3](https://github.com/VulcanJS/Vulcan/issues/2656) at some point soon, but if I do start on it, how do I make sure that no-one else...

question
discussions

The problem is here: ``` javascript $el.find("#" + newTagRemoveId).on("click", $self, function (e) { e.preventDefault(); var TagIdToRemove = parseInt($(this).attr("TagIdToRemove")); privateMethods.spliceTag.call($self, TagIdToRemove, e.data); }); ``` The id of the tag to remove...

Aggregation * Added new page: **Custom Queries & Aggregations**

`devel branch is 2 commits ahead, 13 commits behind master` `v1.16 branch is 1 commit behind master` Should we merge `v1.16` branch into `devel`? Or should we create PRs against...