Sculas

Results 16 issues of Sculas

Closes: revanced/revanced-cli#135 Example: ```console INFO: premium-heading Shows premium branding on the home screen. INFO: custom-branding Changes the YouTube launcher icon and name to your choice (defaults to ReVanced). INFO: options:...

Continuation to commit 075bf406fdaf8113e2b6fb8016858a620bb60a63.

### Type Error at runtime ### Branch Flutter ### Bug description Introduced in `0.0.7`, a plugin called `permissions_handler` was added to handle permissions. Unfortunately, this plugin seems to be broken,...

bug

### Type Functionality ### Issue Currently, fingerprints and patches have to be written by hand. While this is not an issue for some, this can be a challenge for newcomers....

Feature request

`srt-rs` version: commit 1236c22 I have my listener setup like this: ```rs let (_listener, mut receiver) = SrtListener::builder() .encryption(KeySize::AES256.as_raw(), "mypass") .bind(port) .await?; while let Some(request) = receiver.incoming().next().await { let socket...