Michael Angelo Calimlim
Michael Angelo Calimlim
Just curious, what is the reason why `(:query-params)` is not `keywordized` by default?
@RampedIndent can you share the rust version and the operating system you are running this from? Thanks :)
Hi @RampedIndent I have updated ftw to 0.13.0. You can use this command to update your ftw `cargo install --force ftw`. Can you also verify on your end if you...
I think just by defining ANDROID_NDK_ROOT alone should be enough to make gdnative-sys to work. In this way it's independent on how the NDK was installed (by either manually, using...
Hi @Bromeon and @orion78fr, I can probably do both, unless @orion78fr wants to do the additions to the guidebook. I also forked this [docker image](https://github.com/ufoot/godot-rust-cross-compiler) by @ufoot. In the [fork](https://github.com/macalimlim/godot-rust-cross-compiler),...
@CoryRobertson do you have an openssl installed?
@RampedIndent Thankyou. I will be closing this issue. @CoryRobertson If your error still persists, please open a new issue.
Hi @Nashenas88, thank you for pointing out about incremental compilation in rust. Can you explain a bit more about the `[[` issue?
Hi @Nashenas88 and @ethereumdegen I will be releasing a new version of the template soon with 'clean' removed from the build to take advantage of incremental compilation. I still cannot...
@EverlastingBugstopper I will be deprecating the old `Makefile` (using make) in favor of `Makefile.toml` (using cargo-make). It handles stuff on different platforms much better than running make. Going forward, please...