-
https://github.com/olpa/ailets/blob/master/docs/technical-thoughts.md
-
### Issue
When Aider does sent a chat-completion request, it sends the `Accept` header with the value `application/json`, no matter if `stream` is set to `false` or `true`. It should actually be `tex…
-
**Current Documentation**:
[API documentation](https://github.com/ollama/ollama/blob/4759d879f2376ffb9b82f296e442ec8ef137f27b/docs/api.md?plain=1#L79) states:
> A stream of JSON objects is retur…
-
Current streaming update (writing) behaviour is to **overwrite** only those values received.
This allows selective updating of properties. For example:
```json
{
"security": {
"api_…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
Hello!
In http4s there is [streamJsonArrayEncoderOf](https://github.com/http4s/http4s/blob/50f988442c15193b3495ca695997c14a2dd778b6/circe/src/main/scala/org/http4s/circe/CirceInstances.scala#L171) …
-
# summary
The following settings will fail.
```tf
remote {
name = "ubuntu-ex"
protocol = "simplestreams"
address = "https://example.com/ubuntu-cloud-images/releases/"
}
```
…
-
Currently, Armeria's `HttpJsonTranscodingService` doesn't support streaming messages and throws an exception.
https://github.com/line/armeria/blob/104855af85783b40aba4750a15b5b79159f65e3a/grpc/src/…
-
### Apache Iceberg version
1.2.1
### Query engine
Spark
### Please describe the bug 🐞
I'm using micro batch spark streaming read parquet file and writing to iceberg table. When writing …
-
# Bug report
I'm trying to use the library for JSON streaming + schema validation.
I tried to stream this JSON string `{ "foobar": "foobar" }` with this Zod schema:
```
const schema = z.object…