Kevin Flansburg

Results 108 comments of Kevin Flansburg

CNCF has requested that we use Snyk, but they are not ready. We should follow up later.

https://github.com/chronotope/chrono/pull/578

Some sentiment in the community seems to be that `chrono` is unmaintained and projects should move to `time` 0.3. We will have to wait for all of our dependencies to...

Confirmed that we do not make use of `localtime_r` in `time` either, see [fork](https://github.com/kflansburg/time/commit/6f908cb17b7bdf5990e950f99048a9b618931fcb). Its possible that I missed usage behind other features / architectures. Tested on `stable-aarch64-apple-darwin` with default...

It’s unfortunately pretty tricky, I usually try to plug it into a port so that it is on its own bus (as seen in lsusb -vt) and then look at...

Ok I see two Samsung devices (VendorID: 0x04E8) ProductID 1: 0x7312 ProductID 2: 0x7084 The second one appears to send a similar HID message as the HP, so it's probably...

Hmmm, can you redirect the output to a file? Or edit the simple example to run for fewer iterations? On Thu, Jul 2, 2020 at 5:51 PM KillerMemz wrote: >...

Hmmm, it seems that OpenHMD wasn't able to download the device config from the device. I have found that to be an intermittent problem, so if you just run it...

Perfect! Thanks! On Thu, Jul 2, 2020 at 7:06 PM KillerMemz wrote: > I got it to output the config, but it seems to be a hit-or-miss, with > mostly...

Ok, here is my branch: https://github.com/kflansburg/OpenHMD/tree/odyssey Make sure you check out the odyssey branch and recompile. You might want to modify the example again so you can see the log...