nyemiks
nyemiks
I created a new royale project that uses crux. After declaring the first ui control. (A jewel drop down). I tried populating a jewel drop down with data from the...
Good day I got the below error when trying to run my that uses re-state. nexttick.js:195 An error occured while handling the re-frame event: [:maximgb.re-state.impl.interpreter/xs-transition-event #object[maximgb.re-state.impl.interpreter.t_maximgb$re_state$impl$interpreter58556] [:maximgb.re-state.impl.interpreter/xs-init]] Within the :maximgb.re-state.impl.interpreter/xs-transition-event...
I am unable to run the default example from the documentation (defn form [] (rs/with-fsm [state global-image-fsm] (r/with-let [ text (r/atom "") update-text #(reset! text (-> % .-target .-value)) ]...
I have been able to do a test app that uses this library in a re-frame application. I was only able to use the low level api to start and...
I have a state machine defined as follows logInFsm { :id :login-service :http-xhrio { :uri "http://127.0.0.1:8081/crm/api/user-profiles/authenticate" :method :post :params credentials :format (ajax/json-request-format) :response-format (ajax/json-response-format {:keywords? true}) :headers { "userId" "csduser1"...