meteor-feature-requests
meteor-feature-requests copied to clipboard
A tracker for Meteor issues that are requests for new functionality, not bugs.
AndroidX is available now for develop, test, package, version and release libraries within Jetpack. Cordova and other support libraries are getting updated with **AndroidX** and its features. Specially `cordova:phonegap-plugin-push` now...
Currently css compiler is built into [core](https://raw.githubusercontent.com/meteor/meteor/devel/packages/meteor/plugin/basic-file-types.js) which makes it impossible to create a custom package to handle css imports because of `error: conflict: two packages included in my-package (meteor...
We have password complexity policy requirements that we wish to enforce for our users and we're using the Meteor Accounts package. There are "client-only" methods for changePassword, resetPassword and server...
I'd like to see a way to migrate to NPM, while retaining most of the features we have in atmosphere packages. This could be done in a similar way as...
I think many developers would appreciate having the pipeline operator to make code neater, more concise and easier to debug. It is currently an ECMA TC39 Stage 1 proposal. For...
When reading that it's now - in 1.10.0 - possible to exclude certain web architectures in development mode, I asked myself why we do not allow this for all modes?...
Because I again published one of my packages with all the dev npm packages (https://github.com/meteor/meteor/issues/10938#issuecomment-590974079), I propose that we find a way to integrate a pre-publish hook, where I can...
When I'm running more than one meteor development instance at a time, which is quite common because I will often run one for interactive testing and one for running mocha...
Hi ! I would like to propose a change in the way the `Plugin.registerCompiler` works by letting it use multiple packages for the same extensions / filenames. I know there's...
[simdjson](https://github.com/simdjson/simdjson) is currently the "fastest JSON parser in the world". The recently released [version 0.3 claims to achieve a parsing speed of over 3GB/s](https://lemire.me/blog/2020/03/31/we-released-simdjson-0-3-the-fastest-json-parser-in-the-world-is-even-better/). It is written in C++ and...