Results 603 comments of absidue

You also need to rewrite the issue body, if you want to repurpose this issue.

As the generate_session_locally parameter still works completely fine for everything other than video streams, removing the parameter doesn't make sense and the only action here is maybe adding a note...

Are you using a touch screen? If not, you could use the pre-existing quit option in the menu bar (always visible on macOS, hidden until you press ALT on Linux...

> Sidebar padding is too big in English (IDK about other languages). It only looks like that because you aren't subscribed to any channels in your screenshot and the English...

The entire point of the lockfile is that everyone uses the same versions of the dependencies, which is essential to ensure that the tests are reproducible. Without it you are...

As you said, right now it is all fine, but in the future there is a chance it won't be and so the lockfile will have to be added back,...

@jlvivero grabHistory is called once at app startup, so that is not where you want to be looking. As the sort by drop down would be on the history page,...

What files is Linux claiming that FreeTube is watching, as none of FreeTube's JavaScript code should be causing that.

> @Jelenkee Can you please check that deno is actually using the deno entrypoint in YouTube.js when installed from npm? One way to check is whether it works correctly if...

From the README: ```js import { Innertube } from 'https://deno.land/x/youtubei/deno.ts'; ```