pkpkpk
pkpkpk
I do not think :advanced has ever been officially supported for nodejs because of how google closure handles native requires. This documented with GC users outside of the CLJS community...
ok thankyou for pushing back on this :pray: I have the tests passing with advanced on master with the externs folder. give it a try with those The externs are...
i think the semantics for getAbsolutePath were off so i tweaked it abit on master. it passes in advanced. If you still get an error could you post it
Yes, overloaded opts is awful but unfortunately its an old clojure idiom. I will look into validating them. thanks!
You can skip the read-string and inline the edn itself. You can change init-path to a macro ```clojure (defmacro init-path [path & others] (let [paths (-> others flatten (conj path)...
Is the md/latex src used to generate the circuit diagram available somewhere? Thanks
Leiningen implicitly quotes symbols, this should be taken up there (too) On Wed, Jun 21, 2017 at 11:05 AM, Ben Brinckerhoff wrote: > I'm using lein-figwheel "0.5.10" and figwheel-sidecar "0.5.10"....
did you `$npm install ws`? also FYI we are waiting on the next cljs release for fw to work correctly with node
Also if you start the runtime from a location other than your clojure project, you need to make sure that your compilation target output folder is where the runtime expects...
The fix we are waiting on should not affect fw connecting.