Henning KaPi
Henning KaPi
Hi guys, just letting you know that I have created a package as a solution for this problem. It's in early beta and I am looking for feedback. Try it...
Hi guys, I found a solution: use `peerlibrary:meteor-reactive-publish` as your publication manager - see https://forums.meteor.com/t/aldeed-tabular-problem-templatecell-does-not-update-on-pagination-when-joining/27237. @aldeed: Do you want to add an `peerlibrary:meteor-reactive-publish`-example to your README? For me using `peerlibrary:meteor-reactive-publish`...
@samhatoum thanks for the quick respone. I removed `~/.meteor` in my home-directory and still get the same error. Do I need to run `npm install chimp` at all in order...
@sam: Thanks for the quick feedback. OK I gave both options a try and had NO luck... **TEST 1) "pure xolvio:cucumber installation"** ``` meteor create cucumber-test; cd cucumber-test; meteor add...
So this here would do the job Right after https://github.com/xolvio/meteor-email-stub/blob/master/email.js#L12 ``` Email.__send(options) ```
@samhatoum : any feedback on this one?
Good question. Have you found out how to do it?
@caseygipson thanks for the quick feedback! Seems like segment is making it hard to compile the latest analytics.js version. Anyone able to do this? Pull requests welcome!
PRs are very welcome! Let's make this package better and better together
Ok I have found a solution to prevent crashes: add this line to your config ``` handleExceptions: true, // see https://github.com/winstonjs/winston#exceptions ``` like ``` const papertrailLogger = new winston.transports.Papertrail({ //...