Tejun Heo

Results 14 comments of Tejun Heo

> Hi, and thanks for the very detailed report! This kind of insight is super valuable to help improve Cursive. Glad to hear that I wasn't just bothering you. :)...

I'll try using them and see how it goes. I'll try to get back to you before the end of next week. Thank you so much.

I tried using `call_on_all_named()` but hit a couple obstacles: * The `cursive-tabs` create doesn't build. Getting help from the author. * It looks like during init `CursiveRunnable` encapsulates cursive and...

resctl-demo changes layout based on screen width - when it's wide enough, it uses two columns of panels; otherwise, single. Right now, it also uses screen size to determine how...

With refresh commented out, it builds but doesn't seem to get `event::Event::WindowResize` anymore which is what triggers the layout update. If I trigger the code path manually, it works fine,...

Sorry about the long delay. Here are a couple updates. * `siv.screen_size()` didn't work because the size it was reporting was from before - ie. the newly determined layout didn't...

Okay, just pushed out log view implementation w/ incremental addition & compaction to https://github.com/htejun/resctl-demo/commits/on-cursive-tip. A couple notes: * The spans iterators were losing `DoubleEnded` and `ExactSize` of `Vec` iterator. The...

Understood. For now, I'm working around by manually formatting rustbus error into an anyhow error. I'll update once rustbus gets updated. Thank you so much.

re. undecoreated, I think what you did is fine. Eventually, what we need to do is separating out the format option parse phase into a separate callback so that the...