Andrés Santibáñez

Results 32 comments of Andrés Santibáñez

Thanks @herriojr for suggesting using `observeForever`. Was just questioning if ViewModels could observe LiveData objects and if so, how.

Good afternoon @dclindner @jcfrane Will be updating the package to support L9 this week. Thanks for the tip @dclindner 👍

Sounds good @edwinvdpol . Haven't thought about this use case. Send your PR for review. 👍

Hi @satyago Thanks for your interest in the package. The API is stable at the moment. No plans on changing the behavior unless it is a major version bump. Would...

Hi @binaryweavers ! Thanks for your interest in the package. I've also thought about the use case you mention. I think adding a `cancellable` flag of some sorts to the...

Thanks @binaryweavers for the feedback. It felt confusing for me that `before` transitions key were the "previous state" and `after` transitions key were the "new transitioned state". That's why I...

Yeah. You have to add checks now. I think it makes sense to have that change reversed. 🤔

Sounds good. Did you try the new changed attributes feature? On Sun, 21 Feb 2021 at 13:57 Wali Razzaq wrote: > Yes, That covers most of the use cases 👍...

Hey @CaptainHilly ! Thank you for trying out the package. Yes! I am aware of the `status()` issue. I've ran into the same problem myself. I am thinking of adding...

Hi all! Thanks for your interest in the package. You can pass data and change the charts based on other input if the chart is inside another Livewire component. Check...