Iván Cabrera
Iván Cabrera
Example **all-in-one** from **MeteorCLI** folder is failing: ```shell ➜ all-in-one git:(master) ✗ meteor [[[[[ ~/Documents/angular-meteor/examples/MeteorCLI/all-in-one ]]]]] => Started proxy. => Meteor 2.3.5 is available. Update this project with 'meteor update'....
**Is your feature request related to a problem? Please describe.** In meteor exists some packages to do **Meteor.loginWithFacebook()** or **Meteor.loginWithGoogle()** and the OAuth configuration is saved in _meteor_accounts_loginServiceConfiguration_ collection of...
Hi, recently I got this error in my Meteor + Vue project, while running tests: ````shell Run meteor npm test > spa-cover-dealer@ test /home/runner/work/spa-cover-dealer/spa-cover-dealer > meteor test --once --full-app --driver-package...
Fix: https://github.com/meteor-vue/vue-meteor/issues/430 Hi @Akryum , hope you are doing well. Could you help us with this fix? Thanks.
Hello @Gregivy , it happens that I have a [monitoring application](https://forums.meteor.com/t/resolved-which-is-a-good-practice-to-observe-1000-elements/55265) and I am getting a weird behavior, since devices (users) **are disconnected after the 3rd or 5th day**. In...
Hi, it would be great if you can add to the call method an extra parameter to specify the timeout. This help us to override the default timeout for an...
Hi everyone, could you help me with this? I generated an installer for Mac with: `meteor-desktop -- build-installer https://antware.com.mx` And when I run the desktop app, I got an error...
Is it normal this error? ```shell git:(dev) ✗ yarn add husky@latest --dev \ > && yarn dlx husky-init --yarn2 \ cmdand> && npm exec -- github:typicode/husky-4-to-7 --remove-v4-config yarn add v1.22.5...
Hello, I got the following error when I run my unit tests: ```shell I20210829-17:35:07.655(-5)? -------------------------------- I20210829-17:35:07.655(-5)? --- RUNNING APP SERVER TESTS --- I20210829-17:35:07.655(-5)? -------------------------------- I20210829-17:35:07.655(-5)? I20210829-17:35:07.705(-5)? I20210829-17:35:07.706(-5)? I20210829-17:35:07.731(-5)? sport.list I20210829-17:35:09.741(-5)?...
Hi, I tried to use `.join("CollectionName",....)` but it seems that it doesn't work. Only works if I inject the object collection. ### Summary: **This works:** _TripsPubs.js_ in server side ```...