Aaron Franke

Results 190 comments of Aaron Franke

@dalexeev We should consider changing the recommended order of the class doc comment to be like this: ```gdscript ## Class doc comment. class_name MyClass extends Node ``` Every other doc...

Once everyone else's points are addressed, I can give this a test on The Mirror's codebase before merging. It's likely that I will find a bunch of issues and edge...

@adamscott @NathanLovato I disagree with the "merge now, fix later" mentality. This is not just some optional feature that runs on top of GDScript ("off by default" as @dalexeev puts...

I agree with the above comments - @nathanfranke's solution makes the most sense to me. Instead of a button to create a new folder, creating a new folder should be...

When creating a new project, there is a yellow warning and a confirmation popup. When downloading a project from the asset library, the confirmation popup is not present. Clicking the...

@KoBeWi What about the `README.md` file? It might make sense to disallow creating in any folder that already has non-hidden folders in it, but for files and hidden folders, allow...

@prominentdetail See [this documentation article](https://docs.godotengine.org/en/stable/contributing/workflow/pr_workflow.html), or for a GUI option, [this video](https://www.youtube.com/watch?v=0XKy8YpP5Ww). GitHub Desktop is not a very good Git client, it likes to do some things that we don't...

@prominentdetail You need to go back to when you only had one commit, then rebase that, then push that. Another option is you can right-click a commit in GitKraken and...

I can confirm that this issue is fixed with a combination of #72444 and #72445.

@smix8 I don't know much about the library, the update I did awhile ago had superficial involvement by me.