Paul Close

Results 13 issues of Paul Close

Hello, I have found that keyboard interrupt does not work on Windows (I haven't tested it on other platforms). What I found is that `concurrent.futures.wait()` does not return on the...

Hi there, I am reworking my low-level API app, and I'm liking it a lot, it really helps clean up the app logic and flow. In the process, I have...

I have installed and configured the latest NickelMenu (0.5.4), and I am not able to see the selection menu items. I have a Kobo Clara HD, version 4.38.21908 (8/22/23). I...

Hi, I have my fish shell to use different colors for keywords and commands, but in this plugin, builtin commands are being colored as keywords. Per the fish documentation: -...

**Does your feature request involve difficulty completing a task? Please describe.** Hello, I would like to request the ability to include some chapter data items as options in the available...

enhancement

Hello, I originally had `nargs="*"` and a list of Paths, but decided I wanted a single path. However, using an optional path as a positional argument doesn't work. Here is...

If you have a home directory of e.g. `/root` and cd to `/tmp/root`, the path is shown as `/tmp~`. The fix is to change `string replace --ignore-case -- ~ \~...

Hello, this is an amazing master class in what can be done in fish shell with very little code! I have a git environment where the repo and branch names...

The latest firmware is actually 4.43.23418 from 8/18/2025. KoboPatchFan only lists the latest as being from May 2025. Please fix.

#### Current Behavior Directory is not displayed when in a git repo if `repo_root_style` is set. #### Expected Behavior Directory is always displayed. #### Additional context/Screenshots With an empty config...

🐛 bug