Anton Petrov

Results 10 comments of Anton Petrov

1. Create Dockerfile ``` FROM eoranged/rq-dashboard:latest RUN pip install rq==1.8.1 ``` 2. Run from terminal `docker build -t rq-dashboard:latest .` 3. Enjoy :) 4. If you need docker-compose.yml ``` my_rq_dashboard:...

Check my docker hub until tiangolo released new version. I have built updated versions (vulnerability scanning is on) for: * [uvicorn-gunicorn](https://hub.docker.com/repository/docker/antonapetrov/uvicorn-gunicorn) * [uvicorn-gunicorn-fastapi](https://hub.docker.com/repository/docker/antonapetrov/uvicorn-gunicorn-fastapi) * [node-frontend](https://hub.docker.com/repository/docker/antonapetrov/node-frontend)

By the way, there are also [Nuitka](https://github.com/Nuitka/Nuitka) and [Codon](https://github.com/exaloop/codon) (python compilers), that would be nice to add :)

Hi, @agronholm! Does the project still need new maintainers? I recently tried it out and liked it. However, there are small bugs and roughness, but in general - **sqlacodegen** is...

Hi @rmk135, thank you for your cool project! I agree with the previous ones, the library requires support, for example, Python 3.12, etc.

@rmk135 Please look at my PR #752 devoted to CPython 3.12 support, is everything correct? I tested locally, everything seems ok. upd: PR #752 passed all tests, right now is...

@rmk135 Let me know if you need my help with the project, especially since I actively use it in production. I'm also one of two active core maintainers of [pyenv](https://github.com/pyenv/pyenv)....

@rmk135 please, can you give us (community) some expectations about this pr?

Maybe temporarily merge PR despite of some failed unit tests...

As a temporary solution, anyone can install directly from the repository https://github.com/anton-petrov/python-dependency-injector or create their own fork.