drew verlee
drew verlee
That worked for me, thanks for the example!
quick note Shadow cljs doesn't support cljs js , More here https://code.thheller.com/blog/shadow-cljs/2017/09/15/js-dependencies-the-problem.html But the docs also outline how to fix it on my end. I'll try to make an example.
Thanks, Zach, ill have to think about this. It only took a minute to shim those namespaces e.g ```clojure (ns cljsjs.parinfer (:require ["parinfer" :as parinfer])) (js/goog.exportSymbol "Parinfer" parinfer) ``` The...
Here are the docs for how to shim the name spaces https://shadow-cljs.github.io/docs/UsersGuide.html#cljsjs Here is what i tried ``` (ns cljsjs.rangy-core (:require ["rangy" :as rangy])) (js/goog.exportSymbol "rangy" rangy) (ns cljsjs.rangy-textrange (:require...
i did install them using npm ``` 8523* npm install rangy 8536* npm install parinfer ``` I suppose my browser is giving the warning: react_devtools_backend.js:2574 WARNING: docs is a single...
``` {:deps {:aliases [:shadow]} :dev-http {8080 "public"} :builds {:docs {:target :browser :output-dir "docs/js" :asset-path "/js" :compiler-options {:optmizations :simple} :modules {:main {:entries [docs]}}} :app {:target :browser :devtools {:after-load tomatto.frontend.app/init} :modules {:main...
I believe so, though it's been a while since i encountered the issue. #149 looks like a good enchantment.
I think im seeing the same issue, though shadow doesn't even seem to produce a build when you try this. The commented outversion that doesn't use merge works, the other...
I'm not sure what would be even involved to finish smart mode, so i feel i'm a poor candidate for taking it on. The project seems to have a good...
> break cider's hint on fringe and some modes like hideshow can you explain a bit more on what that means?