meteor-feature-requests icon indicating copy to clipboard operation
meteor-feature-requests copied to clipboard

A tracker for Meteor issues that are requests for new functionality, not bugs.

Results 100 meteor-feature-requests issues
Sort by recently updated
recently updated
newest added

**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...

Project:NPM

Migrated from: https://github.com/meteor/meteor/issues/11393

Project:Build Farm
in-discussion

Migrated from: meteor/meteor#8377

pull-requests-encouraged
confirmed
Project:Minimongo
Project:Mongo Driver
in-development

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 }, {...

Project:Minimongo
Project:Mongo Driver

Add support for ARM architectures. It would open up meteor to a whole new world of embedded developers.

Project:Tool

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...

Project:Accounts (in user apps)
Project:DDP

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...

ready

## 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...

Project:Minimongo
Project:NPM

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

Project:Tool:Shell

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...

Project:Accounts (in user apps)
Project:Minimongo