Yagich

Results 8 comments of Yagich

Amazing work! Can't wait to try it out. I have a few questions: 1. Does it support the `resizable` property of `GraphElement`? If so, how does it behave with auto-shrink?...

I've tested the PR and overall it works great! I've only been able to find one issue: if you try to attach a frame to itself, the application will hang....

Uhhh, potentially? If you obtain a reference to the plugin somehow, I think it might work. I wasn't aware the build is synchronous, I probably should have figured 😅 But...

Unless I misunderstand, I think for documentation it would be fairly straightforward - add a new heading for classes, something like "Traits implemented" that just link to doc pages for...

Thank you for the fixes!

Callable's `bind()` method returns a copy of the given Callable with the arguments bound. You should do this instead: ```gdscript extends Node2D @onready var button = $Button @onready var button2...

> I think this function should be marked as nodiscard, will see how to do that in GDScript if possible It would generate a "return value discarded" warning, but those...