Benny Neugebauer

Results 102 comments of Benny Neugebauer

Here is my recipe on how to use **Jasmine 3.2 with gulp 4**: ```javascript const chalk = require('chalk'); const gulp = require('gulp'); const Jasmine = require('jasmine'); const path = require('path');...

Today I stumbled over the [Reporters documentation](https://jasmine.github.io/2.1/node.html#section-Reporters) from Jasmine 2.1 which helped me to solve my `process.exit` problem (only need the `process.exit(1)` for now). I am now defining `onComplete` within...

Ping. Can someone please review my Pull Request?

Ah, is it possible to replace `electron-mocha` with `nyc`? My tests need to run in an Electron application context and I read that `istanbul` and `electron-mocha` [don't play well together](https://github.com/jprichardson/electron-mocha/issues/19).

Ok, understood. Thanks for your support! If I am going with the script you provided, do I then still need to run my `electron-mocha --require ./babel-register.js **/__tests__/*.test.ts` script? If yes,...

Great idea! We use **amplify** to build [Wire for Web](https://app.wire.com/) and also needed a solution to unsubscribe all callbacks for a specific topic. That's why I created a Pull Request...

It's great that logdown is extensible! I really like such architecture! However, I think logging the time is a core functionality of a log library. There is a reason that...

Wouldn't you agree that having timestamps is more essential than having markdown support for log messages? If that's the case, then we should also outsource the markdown rendering into a...

Another good solution would be to make the emojis configurable, so that the end user can decide if they should be printed to the console or not. **Proposal:** ```js var...

The easiest to implement (and already useful) config would be turning it on or off completely.