Ali Moradi

Results 15 issues of Ali Moradi

**Describe the solution you'd like** I'd like to propose adding type hints to the `Aiokafka` project. I've used `mypy` to analyze the codebase, and I believe that adding type hints...

enhancement

### Changes add more typo for integrate with mypy Fixes #980 ### Checklist - [x] I think the code is well written - [x] Unit tests for the changes exist...

priority:low

``` Traceback (most recent call last): File "[app.py]()", line 38, in File "selenium\webdriver\chrome\[webdriver.py]()", line 76, in _init_ File "selenium\webdriver\remote\[webdriver.py]()", line 157, in _init_ File "selenium\webdriver\remote\[webdriver.py]()", line 252, in start_session File...

bug
enhancement

would be good to be able to save progress so that you can keep the same profit/loss

enhancement

Needing documentation for soft delete recently added to beanie.

documentation
good first issue

10 .Freedom: How to quit your job 11. Freelancing: Going out on your own 12 .Creating your first product 13. Do you want to start a startup? 14. Working remotely...

I wanted to raise some concerns regarding the current state of the Beanie library, particularly in its role as an async ODM in Python. As a user of the library,...

**python version** : 3.10.14 **OS: macOS** : 14.4.1 **dependency-injector**: 4.41.0 i want to install this library on my machine but i am getting this error ```bash (venv) ➜ microservices git:(main)...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `docs/requirements.txt` --- > [!IMPORTANT] >...

This PR addresses issue #149 by enhancing the header handling logic to ensure compatibility with aiokafka's **ConsumerRecord**. Specifically, the headers are now processed as a 'Sequence[Tuple[str, bytes]]', which aligns with...