Results 238 comments of Scott Baker

I believe I was able to reverse engineer the commands. I'm leaving them here just for searchability if someone else has this issue. Can someone confirm that what I found...

No the commands are working for me: mkspiffs -c /home/bakers/Arduino/NodeWebServerGZ/data/ --page 256 --block 8192 -s 1028096 /tmp/NodeWebServerGZ.spiffs Gives me a `.spiffs` files and no errors.

I think you want `muteExpectedErrors()` https://www.smarty.net/docs/en/api.mute.expected.errors.tpl

All the network speeds I deal with on a regular basis are reported in bits. It only made sense for my fork to make `--bits` the default. Since I primarily...

I'm marking this closed as packagers should be using the fatpacked version, which is a single file and much smaller.

Line 967 does not contain addition. I'm confused trying to track down the bug. Can you try it again with the [official release](https://github.com/so-fancy/diff-so-fancy/issues/438#issuecomment-1227588007)? That should at least give us consistent...

@rxgx I just posted a potential fix on the `next` branch. Can you see if that fixes your problem? We don't support "normal" in a gitconfig, but it should fail...

We just landed several other commits that address `ul`, `bright`, and `dim`. We cover 95% of the use cases for Git color codes. At risk of making the code much...

Did we come to a conclusion on this? I'm of the mindset, if it ain't broke don't fix it. If we want to document this behavior I'm fine with that,...