oofdere
oofdere
It would be nice if WebSocket updates triggered a desktop notification as well. Shouldn't require any backend work. https://web.dev/notifications/
### Describe the problem I've implemented an audio player and would like the ability for it to use the Media Session API in Tauri much like in the browser so...
### Feature request Proposing the addition of a `--rm` (or `--test` maybe) flag to remove images after building. The flag would function just like [Docker's `--rm` flag](https://docs.docker.com/engine/reference/run/#clean-up---rm), which removes containers...
The below code outputs `.foo{color:red;@light{&{color:green}}@dark{&{color:#ff0}}}`. Each rule works on their own, for example if I delete the light rule then the dark rule works: `.foo{color:red;@light{&{color:green}}@media (prefers-color-scheme:dark){&{color:#ff0}}}`. ```ts let { code,...
### Feature request many runtimes support wasm now and deno even supports webgpu, but it's impossible to use transformers.js in this way outside of the browser as it is now...