Alex Coyle
Alex Coyle
No worries, is there anything that can be done to fix it? I just tried with the latest 1.9.6 version, I am getting the same error message in the Addons...
Ah whoops I didn't realise this is a known issue! Thanks for the tip - I solved by placing the following in my `deps.edn` map: ``` :mvn/repos {"central" {:url "https://repo1.maven.org/maven2/"}...
Hi folks, I'm trying to get Hickory to work on NodeJS courtesy of this PR/branch.. However, with the following code (at the repl): ``` #?(:cljs (require '[cljs.core.async :as async])) (require...
Hi @njordhov thanks for the help! `(set! hickory.core/Attribute nil)` seems to do the trick, but when I additionally try to use the `with-redefs` style binding I cannot use the surrounding...
Hi @EvanPurkhiser does this mean that I cannot use `prolink-overlay` for example with Rekordbox in link export mode, I can only use it when playing from USB etc? Is this...
Just a quick follow-up: I managed to work around the problem by redefining the macro.. Approach 3: ``` (defmacro macro-working [] `(m/case :cljs (.log js/console "Hello, world!"))) ``` Approach 3...
> @alzadude Could you try js/console instead of console in the first approach to begin with? Or are you using some kind of console library? Hi there, yes using the...
Ok, progress update.. Since I don't understand why `js/fs` doesn't work in tests (and also when ClojureScript is compiled), even though it works at a PiggieBack repl, I went back...
Out of interest what form would a DataFrames wrapper take? For the reading & queries side of things would it be some declarative DSL similar to Datomic Datalog for example?