Nara
Nara
> Can't you just, disable steam input Or edit your steam input binds so map them all to an unused key Disabling Steam Input doesn't work, even after restarting the...
I've found a program called [HidHide](https://github.com/ViGEm/HidHide) that allows me to exclude certain HIDDevices (and therefore controllers) to specific processes. I wouldn't say it's an ideal solution, but a work around...
This should probably be merged after https://github.com/ROCm/rocRAND/pull/467 since the PRs might conflict. I'll poke around for some reviews too.
My current workaround on ubuntu is to create a link to `libpython3.8.so`. ``` # Find libpython3.8 dpkg -L libpython3.8 | grep .so # Create link for missing dep. on shared...
@samjwu The clang format CI step seems to not handle external PRs properly, I think this might also be happening in other repositories.
@stanleytsang-amd Let me know if I should squash the commits into their respective merge commits.
Rebased to get the clang-format ci fixes.
Rebased and added threefry fixes by @ex-rzr
We're tracking this internally. I'll try to get this in for 6.3, but it might slack to a patch bump. Idem for https://github.com/ROCm/rocThrust/issues/420.
I meant replacing _all_ the `NULL` with `nullptr` in the proposed change, not just that single one 😅