Ryan M. Lederman

Results 14 issues of Ryan M. Lederman

Even though my terminal reports that it's `xterm-256color`, it supports RGB TrueColor. Every modern terminal I've tested with do as well. The format is similar to what you're already using....

I am not entirely sure what happened in what order, but: 1. At some point today, in an attempt to get a new board working, I changed my `platformio.ini` to...

stale

Revert ImportC-related changes from PR #390

cleanup

I noticed this using the ANSI macros, specifically the one that sets fg and bg simultaneously in 256-color mode, so I'm concerned that libsir might have the same bug. The...

needs-investigation

This process is far from obvious and needs to be documented, probably on its own standalone page/markdown document.

low-priority
documentation

If we get an error while writing to a log file, some action must be taken; right now, nothing happens except a `_sir_selflog`. Here are some options (_of course all...

enhancement
needs-investigation

A nice feature to have would be to automatically remove log files that are old enough that they shouldn't be necessary any longer (that value TBD)[^†] This would have to...

feature
low-priority
needs-investigation

If we've got VS Code and Visual Studio project files, we should have Xcode as well.

low-priority

If a write is to a network drive, or a plugin makes a network call as part of its behavior, the thread that called into libsir could stall. Instead of...

enhancement