-
**Describe the bug**
ps5 shows ready, I launch. gets error that states,
"session has quit:
chiaki session has quit:
unknown error in stream connection"
**Debug Log**
[2024-10-03 14:58:39:78778…
-
fs2 version 3.10.2
this code does not terminate:
```scala
Stream.eval(IO.canceled).prefetch.compile.drain
```
expected behavior: prefetch should not change execution semantics, at least not s…
-
Marten Seemann from the mailing list:
> The total number of streams appears to be restricted to 2^30 (whereas RFC 9000's varint encoding allows for 2^62 streams).
We should probably clarify that…
-
Hi
Would it be possible to add support for a nodejs streaming interface? (https://nodejs.org/api/stream.html)
Thanks
-
While requesting gemini://kennedy.gemi.dev/ with:
```
(phos/gemini:request "gemini://kennedy.gemi.dev/")
```
... I receive an SSL error:
```
A failure in the SSL library occurred on handle…
-
# Problem
Existing stream-based iterators (stream-processors) such as `Map/Filter/Reduce/For/etc.` can't stop stream producer from continuing producing more elements, even thought there's nothing t…
-
It's great that you've managed to overcome the limitations that caused only one stream to be viewed on one Docker instance. There's one more limitation, I can't view the same stream on two devices at …
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is a: (mark with an x)
- [X] bug report -> please search issues be…
-
### Related problem
### How to reproduce
1. Create a kubernetes cluster (`kind create cluster`)
2. Expose the API using `kubectl proxy --port=8080`
3. Run `http get --raw --full --max-time 30s h…
-
Per the documentation, it should be possible to pass a an `each` block to body to stream:
```ruby
require 'http'
response = HTTP.get('https://news.ycombinator.com')
response.body.each { |chunk| …