meteor-feature-requests
meteor-feature-requests copied to clipboard
A tracker for Meteor issues that are requests for new functionality, not bugs.
The meteor build and packaging system, isobuild, has no support for including typescript type files (.d.ts) as part of a package. This has lead to types instead being published via...
Currently `Meteor.loggingIn()` returns us a Boolean reactive var depicting if a user is logging in or not. What I propose is a simple addition to this with `Meteor.loggingInStatus()`. This reactive...
The current MongoDB driver supports the operations `findOneAndDelete`, `findOneAndReplace`, and `findOneAndUpdate` which support modifying a document and returning the old version of the document as a single operation. Especially since...
Let me preface this with that I am a long time Meteor user (since 2014). Lately I have been using Next JS on a couple projects and so now I...
This is a feature proposal for a new non-core Meteor package to check bundle sizes, and there is already a head-start on it from a file we have in our...
One of the first thing that amazed me when I first created a node app is that by default everything runs on the one cpu core even if you have...
when you invoke Meteor.call, Meteor.subscribe, i want to know which method or publication i'm working with currently. there's this.userId better have something like this.methodName this.publicationName
tldr: Add official support for dotenv as an alternative to settings.json for private server side secrets and env config. ### Preamble I've been thinking a lot about barriers to entry...
Our biggest app on Android operates in several states in our country. So when users move on they can leave mobile Inet area and reenter later. For that reason, we...
Current MongoDB's schema validation implementation does not give any descriptive error messages. [This feature](https://jira.mongodb.org/browse/SERVER-20547) solves that issue by giving better feedback for what fails the validation. There has not been...