risa2000
risa2000
@pelwell I believe I can go with lower rate, my use is light and also nothing happens if one packet is lost. What however bothers me (and I am not...
I am not sure whether which interface "version" (i.e. `IVRSystem_020`) is attributed to which OpenVR version is documented anywhere, nor which version is actually the most recent one on every...
I was just looking into this version thing again as I thought it might need some substantial work, only to find out that I am not sure I really understand...
@mungewell I am not sure from which function you get the pose exactly, but in general, you should be getting equivalent of this: ```c++ /** describes a single pose for...
Just to add a thought on the topic: I can probably detect in advance if some other process/app is already using the addr:port (even though it seems to not be...
I am not sure from where comes 5-minute downtime? Is it something related to CapnProto, or is it the connection timeout on linux TCP stack? Anyway, on Windows the thing...
The _Computational Properties of Gaussians_ section starts by recalling a sum and a product of two random variables, which seems perfectly fine, but then it follows with: >Before we do...
I have got stuck at this particular claim just recently, while reading the notebook (which, by the way, was a great help so far to me) and could not wrap...
@tdegeus Yes, I guess, it is not really a problem in xtensor, but the compiler being too picky. I would however leave the comment here and possibly make a point...
I would just like to add another observation. I have been using `CMakeSettings.json` which is Visual Studio specific and a kind of precursor for `CMakePresets.json`. Since the latest VS 2022...