Results 603 comments of absidue

What you are claiming to be a bug is an intentional feature. That is your search history (stored on your device, like all of your other FreeTube user data) not...

Still sounds like it is working as designed. While there is text in the search box it will show matches from your search history + YouTube search suggestions, when the...

Thank you both for you detailed analysis. I've created a test build based on 0.21.1 with the addition of the `enable-accelerated-video-decode` flag, if you have time could you please test...

@libv You can view the `chrome://gpu` page in FreeTube like this: 1. Open the dev tools with CTRL+SHIFT+I 2. Paste this snippet into the console tab and hit enter: `require('electron').ipcRenderer.send('create-new-window',...

> One thing i would like to see is a freetube 0.19.3 with youtube[i].js, invidiuous list, and some local api updates, and as little as possible else. As we are...

@mafclean Interesting that you mention old hardware, could you try running the lastest FreeTube release with `--ignore-gpu-blocklist`? If you don't know how to do it here is how you can...

Okay so there seems to be two issues here: - Hardware acceleration not working in later releases (I suspect that is because we removed the `--ignore-gpu-blocklist` flag and also changed...

It could be a bug in Chromium but it is also possible that they dropped support because in your own words, your GPU doesn't get driver updates anymore which means...

While the error is valid, you should also be using Node.js 20.10+ with YouTube.js 15.

@mitsuki31 The requested change was for you to use the `Text.fromAttributed()` method that returns instances of the `Text` class, whereas you just passed through the input data and applied a...