Luka Maljic

Results 6 comments of Luka Maljic

Hi @nerdoc, thanks for the report. The lib isn't actively maintained because I haven't used Parcel in my projects in a while. It seems that both Parcel and Django APIs...

@ErikParso I needed the same thing, you can use a custom function to render the React element as string until this is officially implemented: ```jsx import { renderToStaticMarkup } from...

1. [It doesn't](https://github.com/godot-rust/gdext/blob/b6199598c3dca3f7ff2463a24d69ed51fb7fe70e/godot-core/src/obj/traits.rs#L273) 2. Running Godot CLI on Windows doesn't give me any output at all, not even in verbose mode.

Np, I also thought that it might be `Base::to_gd` related because of https://github.com/godot-rust/gdext/issues/557. Re terminal yes, the exit code is `127`

Actually the silent part seems to be an unrelated Git Bash issue, running Godot CLI via PowerShell outputs a panic message: ```console C:\path\to\godot-core-0.2.2: downcast from Object to MyObject failed; instance...

Unlike `Base::to_gd` this panic is achievable using the public API, and the example which triggers it is actually mentioned as a valid workaround in #557 description. Granted, both issues might...