Omer Yacine

Results 29 issues of Omer Yacine

Most of the tracks are first-letter-capitalized, but some are not and that causes them to be pushed to the end of the tracks list. I think it would be more...

As the title says, I am struggling know how to show the lyrics of songs. `ctrl+l` should be the key, but it doesn't show anything, i remapped to different keys...

fixed for next release

For instance, how to submit my solution that uses this crate to a codeforces judge? They require your solution to be in one file. Is there any kind of pre-submission...

**Can you reproduce the issue with our latest release version?** Yes **What browser and OS are you using?** Chrome on Ubuntu 18.04 **What did you do?** Used an HLS playlist...

type: bug
component: HLS
priority: P2

This PR adds an upload proxy node. A state aware node that handles the work of uploading content to a remote location on behalf of Shaka Packager. This PR adds...

**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes **What version of Shaka Player are you using?** `v3.0.10-master-18-g1b1227f4-debug` **Are you using the demo app or your own...

type: enhancement
priority: P2

Use `get_taxonomy_url` to handle url paths as they might contain spaces and/or capitalization.

This PR implements exponential backoff retrials for http files. I am not quite familiar with the code base & how packager works, so I could use some help in clarifying...

A feature request to track adding an exponential backoff strategy for HTTP PUTs. https://github.com/shaka-project/shaka-packager/blob/31129eed64d60372435403fd33073e126caaa74b/packager/file/http_file.cc#L212-L213 Not backing is sometimes problematic, as seen in here: https://github.com/shaka-project/shaka-streamer/pull/103#issuecomment-1111246197

type: enhancement
priority: P1

devcontainer settings are used to define an environment for the project when it runs on github codespaces. This commit will cause new codespaces to start with Rust and cargo preinstalled....