theapache64
theapache64
Leanback doesn't force you to use MVP as your app architecture. Leanback uses MVP at the component level. so IMO, there's no harm in using MVVM with leanback. One of...
@dhruvkaushal11First of all, I apologize for the late reply; I must have missed the notification. Secondly, thank you for sharing your feedback here. Now, let's discuss... :) > During Trace1...
@dhruvkaushal11 I'd like to understand this problem better. Let's discuss this with an example. Let's say there's an app. It has a method `X()`. `X()` usually takes 100ms to finish...
Closing this issue due to lack of input. Feel free to reopen with the response for above @dhruvkaushal11
Can you elaborate? And maybe share the stack trace?
Hi @CXwudi thanks for the kind words :) I tested it in my sample wasm project, and [it works](https://github.com/theapache64/compose-wasm-template/commit/747d698df1c5ce9516292086bced30df31f05fbf#diff-62a34b7bcaff983f75c38f068f0ec85b44a69959cb7a3b24d0f48d8d39705b4cR16) 🤔 (you can try checkout to [rebugger-sample](https://github.com/theapache64/compose-wasm-template/tree/rebugger-sample) branch and see if...
@mgroth0 Could you share steps to reproduce this crash ?
Ack. Can you share your IDE version details? On Sun, Nov 17, 2024 at 6:13 PM Matt Groth ***@***.***> wrote: > Sure. Actually, I just had to right click on...
Thanks. I will look into this when I am free this week or over the weekend On Sun, Nov 17, 2024 at 8:32 PM Matt Groth ***@***.***> wrote: > IntelliJ...
apologies for the delay... that free weekend overlapped with something else, so i completely missed this 😄 the issue is now fixed in version 0.0.7 of the rebugger plugin. it's...