Eirik A
Eirik A
Thanks, that helps a lot. Adding that one debug line you commented out with which specific files were being uncached was helpful too for figuring out how the different methods...
Hey, sorry I have taken so long to look at this. This is quite a lot more involved than I expected. Had a go at testing it, though. Think the...
Ah, yeah. That makes sense and should have been done better - I just wanted to hide this caching from the user, but it was the wrong choice. Funny no-one...
Yeah, I can see this being nice. Do you know how does winston does this? I couldn't get it to work with the recent version and they say they just...
This sort of works for big circular objects by passing them in separately to the % identifiers at the moment: ``` js var log = require('logule').init(module); var b = {a:1};...
Actually, what you want is `util.inspect(obj, false, 0)` i.e. depth parameter set to. May be easier than I thought.
Yeah, I think I'll do this now actually. Turns out I can even get repl colors on the objects, just by rewriting `util.format` a little and calling `util.inspect` with the...
Left it out of 2.0 for reasons described in commit there. Might try to bug node core about it.
Do you need some access to commit in here? I can probably elevate you. Btw, any chances of getting individual commits rather than a large blob?
Hm, that's strange, it' the same in docker or not, no exemplars. I am building with go 1.16.2. Found out that the panic can happen when you spam requests to...