risa2000

Results 47 comments of risa2000

> Depending on what you mean, toolset `v144` does not exist like that, it is `CMAKE_GENERATOR_TOOLSET v143,version=14.4X` According to Microsoft, (see [here](https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-number-14-40-in-vs-2022-v17-10/)) there are following distinguished versions: Platform toolset: currently...

@aurelienrb We are using `CMakeToolchain` and `CMakeDeps` generators in our `conanfile.py`(s) (with Conan 1) and what gets generated by this workflow during `conan install` is a `conanvcvars.bat` file which is...

@aurelienrb I am not sure from where `conan.cmake` comes then. My workflow does not produce this file, only `conan_toolchain.cmake` which is used in subsequent `cmake` invocations. Also the initialization of...

@Recialhot OpenVR (SteamVR) uses OpenGL coordinates, i.e. right-handed system with X pointing to right and Y pointing up. Is it what confuses you?

> Thanks. I want to know what specific position is relative to the controller when I obtain the data of the controller through similar code? Is it similar to a...

@nobugshere After giving it more thought lately, I believe I might have an explanation why my yubikey secret was not in the database. I have set it a long time...

Several years ago I wrote an app which stored soma data in JSON file (using this library) and hashed part of this file by using a crypto hash function. The...

@clockwinder From the snippet you posted the calling syntax looks alright. The problem is that your basestation disconnects before replying. Which is how I read the exception `bluepy` throws. Are...

You should not need to pair the bases for the LH control to work. The TP-Link BT-USB adapter could be a suspect, but to be honest I never did any...

If you can, you may. PiZeroW should be enough. I was using RPi 3B because it was running some other stuff and was just conveniently available.