Ricky Casavecchia
Ricky Casavecchia
The title says it all
**What happened?** While testing DevPod I've noticed that the UID of the `remoteUser` does not match the UID of the host user. This causes the classic file permission issues between...
**Tell us about your request** Given the very generic name of Dev Environments (which I agree does make sense for the product), it's very difficult to find information that specifically...
There seems to be a required order of `#includes` when using `openxr_platform.h`. For example, this compiles: ``` #define XR_USE_PLATFORM_ANDROID #define XR_USE_GRAPHICS_API_VULKAN #include #include ``` This does not: ``` #define XR_USE_PLATFORM_ANDROID...