Mitar

Results 583 issues of Mitar

Currently it is really painful to do any HTTP based authentication. It seems the best way is that a client calls a Meteor method on load and then that one...

Project:Accounts (in user apps)
Project:Webapp

Migrated from: meteor/meteor#3893

Project:Package Server

Migrated from: meteor/meteor#3527

Project:Minimongo
Project:Mongo Driver

Since MongoDB 3.6 there is a feature where you can provide more complicated array queries through `arrayFilters` argument to `update`. Ideally, this should be available through MiniMongo as well.

Project:Minimongo
Project:Mongo Driver

Fosite does not configure CORS. But this example could use the middleware to suggest/hint that you should have CORS enabled on those two endpoints.

It might be useful to support throttling and debouncing recomputations.

This is probably true for computed field as well: https://github.com/awwx/meteor-isolate-value/issues/1

Currently if one for example publishes a count of documents from the server side using subscription data, when there is a method which simulates a change on the client side,...

I think I described this already somewhere, but I cannot find it. I think this package could be expanded to handle multiple levels: * merge box does not store any...

For full PDF.js support on the server, we need font-face support in jsdom and node-canvas: https://github.com/tmpvar/jsdom/issues/744 Enable feature tests when this is implemented (currently they are commented out).