Blan Ket

Results 6 comments of Blan Ket

I added the "metaformatters" flag prefixes `%J` (JSON.stringify()), `%c` and `%C` (color and color + bold (node)) as I proposed here https://github.com/visionmedia/debug/issues/582#issuecomment-446973503, however I'm not 100% on it (they could...

(just to add some context) This is because debug automatically adds a `"%O"` string to the arguments when the first one isn't a `string`, which is then interpreted as a...

Yeah, my guess was that it was this way for historical reasons (`util.format()` has a `%O` since v.8.4.0) It'd be more or less easy to have it colored one way...

Haha woops I didn't expect it to be notified here Hello! As that commit says, I decided to have a go at trying to implement this -- for now it's...

Maybe to get rid of `DEBUG_COLOR` there could be a flag prefix similar to `%J*` for JSON, that'd pass the `outputFormatter`'s output to `applyColor()` (for example `%cn` would colorize the...

I'm not sure I understand -- I thought the goal of https://github.com/visionmedia/debug/issues/582 was to introduce a minor version with a default format that'd be backward-compatible with older versions (identical format,...