Fork me on GitHub
#conjure
<
2020-10-07
>
practicalli-johnny17:10:02

conjure somehow got to be the preview image for my latest video, Clojure projects and the REPL. https://youtu.be/7muHVkxzZcE Surprising as its only used for 30 seconds of a 5 minute video 🙂

Olical17:10:48

Haha thanks YouTube 😅

👍 3
dharrigan19:10:47

You know the tests

dharrigan19:10:05

it doesn't understand how to work with kaocha?

dharrigan19:10:23

My little bit of experimentation seems to show it doesn't

dharrigan19:10:35

unless I'm doing something wrong

dharrigan19:10:50

Ignore me. It's working

dharrigan19:10:06

Have to re-eval the buffer 🙂

dharrigan19:10:22

YOu know what would be handy to have, a command that would switch to the -test namespace

dharrigan19:10:58

so, say you are in foo.bar then to jump to foo.bar-test something like ,ts

dharrigan19:10:03

for test switch (or test swap)

dharrigan19:10:26

keying in ,ts would swap back to foo.bar again

Olical19:10:05

Hmm that sounds like https://github.com/ton/vim-alternate or maybe a tpope plugin that I can't remember the name of :thinking_face:

dharrigan19:10:02

That seems to only work with extensions

Olical19:10:30

Hmm 99% sure there's a tpope plugin for this

dharrigan19:10:40

nothing jumps out, perhaps it's built into fireplace

Olical19:10:17

nope, it was a general thing

dharrigan19:10:41

trying that out