Ambrose Bonnaire-Sergeant
Ambrose Bonnaire-Sergeant
Or even `(first {k v})` might be a portable solution.
FWIW the same typo of response is on the About page: https://github.com/zyachel/quetre/blob/616fe9523eae508da1faac3ae91c6fc6c7365162/views/pug/pages/about.pug#L65
@Deraen I have this working well in a private fork, would you accept a PR?
@Deraen https://github.com/metosin/bat-test/pull/44
FWIW the CLI interface I proposed has an `:enter-key-listener` arg, might be worth duplicating this feature for Leiningen. https://github.com/metosin/bat-test/pull/44/files#diff-332c74e4e4ec874dff7255a66cae0cebaab586ed1d0bc46029090d65cc0f1493R225
Wow, what are those doing there? :)
Ah, could the project depend on the Clojure jar instead?
> why to pull in a complete Clojure runtime just to have two very simple interfaces? My concern is if Clojure changes these interfaces (eg., adds methods) we would then...
I also ran into this issue.
Still the same behavior on my end on https://github.com/HumbleUI/HumbleUI/commit/91f43c3ad7ea0819f5dea99b54cfe61b9d8ae8c8. Any mouse behavior seems to be ignored after clicking into the window, including scrolling, and changing the cursor to `|` when...