jaide (formerly eccentric-j)
jaide (formerly eccentric-j)
Would anyone be interested in such a feature?
It just hit me this could be used to facilitate a fennel->spacehammer repl experience:  - my `~/.spacehammer/config.fnl` is running @Grazfather's repl server script from #93 -...
> 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...
What about the following: - Comment out the extra features in the default config.fnl that would conflict with bindings, or that we would not consider essential features - Add more...
Linking to #124
Thanks for that insight. Unfortunately I have not had a chance to set nix up on my personal yet. Based on what you describe editing spacehammer's init.lua to point to...
I think this ties into what was discussed in #119 for the tiling window features. Found https://www.hammerspoon.org/docs/hs.window.layout.html today which might be useful for that or implementing our version with that...
That's fine. I do have a working implementation I've been using for a year or so https://github.com/eccentric-j/dotfiles/blob/f309465a098bd50bec9ab559626b7fa7ce36948d/spacehammer/layouts.fnl. I wasn't sure how to best incorporate it because these layouts are clearly...
I have not noticed this issue either. My memory usage seems to hover around 165 MB even after running for a couple of weeks. I'll check again in a few...
One option is mocking the hs.api before each test. The advantage of that approach is that it would solve all 3 problems but if anything uses utils like lib.functional.map that...