Hugo Locurcio

Results 397 issues of Hugo Locurcio

For publishing on the Internet, it might be preferable to hide the e-mails.

Ruby 2.4.x is no longer supported.

enhancement

Looking at the [August 2022 Zink benchmark results](https://www.phoronix.com/review/zink-radeon-august2022), I get a feeling Tesseract is not actually rendering its 3D viewport at native resolution as it's running almost as fast in...

**Note:** I haven't tested whether this actually fixes #18, I'm just following the advice from https://github.com/bungcip/better-toml/issues/18#issuecomment-531501071. See #18.

Asset versions should be able to declare a supported version range, rather than a single minor version. Many assets (such as artwork) can work with almost any Godot version out...

enhancement
topic:backend

Inspired by https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section. We can probably reuse the categories as-is, except for Experimental which would be replaced by the Testing support level we already have. While this is purely declarative,...

enhancement
topic:frontend

I added basic form testing in https://github.com/Calinou/godot-asset-library-laravel/commit/42a5d485b7986002622710603cd5b0e3daeeb38a, but this doesn't actually check whether the asset is actually present in the database (or whether the form is even valid). I tried...

enhancement
topic:backend

We should migrate from Travis CI to GitHub Actions as it provides a more well-integrated UI and faster responses. I started looking into it in https://github.com/Calinou/godot-asset-library-laravel/tree/switch-to-github-actions but I haven't succeeded...

enhancement