jaide (formerly eccentric-j)

Results 111 comments of jaide (formerly eccentric-j)

Not currently supported, or even anticipated but could be feasible. I'm going to prioritize #72 for now and then can look into this possibly after. If you wish to make...

I don't think users should have to define custom state machines, more like the modal state machine should accept custom menu objects. I think there's an event on the modal...

@ihodes Out of curiosity, what makes that feature more desirable than pressing `cmd+space a` to access the apps menu? Especially if you press `cmd+space` it will show "Apps ..... a`,...

One question that comes to mind though: ## Would doing this inhibit our ability to make a brew formula? Should still work but the setup script would be different. ##...

How would fennel be installed there? I think the goal for the brew formula is to make it a 1 liner to install hammerspoon, luarocks, and fennel. In addition to...

One expected caveat is that every testfile may have to import the testing macros vs. global functions, but that also means alternative testing libraries are possible.

This was reported by a friend trying out the develop branch. There's a couple of smaller issues wrapped up in this. The performance issues should be fixable and are likely...

I've been thinking about how this could be tackled. Currently, it would require replacing some of the core functions in modal.fnl to change how modal bindings are handled. Today an...

@agzam > Second idea is to create an eventtap in the modal:entered function which traps keyDown and keyUp events and dismisses them (I think by returning false, but check the...

With advice being merged that gives me a flexible entrypoint to explore this without introducing a controversial change. Will give this a shot in the next week or two.