meteor-feature-requests
meteor-feature-requests copied to clipboard
A tracker for Meteor issues that are requests for new functionality, not bugs.
We need to be able to remove unused code from our own code base and from imported dependencies when we ship for production. https://medium.com/@roman01la/dead-code-elimination-and-tree-shaking-in-javascript-build-systems-fb8512c86edf
Feature request https://github.com/meteor/meteor-feature-requests/issues/41 tracks the idea of potentially replacing SockJS with something else, but in the meantime (and given the number of open SockJS issues/PR), there's a good chance we'll...
Currently the Oauth flow forces Cordova apps to use a "popup" style vs "redirect". See https://github.com/meteor/meteor/blob/ccfee68145720cd7761680215125f3f005d9ed30/packages/oauth/oauth_client.js#L15 Is there a way we can support "redirect" for Cordova, it makes handling of...
Migrated from: meteor/meteor#3527
### Feature requests should include as much detail as possible: - [x] _A description of the problem you're trying to solve, including *why* you think this is a problem_ Too...
I try to set up a CI with meteor and there is no code-coverage feature on meteor, that's a pity.I don't need to explain why code-coverage feature is great :stuck_out_tongue:....
https://docs.mongodb.com/manual/reference/operator/update/positional-filtered/#up._S_[%3Cidentifier%3E]
Currently Minimongo does what MongoDB's query optimizer would call a COLLSCAN (i.e. iterating over the full collection) when the query document isn't a string and doesn't contain a _id key...
So I am really not sure if a feature like this is already implemented so if it is - please just drop a little hint here and close this issue!...