meteor-feature-requests
meteor-feature-requests copied to clipboard
A tracker for Meteor issues that are requests for new functionality, not bugs.
**A description of the problem you're trying to solve, including *why* you think this is a problem** The GitHub security alert graph picks up security related issues, based on the...
Migrated from: https://github.com/meteor/meteor/issues/11393
Migrated from: meteor/meteor#8377
Mongodb 3.6 lets you update a specific property of all objects in an array with the following syntax. Requesting support for it in minimongo ```javascript Items.update({ _id: item._id }, {...
Support ARM
Add support for ARM architectures. It would open up meteor to a whole new world of embedded developers.
https://github.com/crapthings/meteor-multiple-accounts-sandbox this is a demo i've made https://streamable.com/cnkj4 demo repo https://github.com/crapthings/meteor-multiple-accounts-sandbox ### issue with 1.8.2 account-base, when we login account, the localStorage only save rootUrl based suffix to key, this...
Hot module replacement doesn't work when the changed file is in a package. This is with `zodern:melte`. ``` /app /packages ../ui ../Box.svelte ``` When I edit `Box.svelte`, which is imported...
## Story I'm currently maintaining a meteor application which was built as a monolith. Testing via mocha at some point got unbearable slow and we just stopped testing meteor related...
We deserve to save our wrists and fingers, NPM provides nice completions. We should: 1. Reuse NPM completion when using `meteor npm` 2. Add completions for meteor commands
Buy two facts, get one opinion free: Fact: Every Meteor connection makes a subscription for the `Meteor.user()` document Fact: Every subscription is cached to the server that the client is...