Results 238 comments of Kitlith

It's getting better -- while pitch and roll still take a little bit to settle, the amount is much smaller, and likely explainable through gyro scale and bias errors.

Looks like it was drifting because rest detection was never getting triggered. I'm not sure *why* it's drifting so much, unless the quaternion calculation on the joycon side doesn't take...

Are you on windows or on linux? This issue is likely just down to not having included the native libraries for arm64 for your OS, which is done here: https://github.com/xCollateral/VulkanMod/blob/f23855f2675f1efb52fb8aa2c26bc23dccfb5543/build.gradle#L51-L56...

From and tested with a 3080 Ti, `__NV_DISABLE_EXPLICIT_SYNC=1` also works, and might be a more performant workaround.

hm. I get why you would do that, but I don't think there's any real indication that `josh-filter` would work that way right now. if it was oriented as `josh-filter...

@aaronfranke might it be worth creating a separate issue for removing multiple root nodes per scene? It seems (from a bystander's perspective, at least) to be orthogonal to removing scenes,...

making a couple of the AI nitpicks more visible: > 256-259: Add a Linux64 predicate to Platform (optional) > > There isn’t currently a Platform.isLinux64 (or Platform.isLinux) helper in src/model/platform.ts....

Per conversation with a maintainer on discord, now leaning towards the boolean approach, though I've flipped the meaning of the boolean: `linux64RemoveExecutableExtension`, currently defaulting to true, and flip the default...