Eliza Weisman

Results 637 comments of Eliza Weisman

@joshka mind rebasing this branch onto the latest `master` and resolving the lockfile conflicts? Once that's done, this should be good to merge!

~~Hmm, do we know why the wake operation is no longer inside the task's span? What changed upstream in `tokio` that resulted in the task span being exited before the...

Thinking about this...I honestly think it _might_ be okay to just exclude `task::yield_now()` from the self-wake warning, _because_ of the changes in tokio-rs/tokio#5223. The primary reason we want to warn...

Interesting, thanks for the report! I wonder if there's something we can enable in `crossterm`/`ratatui` to make its key event behavior on Windows consistent with other platforms? If not, we...

It would definitely be possible to expose a library API to allow embedding the `tokio-console` TUI in another binary --- and probably fairly straightforward. We mostly haven't done this yet...

re-approved, hopefully everything passes this time!

Sorry, I was traveling for the last couple weeks. I'll take a look!