David Snopek

Results 604 comments of David Snopek

> I am using a Quest 3 linked to my W10 pc through Virtual Desktop. Could this be causing the error? > Does Virtual Desktop maybe only give hand tracking...

Ah, I guess you noted it above (I didn't read the description too carefully :-)) but this is the most disappointing thing: ![Selection_256](https://github.com/user-attachments/assets/55b6f28a-0e82-4db3-afcf-52e247ced00b) I can't wait until we can test...

These functions seem basically the same as the `VariantInternal::get_*()` functions. Given that we want to expose something like this on the GDExtension side, I'm not sure what the API _should_...

This will fail tests until the upstream Godot PR is merged

Hrm. Compiling locally, the tests work fine. However, on GitHub Actions, both GCC and MSVC don't like the UTC-8 identifiers in the C++ code. I tried setting the `LANG` and...

Thanks! I updated to Ubuntu 22.04, which we're using in the static checks already, and that fixes the Linux/GCC builds. I'm testing out some flags to fix the MSVC build.

Huzzah! The MSVC flag I tried is working, so this is now fully passing tests :-)

@Daylily-Zeleen I tested duplicating "MyNode" in your MRP, and it's working for me! We still need someone who is not me (as the author of this PR) to review and...