Orhun Parmaksız
Orhun Parmaksız
Hmm, for some reason I'm getting the following panic for the `calendar_chrono` example: ``` thread 'main' panicked at src/buffer/buffer.rs:221:18: Trying to access position outside the buffer: x=160, y=58, area=Rect {...
Yes, of course. I meant creating a VHS tape would be useful to test this out on other platforms under the same circumstances. I'm not sure if the panic is...
Now that we have `init()` and `restore()` methods (#1289), it might be a good idea to experiment with mixed versions / imports again and update the crate documentation with use-cases/pros/cons.
Can you go through your changes a bit and tell me about the rationales? Comparing `widget.rs` with the current `demo.rs`, I don't see how this makes things more simple 🤔
I see. I think it would be easier to review this after seeing the usage in action. So if you can incorporate these changes in [#45](https://github.com/godzie44/BugStalker/pull/45), I can take a...
I got sidetracked for a couple of months and lost interest, sorry. I'll probably get back to this when I start working on `binsider` again. Is the integration in bugstalker...
@HadrienG2 raised some good questions in https://github.com/orhun/binsider/issues/67#issuecomment-2396104783
Hello 👋🏼 Thanks for the suggestion! I think it very much makes sense :) > It would be nice if binsider had an on-by-default option to demangle Itanium ABI symbols....
Also, I found [`rustc_demangle`](https://docs.rs/rustc-demangle/0.1.24/rustc_demangle).
Thanks for the summary, it made everything more clear :) > But if you're targeting ELF binaries only, that may not be a major concern ? I was actually planning...