Will Nations

Results 39 issues of Will Nations

On GitHub (and perhaps on others? I don't know), I am able to define a webhook that initiates a workflow whenever a repository of mine has a new release. I...

feature
topic:backend

I had two different versions of my Godot NExt asset uploaded (for different versions of the engine), and I have now revised the repository such that all previous versions of...

enhancement
topic:frontend

Plugins created through GDNative will need to have a particular build for any given desktop platform. This means that creators will need to be uploading **versioned**, **OS-specific** builds for their...

feature
topic:backend
discussion

**Previously searched Issues** https://github.com/godotengine/asset-library/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+donate **Issue Description** People have complained frequently about the lack of a paid asset store, but suggestions for changing that have equivalently lead to backlash from the...

feature
topic:frontend
topic:backend

### Describe the problem If I see a component being used with a syntax that indicates it is more or less just like any other built-in DOM node, then I...

We should add clang-format to the codebase so that any added C++ code will have consistent styling. We should probably use the exact same clang-format as Godot's source code for...

feature proposal

For this project and godot-journey, there are C++ scripts that need to exist. I would prefer to make compiling these scripts follow the same workflow that Godot Engine uses, with...

feature proposal

Users may need Behaviors associated with a CallbackDelegator to initialize in a particular order. Right now, it is initialized based on whatever order the internal Dictionary provides them. Since that...

enhancement

Just taking a look at Mark Brown's [Designing for Disability](https://www.youtube.com/watch?v=4NGe4dzlukc&list=PLc38fcMFcV_vvWOhMDriBlVocTZ8mKQzR) series where he discusses subtitles and the like. I figure you can do a couple of things, like... - have...

I am trying to use the SqlProgrammabilityProvider to execute stored procedures. I've set up some basic crud operations for a DataType on my project: - Select (int -> Option\) -...