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
This might be out-of-scope for this package, but I find myself wanting some debugging tooling to inspect what character(s) I am missing in my marble diagrams. The provided snippet is basically the reverse of the notification mappings and it seems to generate the marble diagrams I am expecting. There are still scenarios I am not accounting for such as emissions within the same frame and using parenthesis, but this is massively helpful when trying to reason about more complex observables that may have multiple pipe operators. I can't find any existing utility packages that already do this.
This might be out-of-scope for this package, but I find myself wanting some debugging tooling to inspect what character(s) I am missing in my marble diagrams. The provided snippet is basically the reverse of the notification mappings and it seems to generate the marble diagrams I am expecting. There are still scenarios I am not accounting for such as emissions within the same frame and using parenthesis, but this is massively helpful when trying to reason about more complex observables that may have multiple pipe operators. I can't find any existing utility packages that already do this.
Here is a really simple test from my angular project using this method to debug
which results in the output
The text was updated successfully, but these errors were encountered: