Christian Wahle
Christian Wahle
Hey all, looks like this package is affected by https://github.com/advisories/GHSA-7wpw-2hjm-89gp Is it safe to update merge?
This is a first try on async methods as a PR draft. Updated eslint and mocha testing as well; `core.js` and `cursor.js` were a starting point. Work is progressing on...
If you call `Meteor.userAsync` inside a publication you get a `Meteor.userId can only be invoked in method calls or publications.` **To Reproduce** Steps to reproduce the behavior: 1. Clone [my...
I'm trying to get all users with a certain role (eg. `"admin"`) that belong to a certain subset of the `Meteor.users` collection (eg. those users that have a certain tenancy...
### I'm having an issue: - If you try to determine the current users Id in the `protected` callback using Firefox, the `userId` is always `null`. - Using a local...
Not really an issue rather a question. First of all: I really love this package! Boosted my import methods by 3-4x which is a blast! What's the state of this...
If I update my project to Meteor 2.16, I get errors on some cursor events, eg. updating the current users doc via `Meteor.users.updateAsync(userId, { $set: ... })`. I call the...
**Describe the bug** If you actively disconnect your client (eg. via AppState events) via `Meteor.disconnect()` and then resume the session via `Meteor.reconnect()`, the value of `autoReconnect` is set to `false`,...