Results 5 issues of Rechie Kho

In dumper.c: ```c static yaml_char_t * yaml_emitter_generate_anchor(SHIM(yaml_emitter_t *emitter), int anchor_id) { yaml_char_t *anchor = YAML_MALLOC(ANCHOR_TEMPLATE_LENGTH); if (!anchor) return NULL; sprintf((char *)anchor, ANCHOR_TEMPLATE, anchor_id); return anchor; } ``` You used `sprintf`....

### Godot version Godot Engine v4.2.dev.custom_build (c5a7462a00a665a72c7c1a746c105e3c1c475c96) ### System information Arch Linux, AMD ATI Radeon Vega Series / Radeon Vega Mobile Series, CPU: AMD Ryzen 3 3200G (4) @ 3.600GHz...

bug
topic:editor
confirmed
crash
topic:animation

### Describe the proposed feature and its relevance to inferencing Having a workflow that lint the code on pull request would be nice. ### Context or use case _No response_...

enhancement

### Describe the proposed feature and its relevance to inferencing Currently, we have three backend, Metal, Vulkan and VMVX (or cpu). The issue of VMVX is that it is slow...

enhancement

### Describe the proposed feature and its relevance to inferencing So, we have the first step of running machine learning model natively in Godot done. Now, we face the second...

enhancement