Arne Brasseur
Arne Brasseur
Thanks @grav for trying it out! I did some cleanup, cut a proper release, and added better instructions to the README. Mind trying it out again? Cheers!
We're two releases further down the road now, and there are instructions in the README for how to get started and how to run the demo. More improvements always welcome,...
Hi @Guliy, you're going to have to do a bunch of extra setup to get `cider-jack-in-clojurescript` to work properly. You can have a look at the Chestnut template, in particular...
Hi @tanzoniteblack , please don't open issues for every regex feature. Do open issues if we are unable to parse a regex for which there is regal syntax.
Hey, thanks! This seems really useful, and I like the direction you are going with this, but we need to be more fine-grained here. If I am reading this right...
Hey, I commented on the PR before seeing this. Let me try to add a bit more context. > The \B and \b anchors are currently not supported in any...
That is correct, we neither generate nor parse flags at this time.
Hi Dean, making Cucumber work with Kaocha has been mostly a process of trial and error, as it's a use case that the Cucumber API isn't designed for (Kaocha is...
@alysbrooks did you forget to add a file? I don't see any documentation changes in this PR, only a change to the parallel test runner.
Good catch, it's been a while since I've looked at this code, but yeah compiling the "glue" was somewhat expensive if I remember correctly, so we cache it. A hint...