Results 5 issues of MintSoda

Parsing small scenes works really well. And, I have this 50k lines, 67mb scene file converted from an .escn file imported from blender. I wanted to shrink its size from...

**Which demo project is affected:** https://github.com/godotengine/godot-demo-projects/tree/master/loading/multiple_threads_loading **OS/device including version:** not related **Issue description:** In `resource_queue.gd` ``` func _wait_for_resource(res, path): _unlock("wait_for_resource") while true: print("stuck in loop") VisualServer.sync() OS.delay_usec(16000) # Wait approximately...

bug

Issue description: **Can't use Chinese characters in identifiers. I request support for Simplified/Traditional Chinese.** Related issue: [Non-ASCII characters can't be part of knot and variable names? #225](https://github.com/inkle/ink/issues/225) I'm using [inkgd](https://github.com/ephread/inkgd)...

I accidentally close the terminal after training and I need to see losses. After some searching, I found the logs are binary files generated by Tensorboard. There are https://github.com/bmaltais/kohya_ss/blob/master/fine_tune_README.md and...

### Describe the project you are working on trying to porting [inkgd](https://github.com/ephread/inkgd) to godot 4. ### Describe the problem or limitation you are having in your project Uneasy to debug....

topic:core
topic:editor