Swastik

Results 5 issues of Swastik

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...

bug
python
needs triage
streaming

I have a table named collections in SQLite database with id as autoincrement and I’m using Spring Boot + Hibernate to connect to SQLite database. I’ve found that insert to...

I'm using `kafka-python==2.0.2`, and have disabled auto_commit but still if I don't commit through code, offsets are automatically getting committed In the below code even if I comment out `self.consumer.commit_async(callback=...

I'm trying out google's speech-to-text with streaming audio input. I've a simple JS code that code record audio on button press and send the audio to fastapi backend using websockets....

api: speech
status: investigating

Hi, my usecase is to classify Job Title into Functional Areas. I finetuned `all-mpnet-base-v2` with the help of setfit by providing some 10+ examples for each class (Functional Areas). I...