Results 278 comments of Scott Baker

When I have more time I will definitely review this.

Interesting idea... You could use $html = k($data, KRUMO_RETURN): And then print `$html` at the end of your script. It's not exactly what you want, but it's a hack that'll...

I designed Krumo in such a way that 90% of users will **never** need a config file. If there is no `.ini` file found it will use defaults in the...

Sure... I whipped this up what do you think? http://www.perturb.org/tmp/json-rpc.pl

I don't have git v.2.37.0 installed so I'm flying blind here... The phrase "could not parse" is not in d-s-f anywhere, so I'm sort of confused. What is generating that...

Hmmmmmm that looks like a pretty vanilla diff ANSI color sequence to me. Maybe Git made some changes that look for a VERY specific sequence?

Whoa... there is a LOT going on here. Lots of files and lines changed. My first reaction is that these are some pretty hefty changes that put a decent developmental...

A quick comparison of `next` versus this PR. ### next :perl third_party/cli_bench/cli_bench.pl /tmp/diff-so-fancy-next < /tmp/raw.diff ................................................... 23 ms: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% (35.0%) 24 ms: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% (52.5%) 25 ms: %%%%%%%%%%%%%%%%%%%% (12.5%) Ran '/tmp/diff-so-fancy-next'...

@rwe oh good catch. I forgot to put quotes around my commands. `next` :perl third_party/cli_bench/cli_bench.pl '/tmp/diff-so-fancy-next < /tmp/raw.diff' ................................................... 29 ms: %%%%%%%%%%%%%%%%%%%%%%%% (15.0%) 30 ms: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% (32.5%) 31 ms: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...