Jim
Jim
Hi! Possibly the docs are out of date, but I am trying to install ocaml on my system and run the hello world tests. I'm getting these errors when I...
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"]]...
hey, awesome project! it is very cool. 👍 I am just wondering- is saving the refresh token to local storage an ok thing to do? Is it possible for some...
Hello! Thanks for making this nice module! I'm wondering how I can "spy on" a mocked module so that I can make assertions about how it was called. Suppose I...
Hi, I'm trying to add persistState , but it's giving me this error: ``` TypeError: next is not a function (anonymous function) C:/Git-Projects/reacttr/node_modules/redux-localstorage/lib/persistState.js:70 67 | console.warn('Failed to retrieve initialize state...
Hi, I've looked at other similar saving-redux-state-to-local-storage libraries, an they sometimes offer a callback function that is called when the redux state has finished being rehydrated from local storage, but...
Hi. Once you scaffold out the project, how do you run the unit tests and protractor tests? Would be nice to have this on the README. :)
Awesome slide deck! I especially like the "Sorry you can't. Just kidding! Of course you can!" Lol. I'm actually trying to use cucumber.js with protractor and I'm getting and error...
Hi, I have an app that only works when I go to it via https. If you visit "http://gameof.ninja" it just hangs and doesn't respond, but if you visit "https://gameof.ninja"...
Hello! I just installed d and dub based on the install guide. When I run `dub test` though this is the output: ``` hello-world (master) ⚾ dub test Generating test...