Inge Solvoll

Results 11 issues of Inge Solvoll

I have a few suggestions on how to make clj-statecharts even more extensible and data oriented. I mostly work in re-frame, so my requirements comes from that field, but these...

It would be pretty smooth if dynadoc could display the value computed by each line in a ->> or ->, not just the end result.

We don't want dead interceptors to keep processing any event when FSM is finished. We could also clear db state, but would have to look into details there. Clearing state...

Will help make signatures clearer, and give clearer error messages.

Currently, when referring to a component by key, you get the following: template.cljs?rel=1461275696209:272 Uncaught Error: Assert failed: Invalid Hiccup form: [nil] (in reagent8 > reagent9 > Would be much nicer...

This middleware assumes that the developer already applied wrap-session, wrap-cookie, wrap-params and possibly more. I struggled a bit today before remembering that. I guess this would be a blocker for...

This PR suggests a pure Clojure API for React Context. It's a very simple wrapper around `Provider` and `Consumer`. It does not convert the context value in any way. If...

This code: ```clojure #trace (defn testy [] (let [[ha ho] (str/split #" " "1 2")] (js/console.log "******************** ha ho: " ha ho))) ``` Renders the following in debugger ![image](https://user-images.githubusercontent.com/426347/145551402-7f39d625-63e7-419e-aa5b-e305bb0fe178.png) Trace...

See this issue https://github.com/juji-io/editscript/issues/18 I got around this by explicitly depending on editscript version 0.5.5

I haven't had flow-storm running in a while, trying to get it to work again now is very difficult and I don't know what I'm doing wrong. I'm primarily using...