Arne Brasseur
Arne Brasseur
It is very unlikely that Kaocha will ever support this. Why not turn the test into a function, and then have a deftest for each combination of setup function+test function?
This ticket is about supporting test-ns-hook as it exists in clojure.test, which we consider legacy and are unlikely to ever support. One can imagine multiple alternatives that would serve the...
(quoting @cgrand off Slack): Let’s summarize the self-hosted cljs situation: • stock repls (lumo or planck) can’t be upgraded BUT using https://github.com/cgrand/cljs-js-repl one can have a server socket upgradable repl...
More Slack quotes: - @mfikes Yeah, I don’t see any problem with putting something into Planck, once all the stuff has been worked out. - @anmonteiro: happy to incorporate any...
Unfortunately the `corgi` username is taken, so we can't name the org that. Maybe `corgi-emacs`? Any other suggestions?
That's really good to hear :) I'm really happy with how corkey turned out! Is there anything in particular you like about it? There's an issue with some notes (#13)...
[Corkey](https://github.com/corgi-emacs/corkey) is now its own repo, and I wrote up what I think is a fairly complete README. I was surprised I hadn't done a better write-up before, besides a...
I've migrated everything to corgi-emacs, and made sure the sample config works again. There are still a few packages I'd like to extract, but I'll do that in a second...
I just pushed a fix, can you try again?
The problem was with cl-case, interpreting this `(normal ...)` as a function call ```emacs-lisp (cl-case evil-state (normal ...) (visual ...) ...) ``` I've seen that happen before, that you're doing...