Simon Ser
Simon Ser
No, the protocol hasn't been implemented.
I already published it at https://www.npmjs.com/package/broadway-player but I can unpublish it if you want to link it to link it to the official repo. It won't break the live demo...
I wonder whether isolating the type definitions in a separate file in the linux package, and including only that file from the common package would be enough. I'll experiment a...
This approach works fine to avoid including the whole package for type definitions, but we still need to decide which impl to use based on the `Platform` -- and that...
Hmm. It seems this build entered a dependency cycle somehow. For instance grep for `lib32-libdrm` in the logs, you'll see that the alternative is asked multiple times.
>If that's due to the provides searching, you could try with --noprovides it's pointless anyway when using --noconfirm. mingw stuff is known to cycle. Indeed, that seems to be the...
Hmm, just thought that maybe using `--noconfirm` with `--provides` can be useful in some cases, for instance when the package itself doesn't exist but `-git` does.
Wayland support for GNOME won't be possible. I think the way to go would be a GNOME Shell extension. For other compositors, we have a standard called layer-shell. KDE doesn't...
Yeah sure, but it's more "GNOME support" than "Wayland support" :P
Actually, there is one more potential attack scenario. It exploits the fact that PIDs can be re-used. More details here: https://github.com/swaywm/sway/pull/3088#issuecomment-456078987