gg-yb

Results 12 comments of gg-yb

This could also mitigate #302 to an extent

Regarding #338, I'm not sure if this would allow you to workaround the situation described therein. ```rs fn ready(this: Gd) { this.bind_mut().add_child(...); // Mutable borrow of Gd } fn on_notification(this:...