Tom Henderson
Tom Henderson
It all looks like magic to me 😆 Do you think the least complex path would be, fork cypress-cucumber-preprocessor, and include your preprocessor into that?
I keep thinking about this. In a way, I do want to implement the cucumber feature parsing because then I could extend the language. But I would want to re-use...
Oh ho, it looks like it's the template that needs updating.
No again! Surely the idea is to upgrade to figwheel.main, and that's maybe something I don't know enough about to shepherd. So much development!
The runner's namespace is ``` (ns doo.runner (:require [cljs.test] [cljs.analyzer.api :as ana-api])) ``` which makes me hypothesize that running it with maven would work. I will try it tomorrow if...
I've never actually used maven before. My googling taught me a bit of history and reasoning behind using maven for clojure-contrib, and I got as far as finding https://github.com/talios/clojure-maven-plugin before...
Update: I'm trying to find a minimal example of something that breaks everything. I went from working state, to deleting rows from one org-mode table and pasting them below another...
A-ha! With these two functions no longer running after save, pasting rows and saving no longer breaks everything. These are the only `'after-save-hook` functions I had. ;; Tangle Org files...
Context: I've decided, hey CSS is a good DSL, I'm going to write straight CSS. But HTML is kind of verbose for me, so I'm writing my site in .edn...
Thomas Henderson [email protected]_