Oleksandr Senkovych

Results 6 comments of Oleksandr Senkovych

Sorry for delayed response. I was a bit in disbelief on how to actually find if device is v4l2 device or not. Apparently there way is indeed to iterate over...

Hi! Are you talking about the example program? Yeah, path to webcam is currently hardcoded, so if your webcam device path differs you need to adjust your source code.

Hey! Thanks for the PR. Sorry I don't develop in go for a while so I'd like to ask whether or not it breaks library API? Will it break existing...

It's really not an issue - mutex is only matters when simultaneously invoke syslog and openlog functions. Syslog function is guarded via read lock that should allow multiple threads call...

It looks like the error is in ctags rather than in vim-protodef: https://sourceforge.net/p/ctags/bugs/367/

Hi, snikch. Can you post output of GOARCH=amd64 GOOS=linux go -x build ?