4yman

Results 10 issues of 4yman

### Guidelines - [X] I have encountered this bug in the [latest release of FreeTube](https://github.com/FreeTubeApp/FreeTube/releases). - [X] I have encountered this bug in the [official downloads of FreeTube](https://github.com/FreeTubeApp/FreeTube#official-downloads). - [X]...

bug
B: visual
B: usability

This PR: - Divides the folder `js&css` into 2 directories: `js` and `css` #2340. - Renames `stuff` to `resources`.

Structures (UX) & ORG
Later

I forgot editing `README` for changes made in #1.

# Patches for top navigation ## Pull Request Type - [x] Bugfix - [ ] Feature Implementation - [ ] Documentation - [ ] Other ## Related issue closes #5540...

PR: waiting for review

Comments out a sysctl command that disables kernel modules (un)loading. Which makes kernels (for example `linux-generic`) unable to use devices like GPUs, network cards and virtual stuff. Closes #3

- fix script syntax - get root before warning (fix warning twice) - do not `--ignore-missing` beacuse it sounds dangerous - minimize and sort `packages.txt` - update readme and remove...

### Concise Description The options page breaks when opened from the "three dots/kebab menu">options, which open the extension settings page from chrom(ium) and the extension's options.html over it. ![screenshot](https://github.com/user-attachments/assets/ecfa929a-4d22-4ba4-8f6c-46a4570dbd1f) ###...

Bug
help wanted
good first issue
Completition / Revision
up-for-grabs

### Guidelines - [x] I have encountered this bug in the [latest release of FreeTube](https://github.com/FreeTubeApp/FreeTube/releases). - [x] I have encountered this bug in the [official downloads of FreeTube](https://github.com/FreeTubeApp/FreeTube#official-downloads). - [x]...

bug
B: content not loading
U: reproduced

- Set `edition` to 2024 and `license` to MIT in `Cargo.toml`. - Format and fix code. - Update rustc verion to latest stable (1.85 at the time of writing).

- set edition to 2015 and license to MIT - fix `cargo clippy` errors - Use methods instead of `match` in `main.rs`