Grazfather
Grazfather
I like this >When spacehammer reloads, hyper-t will prompt to select tmux session again. Could either cache selection in a file or using a hs api if there's one for...
mach-o is basically just ELF (a binary format) but for OSX. So basically, it looks like it's trying to import fennel as a binary. The problem is that you're setting...
`(hs.eventtap.keyStroke nil "\\")` seems to work fine for me.
Can you please share your config and the commit hash of spacehammer: ```bash cd ~/.hammerspoon git rev-parse @ ```
Looks like a bug in modal's `active->submenu`, specifically the state's `:menu` should be a table, but we set it to `:nil` sometimes, so `prev-menu.items` is nil in this line ```lisp...
I think that this'll fix it. ```patch diff --git a/lib/modal.fnl b/lib/modal.fnl index e97c2fc..625144d 100644 --- a/lib/modal.fnl +++ b/lib/modal.fnl @@ -317,7 +317,7 @@ switching menus in one place which is then...
Did you happen to see anything?
I have not merged this fix. You would have to manually apply the change I mention above to test the fix.
I pushed a PR to fix the second error, but note that it's not the same as your original error.