Numan Zaheer Ahmed

Results 94 comments of Numan Zaheer Ahmed

Any updates on this? This is blocking simple things like moving a list of requests into a new folder unless there's an alternate way to do this. Often when importing...

There were some recent fixes to ESP32-S3 which I wasn't sure if they got applied in Stable branch. It will try with 8.X stable CircuitPython next.

It is indeed issue with KMK not CircuitPython. It happens whenever you hard reset after there's working KMK HID related code. On next hard reset, both HID logic and CIRCUITPY...

Just a note: It doesn't work with both a hard right-click or with a gesture(like double-click to drag) on MacBook Pro. But on Windows, just gestures don't work. Hard right-click...

Since we removed Visual Scripting in https://github.com/godotengine/godot/pull/64822 from this repo and moved it to https://github.com/godotengine/godot-visual-script, can we start transferring Visual Scripting issues(including this one) to that repo?

> > This one can either be implemented natively or in GDscript, which is not just useful for testing, but also for example to host a REST API that can...

Another use case not mentioned in this ticket yet is when using platform-specific GDExtension-registered Classes/Nodes.

I've read the proposal and from what I can understand, this is like preloading/loading another script(https://godotengine.org/qa/53560/can-you-split-a-class-across-multiple-files-in-gdscript) but with added benefit that they'll node-type-checked when adding them to a script so...

> The runtime added support for applying changes while debugging on Linux/macOS in .NET 8, so a runtime version of .NET 8+ is required when applying code changes for .NET...