Rahim
Rahim
Hey @jonsadka unfortunately not because I'm completely consumed by the new version of the player for work (have to hit some milestones). I'm really sorry I didn't get around to...
I haven't heard of RTMP before, I'll look more into it. Thanks for the references @wdunn001.
Really strange I need a reproduction that I can test. The `components/` directory is auto-generated at build-time, that's why it's missing in GitHub explorer. You can see it exists [here](https://cdn.jsdelivr.net/npm/@vime/[email protected]/dist/esm/)....
Thanks for reporting it @szczepankosmowski , I'll fix this and autoplay issue right after I release `v5`.
Hey @wplit it will be fixed in `v5` this week.
I created some hooks for Unistore based heavily on react-redux and redux-zero. Repo: https://github.com/mihar-22/preact-hooks-unistore I'd love some feedback and maybe integrate it into Unistore?
All done @developit. I can keep it as a separate package or I can make a PR to pull it in and we can add it to `src/hooks`? Either way...
Hey @dkourilov, if you can raise the issue over at https://github.com/mihar-22/preact-hooks-unistore then I can try and help when I have a moment. If you can provide a little bit more...
Hey @therealpaulgg these types of issues come up a lot but they're always related to Jest, generally with how Jest resolves modules and transforms them. Jest only uses `svelte-jester` when...
Oh there's few more steps to configure `ts-jest`, add `allowJs: "true"` to your `tsconfig` `compilerOptions` and then set the preset in `jest.config.js` to the following `ts-jest/presets/js-with-ts`. Let me know if...