Erik Selecký
Erik Selecký
This indeed appears like a duplicate of #643. However, the original issue was posted in 2020, back when the `upgrade` command was a WIP feature and local tracking of the...
> About the c# stuff, I have no idea. Maybe moving "Godot API for C#" up one level? It's not really clean because it fits naturally under the c# umbrella,...
@bitbrain I have been thinking about this issue for a couple of days now because I came across an issue in my project where my cooldown node was in a...
I don't think what you requested is possible because the cooldown is implemented as a decorator node so, as you correctly identified, it doesn't get the `before_run` and `interrupt` callbacks...
Thanks for taking the time to review and respond @pjkaufman! I don't have much experience with JS development but this seems like a good entry-level issue. Since you already took...
Nice, I had a look the other day and I also identified the `getUniqueArray` method as the best place to implement the fix, so it's good we're on the same...
Hey @pjkaufman, ho here's a little update from me. I started writing tests to cover the necessary edge cases that I mentioned but I quickly came across multiple bugs in...
Awesome, that's great news! Should I wait for your change to get merged before I start dabbling with the `yaml` pacakge?
Nice, glad that you managed to get things moving along! 👍 As for my progress, I decided to try rewriting the dedupe rule using the `yaml` library. I'm close to...
Also, one thing I wanted to mention that I found out. The `YAML.Document` stringification doesn't always fully preserve the original document format and we'll probably need to use the `CST.Document`...