-
relevant: https://github.com/orgs/bytecodealliance/projects/16 and https://github.com/orgs/bytecodealliance/projects/16/views/2?pane=issue&itemId=85549005
-
## Problem
- Reactive stream subscribers are executed serially
- If a subscriber is blocking, the following subscribers are not executed
- Behaviours cannot create green threads without a runtime…
-
```rust
use wstd::io;
use wstd::iter::AsyncIterator;
use wstd::net::TcpListener;
#[wstd::main]
async fn main() -> io::Result {
let listener = TcpListener::bind("127.0.0.1:8080").await?;
…
-
More of a discussion than an issue.
I've been putting together ideas for how to remodel one of our apps that uses marten events. Currently the main business entity - a versioned document - has its …
-
Seekable streams would enable a great deal of functionality for my [C2PA SDK](https://github.com/contentauth/c2pa-rs/tree/main/sdk) work and likely many other use cases. I don't have much of an unders…
-
### What version of Music Assistant has the issue?
2.3.3
### What version of the Home Assistant Integration have you got installed?
2024.11.1
### Have you tried everything in the Troubleshooting F…
-
The backend code generation keeps relooping after finishing:
log:complete: node:op:PROJECT::STATE:UPDATE {"context":{"streams":{},"project":"todos"},"response":{"success":false},"data":{"operation"…
-
See the test below. It reaches log points # 1, 2 and 3. Client returns an error on `get`, which is expected, but it returns `TimeoutError: timed out` instead of `RequestError: NOAUTH`.
See network …
-
*This issue report includes translations provided by ChatGPT.*
#### Summary
When subscribing to multiple video streams in Janus using `flutter-webrtc` on Android, each new subscription causes the …
-
### Is there an existing issue for this? (Please read the description)
- [X] I have searched the existing issues
### Current Behavior
Sometimes Spotube plays the wrong track instead of the correct …