Ihor Dutchak

Results 428 comments of Ihor Dutchak

Volunteers are always welcome. If any specific admin/configuration assistance is needed on libusb or hidapi side - ask here. I'll either help myself or (if unable) will find someone who...

We can start not duplicating the same documentation on both Github and Doxygen. I love current approach with `.md` on Github because it is simple and I'm well familiar with...

#521 is briliant, thanks I've noticed interesting behavior: once we update the `gh-pages` with updated documentation - a special job is started, e.g.: https://github.com/libusb/hidapi/actions/runs/4617127465, which actually deploys the content of...

Loool :) Writing it in C++11 would be even easier, for sure)

> MinGW does not support C11 That's a bummer :( I never actually used C11 threads. I only assumed, that compilers that have C++11 threads would have C implementation as...

I actually had done this already in my other projects - that's not a problem for sure. As alwasy - it is only a question of time/efforts (at least for...

> I think the Linux build does not help much Agree. > Even the macOS build may not be that useful either Actually, in theory - it would. Because macOS...

To be honest I don't remembre why I didn't close this issue after #414 merged. And I don't think anything else is needed right now.

I believe the former logic was: - try to open all interfaces; - if any of them fails to open - fail the entire `winusbx_open`; After the update: - try...

Before looking into this - lets finish with #646 - probably some comments are applicable here as well