Harrison McCullough
Harrison McCullough
I just installed this tool to try it out and I'm seeing the same behavior. There's a very real chance that I don't have my setup fully functional yet, but...
I have a passing familiarity with Haskell and essentially no knowledge of OSX APIs. If I get some time to look into this I'll try, but no promises on any...
Thanks for the discussion, everyone! ### Replies to Questions To answer @Chadtech's questions: > What uses cases do you all have for this function? ... My use case was for...
Oh that makes it a lot easier. The only one that's not quite as easy is the `Completer`. I think we would still have to declare the associated type (`String`...
I've never contributed to anything like this before and I'm not a CSS expert, but I've played around with things enough to have an inkling of what to do. From...
That totally works! Thank you. Do you think this is the right approach overall? Is there a reason we're using `delete-window` instead of `kill-buffer`? Or what if we used `delete-window`...
Would it be reasonable to add the ability to customize the "quit" function? With a default of `delete-window` and a recommended alternative of `kill-buffer`? I could look into making a...
Ok sounds good! I'll probably look into that later this week.