Ivan S Glazunov
Ivan S Glazunov
It makes the platform object not usable for serialization into json. Will PR be adopted transferring these methods into a prototype?
Why not make it easy to hide elements at certain screen sizes? Please please please :)
We are forced to switch to capacitor 4. How can I help implement the version for capacitor 4? Is there currently a branch or fork with partial support? Can I...
``` js abc = new Mongo.Collection(null, { localName: 'abc' }); Mongo.Collection.getLocal('abc'); // 1 Mongo.Collection.get(null, { localName: 'abc' }); // 2 Mongo.Collection.get('abc'); // 3 ``` Perhaps it would be necessary to...
``` meteor add timbrandin:blaze-react --allow-incompatible-update => Errors while adding packages: While selecting package versions: error: Conflict: Constraint [email protected]_1 is not satisfied by babel-compiler 6.6.4. Constraints on package "babel-compiler": * babel-compiler@=6.6.4
pson/index.js May be problem here. ```js var path = require("path"), PSON = require(path.join(__dirname, "dist", "PSON.js")); ``` webpack: ``` 17:11-59 Critical dependency: the request of a dependency is an expression @...
I want to add the ability to reset the timer when the mouseover. Approve if I do pull-request?