Corallus Caninus

Results 32 comments of Corallus Caninus

I did try that as well, could it be something with my OS configuration? it seems to fail on the Serde dependency.

tried it but it was not reproducible with latest serde.

that didn't solve the problem. I don't think its specific to my configuration and seems to be an error with utf-8 encoding? Does anyone have suggestions regarding this or can...

from # conan remote add jinq0123 https://api.bintray.com/conan/jinq0123/test

I am having problems with this as well, a seperate "move cursor" or hover mode would be very helpful for more than just scrollbars.

I went into the CMakeCache.txt that was generated and changed OPENVR_LIBRARIES: to the path of my libopenvr_api.so that I downloaded.

Make sure you change the server port number in the python code to match the driver, for me I changed 5000 to 4646. The driver needs to go in the...

Interesting did the ports work after you pulled my commit or before? the driver implementation is listening on 4242 so I don't see how else this would have worked. I...

Has Clang/Clang++ with Polly optimization in the LLVM been considered for this?

I was able to work around this by building the operation without the helper function split() by doing the following: let split_outputs = ops::Split::new() .num_split(num_splits) .build(axis_zero, input, scope)?; where axis_zero...