Mickael Faivre-Maçon

Results 8 issues of Mickael Faivre-Maçon

I've this error in the console ``` const translate = require('google-translate-api'); translate('Ik spreek Engels', {to: 'en'}).then(res => { console.log(res.text); //=> I speak English console.log(res.from.language.iso); //=> nl }).catch(err => { console.error(err);...

What would be a simple way to attach hooks to raw collections (except by redefining collection.find, etc...) I really would like to use this package on mongodb raw collections.

question

On a download backup: ReferenceError: check is not defined at [object Object].route.action (packages/hitchcott_app-dump/app-dump-server.coffee:24:9) See http://stackoverflow.com/questions/33521059/check-is-not-defined-in-meteor-js You have a pull request that solve that https://github.com/hitchcott/app-dump/pull/29

What node version does nengi uses ? On this [page](https://www.npmjs.com/package/nengi) it says it runs with node 14, but when using it with Meteor (using Node 14) it throws this error:...

I think short name for "juillet" in french (july) is juil. and no jul. See src/utils/FR.js lines 38 and 39 Is there a way to inject new short names for...

enhancement

I can not install it with meteor add....

@greenpioneer Do you plan to implement an option to use TLS while sending an email ? See https://nodemailer.com/smtp/ _secure – if true the connection will use TLS when connecting to...

I saw your roadmap and it is written "CRLF". Is it to fix the no compliance to SMTP (bare LF is prohibited by 821bis) ? Right now emails sent by...