Rahim

Results 164 comments of Rahim

Sorry about that. Broken link, translations have moved [here](https://github.com/vime-js/vime/blob/main/packages/core/src/components/core/player/lang/en.ts).

Hey @abvas! We're reviewing right now what we need to have in place for a Beta release. If we're confident with the foundation of the project, then it might simply...

You can now find more information about the Vidstack Player Beta [here](https://github.com/vidstack/player/issues/580). Be aware that issues in relation to the Beta are still actively being worked on. Announcements to follow...

:wave: The Vidstack Player Beta is here: https://github.com/vidstack/player/discussions/626 Enjoy!

Even though I've seen this issue before I can't repro right now strangely. Not seeing happen on the Vime demo page either.

Web components have definitely had a bumpy ride and there are many negative things that can be said, but it's a standard none the less and it's where my focus...

Hey @benwoodward! We're going to start out with recommending web components for Svelte to reduce the initial workload and maintenance burden (espescially when it comes to documentation). Based on feedback...

Thanks @Enigma10! I'd like to leave the issue open for other users facing the problem. It seems like the theme CSS file is being minified and completely stripped out when...

Hey @Enigma10 sure... 1. Fork and clone the repo 2. Run `npm install` 3. `cd core` and run `npm install` 4. `npm run serve` Fullscreen Code is mostly here: -...

Hey @Enigma10 you simply click on the playground folder. You can run the following to ignore changes to the playground ```bash $: git update-index --assume-unchanged core/playground/index.html ```