Results 238 comments of Scott Baker

I believe `--disk-util` is a good case for moving to the new naming scheme. I made the change in `2c6b629`

`--disk` is probably the most used disk related tool and while it doesn't need shorter names (it has seven characters available) I think we should move it over to be...

I just want to say: wow! Thank you for the highly detailed research and write up. This is super helpful as we move forward with designing `dool` for the future....

So that it's written down somewhere... The way the name shortening works is that we look for: letters, numbers, and then a second group of numbers. The short name is...

Assuming four char naming... do we shorten `loop8` to `lp8` or `lp08`? What about `loop25`? Do people really have 9+ loopback devices that this is REALLY an issue for `dool`...

Theoretically it will work just fine with Ethernet. It's just TCP/IP to the ESP for the upload. I don't have any Ethernet based boards to test with so I can't...

Interesting. I'm not familiar with non-initialized objects. I will gladly work on some code to address this if you create a small testcase that recreates this issue.

I'm probably due to get a new version of Krumo out to address some PHP 8.2 stuff anyway, so now is a decent time to look at it.

I wonder if it's GeoLocked? Their documentation doesn't say anything about that though. It's really great, simple API. Been around since 2012, so I don't think it's going anywhere.

I do something similar here: https://github.com/so-fancy/diff-so-fancy/blob/master/test/git_ansi_color.pl#L45 Basically we omit the `\e` character and just show the body of the ANSI escape code. That would be sufficient I think, but I...