geekley

Results 95 comments of geekley

Yes please use the symbols rather than words. And it's `?.`, not `.?`. Regarding `?.` operator, note that ***you need to implement the precedence right***, so it can be combined...

The hints `instance_index` and `hint_enum` also accept parameters. Should we assume they may eventually allow expressions or at least named constants as well? I guess not with `hint_enum`, since only...

When it's not set to pause, why does the game lag for a while when you press the AI service hotkey? A screenshot + base64 conversion shouldn't be lagging the...

Here's some of my own I've gathered so far. `godot.txt` - somewhat generic godot terms, which could appear in many file types (e.g. file extensions in paths) ``` ctex fontdata...

@Jason3S thanks MSDF = Multi-channel signed distance field

I'm having the same issue with Godot 4 on Ubuntu 23.04. Godot's source generators add code to complete my `partial class` definitions, but after updating the C# extension (and .NET...

I think I can't even try it without the changes in snapcraft, unless there's another way? ``` $ sudo snap connect codium:audio-playback error: snap "codium" has no plug named "audio-playback"...

Just checked v1.97.1 (snap) and audio is working for me! I tested a .ogg file and the code above in the devtools. I'm curious, how did you solve it @daiyam...

OK, I have no idea what is going on. Sometimes the audio just works, sometimes it just doesn't. I can't understand if there is any pattern, like another app (such...

IMO **the best choice for a integer div operator would be `/:`**. It's easy to type (no dead keys), not confusing with comments, and [the colon is often used to...