Karthik Karanth

Results 22 issues of Karthik Karanth

All the examples have random glitches and artifacts. The point cloud flickers in HelloPangolin.py: ![image](https://user-images.githubusercontent.com/10536745/59143529-d7a7e280-89e9-11e9-927a-f69a959fe29c.png) The colors on the top-left image keep flickering in SimpleDisplayImage.py: ![image](https://user-images.githubusercontent.com/10536745/59143532-e8585880-89e9-11e9-825a-3cd107268387.png) All the elements keep...

I can't build on ubuntu 18.04 with gcc7.5. Downgrading gcc works, but unfortunately Ubuntu doesn't provide an easy to keep both gcc7.4 and gcc7.5 around: I'd have to use gcc6...

Thanks for creating this library! I'm having some trouble running the examples on Ubuntu 20.04, with kernel 5.11.0-38-generic. I paired my Joy-Con (R) via bluetooth. ``` $ dmesg [ 52.887339]...

help wanted

I'm trying to follow along [this tutorial](http://apfel.mathematik.uni-ulm.de/~lehn/sghpc/gemm/page01/index.html) and the build fails on Ubuntu 18.04 with gcc4.8 ``` /usr/bin/ld: ../libulmblas.a(dsymm.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a...

Could a method be added to the heat solver so that it can use an existing `VertexData` object? When calling this function many times it would be useful to reuse...

enhancement

### Description of Change(s) Correctly handle the case when the path to the editor has a space in it. This can often happen because of paths starting with `C:\Program Files\...`...

![image](https://user-images.githubusercontent.com/10536745/94984462-70c90980-0509-11eb-9473-1a097b3775c0.png) The "current workspace" indicator(says "1" on the right monitor): could that be included on all monitors?

I get this error when I try to run: ``` format: Format { channels: 1, sample_rate: SampleRate(192000), data_type: I16 } thread 'main' panicked at 'Can't handle output buffer format', src/main.rs:216:18...

Adds handling for timestamp events on linux. These events are sent by Nintendo joycons(I'm not aware of any other controller that sends this information) As I understand this can be...

Thanks for creating this library! Is there a way to access gyroscope and accelerometer data from Joycons currently? On Ubuntu 20.04 with the [dkms-hid-nintendo](https://github.com/nicman23/dkms-hid-nintendo), there are two input sources I...

enhancement