Björn

Results 5 issues of Björn

### Godot version 4.0.stable.mono ### System information Windows 10, Vulkan ### Issue description When double clicking a .cs C# script file twice in the FileSystem view, or clicking the script...

Replaces PR https://github.com/godotengine/godot/pull/82684 with a move away from Core/Object in favor of ~~Scene/Main/Node~~ metadata usage. Closes https://github.com/godotengine/godot-proposals/issues/7905

enhancement
topic:core

### Describe the project you are working on Improvement to Godot's custom node and resource type handling. https://github.com/godotengine/godot-proposals/discussions/7808 ### Describe the problem or limitation you are having in your project...

topic:core

https://github.com/karan51ngh/RedditRefresh/blob/de09d6dec83f218d280014b11a4efdb8e9477304/delete.py#L20 I suggest adding UTF-8. It crashed for me with the error mentioned in the title when reaching certain comments in non-english language. `file = open("LOGS.md", "a+", encoding="utf-8")` Otherwise it...

Basically the idea is to have some unsafe features as a per-volume configuration, rather than strictly global. Following features would be nice on a per-volume basis: - Allow saving password...

enhancement