Luke McCarthy

Results 5 issues of Luke McCarthy

Currently fails to run in Python 3.12 since SafeConfigParser, which was previous deprecated in Python 3.11, has now been removed. I fixed this on my system by changing it to...

`python` is terminating immediately on startup with SIGILL: ``` $ python Illegal instruction (core dumped) ``` I tried to debug with gdb but this also has the same problem! ```...

bug

If I run clr_power manually, it prints "Nice failed" and then hangs. It appears to be calling sleep() when interrupted in GDB.

When I use dataclass objects as the value of a Choice, `InquirerPy.inquirer.select` returns a dict instead of the original dataclass object. ``` from dataclasses import dataclass from InquirerPy import inquirer...

I have some scripts that update and restart my long-lived containers and recently they stopped working. For example, I am receiving the following error message: `docker: Error response from daemon:...

bug