Joey Sabey

Results 27 comments of Joey Sabey

Following the calls back, could drop `runCustomPRCommand()` & `runCustomIssueCommand()` too I suppose, unless there's likely to be extra logic there that doesn't want to be polluting `executeKeybinding()`.

I believe the PR #393 I just submitted is the correct way to get those systems to kick in and pull the latest. Can't say I've delved into anything v2...

Honestly, they made a bunch of changes after I first tried the language out on a couple toy projects and returning to it to see how it has come along...

I should definitely also point out that Go, of course, has _opinions_ on how the versioning should all be approached: [Go Modules: v2 and Beyond](https://go.dev/blog/v2-go-modules)

In YAML lists should be represented like this: ``` keybindings: universal: - key: [right, tab] builtin: nextSection ``` And then when the YAML is parsed you need to process either...

Doesn't behave this way for me, but then I'm on x64, and you're running on an ARM architecture, not to mention Linux vs. macOS... I have an ARM board I'm...

'Pinentry' often is considered to require higher levels of trust than general input devices, so you definitely might want to have a dig through your OS settings. This is OxygenOS,...