-
Trying to upgrade a Meteor Angular application from Meteor 2.2 -> 2.8.1 and Angular 5 -> 15.
However I can't seem to find any helpful guide or tutorial. It appears the meteor cli has completely giv…
-
The documentation of this package is too complex and misses out on things, because more and more issues are opened which could have been solved by a better documentation.
Since this package is quit…
-
**Describe the bug**
```
$ meteor-now
✖ [METEOR-NOW] - TypeError: Cannot read property '1' of null
at /Users/.nvm/versions/node/v8.12.0/lib/node_modules/meteor-now/build/main.js:388:45
at…
ghost updated
5 years ago
-
By Meteor docs (https://guide.meteor.com/code-style.html#eslint-installing), we should install eslint support using this command:
meteor npm install --save-dev babel-eslint eslint-config-airbnb esl…
-
It may be useful to have a guide to migrate from rdb:svelte-meteor-data to zodern:melte. Some suggestions:
### No need for $var
In svelte-meteor-data, one uses:
```
$: players = useTracker(…
-
Implement:
https://www.meteor.com/tutorials/blaze/adding-user-accounts
https://guide.meteor.com/accounts.html
-
### Description:
When I upload files in the general channel, memory increases to 90%+
### Steps to reproduce:
1. deploy `rocket chat` via docker.
2. remove the limitation of the size of …
-
Meteor 2.8+ is rushing to get rid of fiber and replace everything with *Async. Docs: https://guide.meteor.com/2.8-migration.html
Do you plan to support it in the `FilesCollection`, too? I.e. `write…
fracz updated
10 months ago
-
We will probably need to allow the uploading and storage of files (audio).
There are essentially two ways to go about this
1. HTML5 File API and save directly into Collection as story property (see t…
-
This package needs an urgent update for react users.
1) This package require react-runtime (line 179 core.js). React is installed as npm dependence.
2) kadira:react-layout is deprectaed. Now is kadi…