Josh Junon

Results 713 comments of Josh Junon

I don't use or have Edge so if you can prove the colors work now then absolutely :)

Yeah makes sense, it's definitely a drawback. The next major version was planned to change a lot of this with full backwards compatibility but with the shifting loader system in...

Yep, @chagris is exactly right. This is intended behavior.

Because this is how console.log previously worked IIRC. I would be open to changing it.

The only suggestion here I think belongs is the `%e` formatter. What you're essentially doing is this: ```javascript if (debug.enabled) { debug(someFunction(...)); } ``` Wrapping the branch in a function,...

That's exactly my point, @HarrySarson. This functionality doesn't belong in Debug IMO. I'll let the other maintainers chime in of course, but this screams feature creep to me.

I have actually changed opinions on this. I think the `%e` delimiter is a fine solution to this problem. Thoughts @TooTallNate and @thebigredgeek?

Also could you rebase @VBAssassin?

Yep looks like a regression somewhere.

Can you test with `npm i --no-save visionmedia/debug#fix/depth`?