awb99
awb99
https://github.com/pink-gorilla/re-flow This is my first attempt to get missionary working in clojurescript.
https://github.com/pink-gorilla/re-flow/blob/main/src/sci/configs/missionary.cljs This is the sci.config namespace. I plan to make a pull requests at sci.configs once I got a big further ahead.
It works with shadow-cljs advanced build which really reduces the bundle size. I didnt yet convert the macros to sci clojurescript yet. As this is something that really needs code...
@yenda I have a lot of crashes in my app because using timbre logging with missionary. But telemere logging (the successor to timbre) is not having this problem.
The currently undefined behavior should be allowed. My reasoning is the following: Say one library uses missionary internally, but exposes To the outside World a sync api: (defn get-data [id]...
I am confused on m/!. In core.async the operator ! is used for waiting. So perhaps m/! would work like m/? .. but can be used outside m/sp and m/ap...
so to the outside world get-data is a normal function. therefore calling it should block. it should block when called inside an sp block and outside an sp block. the...
I think you mis understood me. Let's say this is what s library does: ``` (defn lib-fn-impl [_] (m/sp (m/? (m/sleep 1000))) (defn lib-fn [] (m/? (lib-fn-impl)) This is what...
Why does it need memo?
Uiii .. This is a serious issue. Is it still unfixed? Thanks!