Fabio Rotondo
Fabio Rotondo
I am not able to find dante3 Typescripts declaration, also tried with @types repo with no luck
Hello, when I launch "Blender: Start" from command palette, I get the error in the attachment (command 'blender.start' not found). There is not output in DEBUG CONSOLE or OUTPUT. What...
Hello, MEGA sync UI throws an error when I try to add a new folder for syncing. Steps: - open settings - go to `Sync` tab - press `Add` -...
I have a Select with complex items that shows some selected items at startup. Items are defined in `items` correctly and `values` just contains the items' `value` field not the...
I found a glitch with a complex input component while testing next.118. It worked fine in next.115 – maybe something changed in the updates? Hope this helps! I run all...
Hello, I am starting porting one of my old Amiga games (Quadranoid) on Godot (after 25 years!) and I'd like to use your mod player to play original PRO tracker...
Hello, I'd like to use Italian language but I cannot find where to change it
### Describe the bug Look at the following code: ``` {#snippet comp(component, name)} {/snippet} ``` Each time `` access the `component` attributes, internally it invokes a new `component()` instance. If...
### Describe the bug It seems that `$state()`s created by copying a `$state.snapshot()` behave differently. I have created a small example that does the following: 1. Create a small `$state()`...
### Describe the problem # Introduction Sometimes you have a `$state()` obj Proxy object that you want to pass to other components, you want the user to be able to...