Robert Hailey

Results 23 comments of Robert Hailey

Thanks for the report, jonniestuefer. It might be a while until I can get around to this, but good catch!

Yeah... the "tolower()" was a hack to support Windows, because they don't have the "lowercase am/pm" format variable. I'd still like to keep the default behavior, so I'll poke at...

I don't entirely understand why having two format strings is better than one... it might not be obvious, but couldn't someone just add extra text to the original format to...

I get this error whenever I run the app on rocky8, even on a clean first launch. When run on rocky9, first launch also fails (although a different message: `Bus...

I agree with Rob's suggestion and would like to add one additional reason. I would like to interpret 0xFF as "end of value that is present", and 0xFE as "end...

Additionally, on the advice of `linode-cli --help` (which said I could put `--debug` before the command), I tried this, but as you can see it did not provide any useful...

It might also be worth noting that this was observed immediately after the linode-cli asked me to give it a default region (`us-southeast`), so it might have updated the config...

Platform is rocky linux 8.10, `--user` installed via `pip3.9` (from the official `python39-pip` package).