Alexandre Courbot

Results 124 comments of Alexandre Courbot

Indeed, that is strange - I would plea for a Qt bug here since I really do not see what it wrong. Interestingly, if you click somewhere else (where there...

That sounds reasonnable, and easy to implement at first sight - targetting next release for this. Thanks.

Thanks for the details! I guess one could just have a mapping table between the VSCode grammar's and Vim's highlight groups (or what any other editor uses). There would probably...

I tried taking a short look but after installing themex (`sudo npm -g install themex) I cannot build ProColors: ``` $ make themex pro-colors.themeX ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• themeX •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ✓...

Hey, thanks for looking into this. So the bindings are architecture-specific indeed, and possibly even platform-specific (i.e. you don't want to include fields that don't exist if your kernel version...

I've tried moving the bindings to a separate `sys` crate but that might be difficult. `lib` implements some traits on the generated bindings, and we cannot do that unless they...

Fixed by 85690193ad19ed6ebd2db3febd8c9732639e816e.

Having the library as the root crate sounds definitely like a better design, in fact IIRC I wanted to go with something like that but couldn't do it for some...

Hi! Right, support for controls is missing at the moment. I'll try to review your PR shortly.

Now that support for `VIDIOC_S_EXT_CTRLS` is merged, can we close this issue?