-
Is there any way to add a custom attribute with async validation ?
Something like this:
``` javascript
Validator.attributes.asyncFunction = function () {
var self = this;
someAsync(function(){
…
-
The code base currently doesn't utilize any packages, instead it loads all the assets, both internal and external, through tags in index.html. Handle this process with a build tool.
At the moment t…
-
When the connection is lost with the server, we are going to store all the socket events into websql or localstorage.
Whenever the connection is back established the events will be fired in the same …
-
Blocker: Unable to run a Meteor app because import of a library returns an empty object, as described in all these threads:
- https://github.com/meteor/meteor/issues/10065
- https://forums.meteor.…
-
not load all the packages that are not nesecary, or render on server
-
Meteor is closing in to [a new major release](https://guide.meteor.com/3.0-migration) with lots of breaking changes. Is this something that is relevant to this project?
-
Столкнулся с такой вещью, что документации много, но подача её очень разрознена... Это очень путает и отталкивает.
Сделал небольшой план/эскиз того, что хотелось бы видеть будучи новичком. Сделал прав…
-
As we know, the IV:MP master server is dead. We need to create new master server.
-
Have first tried running the official image rocket.chat:6.6.0. Results in error below.
suspect that the binary node module used was build with a later version of glibc.
(also tried to change the…
-
Hi, I developed a local NPM package which didnt publish to npm yet, and I installed the package by cd into the package folder locally and run "npm install -g", I can see it is installed into global no…