Notas Hellout

Results 144 comments of Notas Hellout

Some people also struggle here: https://github.com/pre-commit/pre-commit/issues/833#issuecomment-513504065

Here is a [meteor database backup example using rclone](https://github.com/edemaine/coauthor/blob/b6582b7857a3de8060e6d41384db64be457cf6b5/.backup/backup.sh).

See also https://forums.meteor.com/t/solved-roboto-font-npm-package-doesnt-work/47724

Depends. Sometimes I do (`useTracker(() => Users.findOne({_id}), [_id])`) and sometimes I do not (`useTracker(() => Meteor.userId())`). I had both in the code that was causing trouble. I had the warning...

@novemberborn Any idea why the tests are failing on Linux?

> If you could let me push to your branch I can get them into this PR @novemberborn Is there a safe way to do that?

It does not seem to be available on this PR for some reason :thinking:

> Can you cherry-pick my commits, or merge my branch from avajs/ava into yours? @novemberborn Done.

`sharp` is another example of a library with such issues, see https://github.com/lovell/sharp/issues/4099. The bit of code that imports the "missing" dependency is indeed inside a try/catch.