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

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

Project:JS Environment:Typescript

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

Project:Accounts (in user apps)

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

Project:Minimongo
Project:Mongo Driver

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

Project:JS Environment:Typescript
in-discussion

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

pull-requests-encouraged

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

Project:Build Farm

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

in-development

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

Project:Deploy Server
in-discussion

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

Project:Minimongo
in-discussion

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

Project:Minimongo
Project:Mongo Driver
in-discussion