You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Him Jim! I'm not very familiar with Lumo - the bulk of the stacktrace seem to refer to its internals and doesn't mean much to me. Taking a guess it seems like the code is trying to use window.navigator, and window is not defined - maybe you'd just need a shim. Firebase's client library has also likely improved environment sniffing and support since the version Matchbox is wrapping.
And I don't think that Matchbox's version is even supported for new database instances.
If you appreciate the Matchbox API (it worked well for me!), you're welcome to fork, or become a contributor here. Unfortunately the rot here is bad, and I have zilch spare time or incentive to pull the socks back up 😞
I am getting strange errors when I try to use this.
My project.clj:
(defproject joke-generator-firebase "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.8.0"] [org.clojure/clojurescript "1.8.51"] [io.nervous/cljs-lambda "0.3.5"] [matchbox "0.0.9"]] :plugins [[lein-npm "0.6.2"] [io.nervous/lein-cljs-lambda "0.6.6"]] :npm {:dependencies [[serverless-cljs-plugin "0.1.2"] ]} :cljs-lambda {:compiler {:inputs ["src"] :options {:output-to "target/joke-generator-firebase/joke_generator_firebase.js" :output-dir "target/joke-generator-firebase" :target :nodejs :language-in :ecmascript5 :optimizations :none}}})
And some code in core.cljs:
I run
lumo -c $(lein classpath)
Then
(load-file "src/joke_generator_firebase/core.cljs")
And it gives me this error:
The text was updated successfully, but these errors were encountered: