Jan Scheiper

Results 30 comments of Jan Scheiper

Does `str(complete_title, "utf8")` and `str(description, "utf8")` not work?

If I Ctrl+F for `GetOriginTrackedDeviceInfo` within the openvr_driver.h I don't get any results, so I think your suggestion is for an OpenVR client instead of a driver? I know how...

>Anyway, from my understanding, and as you point out, is that inside your driver you have an ability to extract data from device 0 (HMD) but only publish events etc...

No I have not, but I have not tried doing so either, sorry. After I read that there is no good way to actually get the device roles from the...

Well, I mean the feature is still not there, right? Just because I don't need it anymore (for now), I still think it would be a good feature to have,...

Bump I guess? This is still a problem that affects me, and even after hacking around a bit, I still can't figure out what could be causing this or how...

Thanks for the input, I'm gonna try adding those profiles to see what it improves! Regarding Edge I would recommend you check out lkmvip's repo, which is specifically designed for...

Maybe you can replace the playercore from the Firefox repo with the one from this repo? Would be worth a shot at least. I'm personally not using Firefox and have...

A simple workaround that fixed the issue for me was the following: ```ts import { InjectKnex as InjectKnexBroken, Knex } from "nestjs-knex"; const InjectKnex = InjectKnexBroken as (connection?: string) =>...

I also noticed this problem in the Flooded City and took some screenshots: ### manual culling triggers disabled ![broken](https://i.imgur.com/ThjL9Gy.jpeg) ### manual culling triggers not disabled ![working](https://i.imgur.com/5f3aXqU.jpeg) So yeah, this setting...