Results 33 issues of Scott Baker

I'm working on polishing a `Makefile` for automating compilation and uploading to an ESP8266 board. Using the Arduino IDE I'm able to build and upload a SPIFFS image per these...

There is some discussion on p5p about making `JSON` a core module in future versions of Perl. It's a great module, and a great namespace. Is this something you would...

@KJ7LNW I'm starting a new issue here and roping you in to help me test and design. NVME drives are the "new hotness" now and Linux assign them as `nvmeXnY`...

FYI: ``` PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/scott/rats/GoogleAuthenticator/PHPGangsta/GoogleAuthenticator.php on line 112 ``` Super easy fix.

I've had really good luck using ip-api.com to fetch timezone offsets. They offer simple newline support: ``` # Get the TZ offset for the requesting IP curl http://ip-api.com/line/?fields=offset ``` Or...

Following the rules set by [coreutils - quoting](https://www.gnu.org/software/coreutils/quotes.html) I have added a `--quote` option to put appropriate quotation marks around files/directories that need them. **Note:** This fixes #1365

waiting-on-author

I have some files with spaces/quotes in the names and I would like `fd` to quote the output files appropriately to make copy/pasting/chaining easier. My use case is to search...

feature-request

I'm using `setAlignment()` to align text to the corners of my TFT and I'm getting odd results. No matter what I do, text always seems to be shifted down about...

This is a port of the example from the M5 directory