gwendall
gwendall
First off, thanks for this great package. From what I have seen, the apps using this package ask for the user permission to receive push notifications right away, on startup....
 Any idea why?
It would be handy to be able to simulate (using the initial doc + the modifier) what the doc _after update_ would look like. It would make things like security...
That would be nice :) See https://docs.github.com/en/actions/guides/publishing-nodejs-packages
I have a local-only Ground collection (containing about a thousand docs) with a template rendering its documents. ``` javascript Collection = new Ground.Collection("xxx", { connection: null }); Template.list.helpers({ items: function()...
That would be pretty useful to be able to access the parent cursor from a document returned to the helpers method, and in particuler its previous / next docs in...
For example, when using it for a search input, that would be great to be able to provide a footer template with a "view all results" link. Is that on...
I get this error whenever I want to disconnect a user. Any idea how to fix that ? ``` Unhandled Runtime Error TypeError: connector.off is not a function Call Stack...
Calling `someNavigator.replace(Router.getRoute('someRoute'))` replaces the route with no transition. Do you know how I could handle transitioning to the new route ?