Wenzel
Wenzel
Hello! It would be nice if the app would remove whitespaces from the path. Spot the difference: 
The methods `equal`, `notEqual` and others are deprecated since node v9.9. It does not change any of the functionality but decreases the warnings a bit. I would add a PR...
If you tag a frame twice to create a sub animation, the importer uses the wrong frames.  The workaround is to duplicate the frames and use the "Merge duplicates"...
I am not shure if it is a windows issue. But I had to change the adress log since adress is not defined. ${this.server.address().address}
**Is your feature request related to a problem? Please describe.** I have a sequence. Something like: - Get the closest object - Walk to the closest object - Interact with...
## Description I want to bring the change proposed and accepted here: https://github.com/bitbrain/beehave/pull/11/files#diff-fcaf318832e297e308d45827bfd3ccc205e55ec90d7af8a35d142cdc856e4918 to Godot 4 ## Checklist - [x ] changes performed compatible with Godot 4.x (raised in a...
Hey! When installing the plugin via the asset store, the content is placed in the projects root folder. But the icon locations require the path to be `addons/scaffolder/assets`.
I am currently testing out different aspects of rete and thought I can update some parts on the docu while doing so. This is a check I requests are accepted....
In the engine.ts file are two methods - abort() and lock() that lead to errors: ``` typescript public async abort() { return new Promise((ret) => { if (this.state === State.PROCESSED)...