Dmytro Yaroshenko

Results 58 issues of Dmytro Yaroshenko

I think we can use somethink like [readthedocs](https://docs.readthedocs.io/en/stable/tutorial/) or [pdoc3](https://github.com/pdoc3/pdoc)

documentation
help wanted

PySide6==6.7.0 still works I think it's probleb with qtpy library, but can you check? ```bash Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88,...

I just started with fork of this project to adjust [dialect for Interbase engine](https://github.com/o-murphy/sqlalchemy_interbase). But I'm not familiar with interbase/firebird. If someone want's to contribute, it will be very helpful

[![Python package tests](https://github.com/o-murphy/py-ballisticcalc/actions/workflows/package.yml/badge.svg)](https://github.com/o-murphy/py-ballisticcalc/actions/workflows/package.yml)

### Summary This Pull Request adds new documentation to `ports/unix/README.md` to guide users on how to build a fully statically linked MicroPython executable for the Unix port. The existing documentation...

docs
port-unix

We can add [pythonista-stubs](https://pypi.org/project/pythonista-stubs/) as dev dependency to the project to have type hints for the Pythonista built-in modules as `console`, `ui`, `keychain` etc. I was contributed there and I...