David Barnett
David Barnett
The `--_completion` option includes the completion logic in the executable itself, and is invoked by a generic completion script that forwards all completions to it by default. It might make...
The completion suggestions currently aren't smart about context. For example, if an executable is supposed to take "-n [0-9]+", and you type "-n ", selfcompletion should only suggest numbers.
I have a projectile for vim plugins: `'plugin/*.vim|autoload/**/*.vim|addon-info.json'`. I also created a template for addon-info.json. The projectile matches any directory that contains an addon-info.json file, but if I create a...
Looks like this repo hasn't been updated since December. It's missing https://code.google.com/p/go/source/detail?spec=svna6e0219d99&r=7322e9ba89 (from Jan) and https://code.google.com/p/go/source/detail?spec=svna6e0219d99&r=8219dc0dfc (from March).
I couldn't find this project uploaded to https://pypi.org/ or any setup.py / setup.cfg file for it. How can I depend on it from another python tool with the dependency properly...
I've noticed gmailctl likes to split some "or" conditions into separate filters where I would've expected a single Gmail filter. It's a cosmetic thing, but affects a lot of my...
When I run `pnpm tauri:debug` or `pnpm tauri:build` on a fresh checkout of the tablex repo, I get an error about missing icons: ``` ❯ pnpm tauri:debug > [email protected] tauri:debug...
I've noticed the app is surprisingly slow and in some cases even takes several seconds to close after I click the X button. There's no noticeable delay if I just...
For events that contain a UID field, use Google Calendar's event [import](https://developers.google.com/calendar/v3/reference/events/import) feature instead of [insert](https://developers.google.com/calendar/v3/reference/events/insert) to avoid creating duplicates. Note that events with UID populated may still get processed...
High-level tracking issue to collect together some context on auth issues from various issue reports and figure out the direction we want to go. I've seen a few flavors of...