Kirill Salykin

Results 12 comments of Kirill Salykin

Also curious about the meaning thanks!

What do you think about using vectors - so having the same structure as used in subs, I think it feels more consistent. Something like this: ``` {:fx [[:dispatch [:display-pop-up]]...

@mike-thompson-day8 I imagine it like this: ``` {:fx [[:http-xhrio {:method :post :uri "https://httpbin.org/post" :params data :timeout 5000 :format (ajax/json-request-format) :response-format (ajax/json-response-format {:keywords? true}) :on-success [::success-post-result] :on-failure [::failure-post-result]]} ``` Basic idea...

@mike-thompson-day8 > If I had my time over again, I would make reg-event-fx return a seq of effects, rather than a map of effects. The resulting effects DSL would be...

@mike-thompson-day8 @green-coder probably you are right and a map is the way to go. Thanks for the points.

sorry for offtopic, feels like the next step is to use datascript as app-db

+1 for this change

Using this should do the trick https://github.com/prometheus/client_java/blob/master/simpleclient_hotspot/src/main/java/io/prometheus/client/hotspot/DefaultExports.java.

Hi @mariusz-jachimowicz-83, it is working, thanks. But would be nice to have it inside ragtime.

Is akka-http for scala 3 gonna be ever released? any chance to use something different?