Results 41 issues of Scott Baker

I wanted Metacpan to link to the Github repository which requires a change to `Makefile.PL`. I couldn't find anything in the documentation about how to add it, so I had...

I picked up a [Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display) and a configurable clock for it would be amazing. The display is 320 x 240, so it should be spot on for a 1:1 (or...

Can you please add the physical dimensions of the LCD display, and possibly the external dimensions of the PCB to the README. It's hard to gauge it's size based on...

We run a public OSS server that is quite busy. We are using the standard `combined` log format: ``` LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined...

Up until recently the MySQL/MariaDB plugins didn't work at all. Thank you goes out to @btriller for getting them working on modern Python/Dool. As we move forward I think it's...

I have the EPEL repository enabled but I am unable to install `fd`: ``` $ cat /etc/redhat-release Rocky Linux release 10.0 (Red Quartz) $ dnf search fd-find Last metadata expiration...

question

ChatGPT directed me to GeSHi for syntax highlighting some Perl script. Seems to work great out of the box with a minimal configuration: ```php // Initialize GeSHi $geshi = new...

I love your super simple/small implementations. Any plans to add XXH3_64bits and XXH3_128bits?

In the supplied [example.tar.gz](https://github.com/user-attachments/files/19716990/example.tar.gz) I can uncompress the text file with the CLI no problem: ```bash $ zstd -d -D dict test.txt.zst test.txt.zst : 10829 bytes $ md5sum test.txt 58834ab4da8f93dc8f9864e9d9fdfb86...

fixed

This should address #430. It ended up being simpler than I thought it would be. We do need an `include()` target so I went with `src/mustache.php` but it could be...