You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great promesa library we're using from cljs.
We're hunting down a potential race issue when interacting with a MS Office.js library and our app. Using Office JS requires coordination via promises and hence our use of https://github.com/funcool/promesa
We're not suspecting any issue with promesa itself. However we are struggling to visualize the temporal flow of promises and our re-frame events, despite trying to heavily instrument our code with logging/tracing. I wonder if there is a deeper logging option/switch available already, or if you are considering something. Ideas welcome.
The text was updated successfully, but these errors were encountered:
Thanks for the great promesa library we're using from cljs.
We're hunting down a potential race issue when interacting with a MS Office.js library and our app. Using Office JS requires coordination via promises and hence our use of https://github.com/funcool/promesa
We're not suspecting any issue with promesa itself. However we are struggling to visualize the temporal flow of promises and our re-frame events, despite trying to heavily instrument our code with logging/tracing. I wonder if there is a deeper logging option/switch available already, or if you are considering something. Ideas welcome.
The text was updated successfully, but these errors were encountered: