Alberto Torres
Alberto Torres
Tdesktop has ffmpeg as dependency (used to e.g. converts gifs to mp4s). It shouldn't be difficult to use it for webcam input, as It includes support for directshow and v4l2....
I have a problem with this for a different reason: my monitor is huge 4K and all the pictures are tiny in the middle, making all other windows covered in...
@auchri It's not a duplicate. This is about the photo viewer, the other one is for the video player. The problems of both OP and me are also different. Should...
After 2-3 years I've found how to assign a key to a command I wanted to use... I realized because the original issue I've filled has been locked automatically. This...
Hello all! Any progress with this? Did detecting touch events got any easier? I'm also interested in supporting a bounty if one is created.
I searched for one of the constant strings in the nim cache directory (where I can find opir json files), but it only appears in a cached version of the...
I have this issue or something related: scrolling in some pages is very glitchy because the constant attempt of resizing the viewport. I could avoid all these problems if I...
Judging by today's changes I'd say it's planned. In the mean time I do something like this: `vsource = vsource.replace(/^in\s/gm, 'attribute ').replace(/^out\s/gm, 'varying ')` `fsource = fsource.replace(/^in\s/gm, 'varying ')` `fsource...
The only workaround I've found for this is to put anything in the "device UI" box so it doesn't load the klipper UI. If only it had an option to...
I think it would be better and more consistent to use colors 0 to 1 in linear space, and then leave it to the specific implementation (like raylib in this...