0x0ACB
0x0ACB
Currently when CoogleIOT reconnects to the mqtt server it does so with the cleanSession flag set to true. This results in all subscribtions being cleared. As such it would be...
### Godot version 4.0 ### System information Windows 10 ### Issue description As can be seen in this Screenshot:  Unless you start godot through a console you are missing...
Currently, Godot will mark all input as handled as soon as a subwindow is focused, even if local input handling of that window is off. This causes issues with input...
### Godot version 4.2.2 ### VS Code version 1.88.1 ### Godot Tools VS Code extension version 2.0.0 ### System information Windows 10 ### Issue description The formatter will always add...
### Tested versions 4.3 ### System information Windows 11 ### Issue description https://github.com/godotengine/godot/blob/ee363af0ed65f6ca9a906f6065d0bd9c19dcf9e4/scene/resources/multimesh.cpp#L309 prints an error if the `instance_count` is set before `set_transform_format`. This will be true for any non...
Adds support for Azure Functions. Might be a good idea to refactor `ParseInteractionAsync` and `HandleInteractionAsync` into a publicly accessible library since those are basically just copied from the AspNet integration....