Delaney

Results 129 comments of Delaney

@savaki. The global order matters for stuff like long running processes (sagas) mostly in my case. That and being able to reconstruct the state back to any point in time...

Cool, totally forgot about this 👍

Can some one merge this?

Over....four... years... waiting...

I have the same issue, try [http://localhost:8080/index.html](http://localhost:8080/index.html)

Yes, I'm on win7 & 8.1, same issues in both.

Ping, any one else the similar behavior?

The overlap was a css issue. Adding to head the following fix it. However collapse still seems to not be working properly like the javascript version. ``` body { padding-top:...

Not sure if this is the right place for this but https://opentelemetry.io/docs/js/instrumentation/ still references parent. I do feel like the `parent` made sense, but ended up wrapping the 0.19 version...

> Maybe a tracer.withParent(span, callback) context helper would be helpful for you? YES! Coming from Go where it's `ctx = ctx.WithValue(...)` all the way down I basically want the same...