Socheat Sok
Socheat Sok
Is there any way to set the orientation to landscape while playing video and set it back to portrait when stop playing?
@Raisi do a pull request π
I've made some modification which allow to spawn Shared Worker, it's a WIP. And I don't know if it possible to integrate to `comlink-loader` or not. https://github.com/socheatsok78/comlink-loader
Hi, I can confirm that this issue still happening.  I don't want to create another issue so I'll just comment here.
I'm having similar issue on macOS "certificate is not standards compliant".
I would agree with @flokoe. But only a single container image is all that we need, e.g. `just-containers/s6-overlay`. We can distribute the tarballs using tags. Example: - `s6-overlay-noarch.tar.xz` and `s6-overlay-${arch}.tar.xz`...
This is what I've been maintaining and using personally. Here an example: ```Dockerfile ARG S6_VERSION=v3.2.0.0 FROM socheatsok78/s6-overlay:${S6_VERSION} AS s6-overlay # FROM socheatsok78/s6-overlay:${S6_VERSION}-symlinks AS s6-overlay-symlinks #
> There is only one thing that my current process does that yours doesn't; checking the downloaded files. Agreed, since It mainly for personal uses. I simply didn't bother add...
Apology for late to response! @skarnet thank you for the compliments, I hope that this containerization would bring a more streamline process of integrating s6-overlay since it primary use is...
One issue with this workflow which I left intact from the original is `type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}`. Since current default branch is set to `develop` when pushing to `develop` the...