Brandon Lamb

Results 11 issues of Brandon Lamb

Instead of creating a bottleneck with moderators/approvers, what if when an asset was submitted it was automatically available. At that point it could show as "community" supported, and then the...

topic:frontend
discussion
security

Basic idea was not wanting to update the web site every time you release a new version/release. Could a CI system create a new github version and then post to...

feature
topic:backend
discussion

One of my assets was approved. After some refactoring and following suggestions from Facebook group, I renamed 1godot-pool-manager` to `godot-object-pool` and also bumped the version. This required modifying the asset...

topic:frontend
discussion

DO NOT MERGE YET - WIP Example includes the following, slightly more than a basic "hello world". - Kotlin - CDI (DI and events) - JAX-RS (including ExceptionMappers for error...

I'm curious to know from anyone who is/has/tried to use this, whether this node-based solution or a pure code-based solution would be better? I'm finally getting back into some Godot...

It may not be apparently obvious what this is or how to use it. Create an example scene (or three) showing how to implement.

enhancement

I see a folder but nothing in it. I'm evaluating many of these libraries as well, would be great to see examples built out for Ray.Di as well (not to...

Using the `use_threads` option, enable the usage of a Thread to make requests ```gdscript var r = unirest.get("https://google.com/things/1").use_threads(true).execute() ```

enhancement