Marc Binder

Results 8 comments of Marc Binder

Hmmm... maybe a bunch of constants makes the verbosity more comfortable. e.g. ``` VERBOSITY_ALL = 3 VERBOSITY_BUFFERED = 2 VERBOSITY_ERRORS_ONLY = 1 ``` thoughts?

``` events.js:85 throw er; // Unhandled 'error' event ^ Error: write EPIPE at exports._errnoException (util.js:746:11) at WriteWrap.afterWrite (net.js:766:14) ``` The same error occurs on travis-ci. To figure out whats going...

I guess the problem is not the plugin. Try `--ansi`. In some cases command line programs will prevent a colorized output when not run through a terminal.

As already written in Discord I would take over this issue. At a first look I noticed the following things: - `elapsed` is a u128. However, `std::time::Duration::from_millis()` accepts a `u64`....

Compatible in the form of `show_milliseconds` has a function or the configuration just continues to exist? The change to `u64` is great of course. It makes the whole thing a...

@davidkna OK. I'll leave `show_milliseconds` untouched. Since I'll use the `StringFormatter` (as it is now) and just introduce a few more variables such as `h`, `hh`, `mm` and so on,...

@davidkna A first sneak preview is available as a draft pull-request. Feel free :)