-
I have a HTML frontend which sends the audio chunks to the FastAPI based backend over websocket in byte form but after decoding and transcribing the result is always empty string. Can somebody help me…
-
I'm getting the traceback error below when using the test_streaming_client.py. I had the alter the code because it was not getting the file with a backward slash.
```python
import json
import ppr…
-
The module has an interface for streaming reads:
```js
// USE CASE 3 - Piping the image buffer into a custom stream reader
const { Writable } = require('stream')
const customReader = new Writabl…
-
Hello,
I am trying to read a Kafka serialised message using Spark Structured Streaming application. Is there any example which shows how Spark Structured Streaming can be used with Glue Schema Des…
-
```2023-04-03 11:07:44+0530 [-] Log opened.
2023-04-03 11:07:44+0530 [KiteTickerClientProtocol (TLSMemoryBIOProtocol),client] Unhandled Error
Traceback (most recent call last):
Fi…
-
Hello, I am sorry for asking here. Because the Token() is in progress, I couldn't convert this standart codes with jsoniter. What is the right way for streaming on jsoniter?
```
decoder := json.Ne…
-
**Describe the bug**
`fromstream` throws error when processing stream read from `inputs`, using switches `-n` and `--stream` for object including duplicate JSON keys.
**To Reproduce**
a.json
…
-
In cases where GeoJSON is too large to be reliably be read in in its entirety, it would be nice to have the possibility of streaming in GeoJSON features. Jawn is a JSON parsing library written by @non…
-
![image](https://github.com/user-attachments/assets/02934d5d-5f6f-4c41-844a-a7efb51d0c9b)
I'm running Vanilla OS, and when attempting to open the settings for Custom OSD, I run into this error
-
First of all kudos for this library 👍
As it provides a streaming api approach it's very suitable for large Json/Yaml documents; I tried other similar libraries but I faced some memory issues with la…