Serge Matveenko

Results 32 issues of Serge Matveenko

It would be great to be able to wrap several nested iterables like ``` for i in progressbar.progressbar(range(20)): for j in progressbar.progressbar(range(5)): time.sleep(0.1) ``` As for now this results in...

in-progress

At the moment, the pre-commit hook definition expects `dart`/`flutter` executables to be accessible in the search path. However, it is a common practice to install several channels on the same...

bug

It looks like there are some projects out there that have been using `h2>=3.0.0` releases, i.e. `httpx` https://github.com/encode/httpx/blob/c1f51277d3df8b4ec956c77e0e87e84c9da49fb9/setup.py#L57 In the meantime, `hyper` uses `h2>=2.4,=3.0.0` you cannot downgrade it because this...

- Static ansible-like inventory - New static Stonic inventory - Dynamic inventory

enhancement

- [ ] Has local connection mode - [ ] Runs Ansible-like modules - [ ] Uses Pyventory as Inventory implementation - [ ] Reads Ansible-like playbooks

enhancement

- [ ] Has SSH connection mode - [ ] Has Inventory abstraction - [ ] Has optional Ansible Static Inventory implementation - [ ] Has Package Manager for modules

enhancement

Reinvent playbook executor basing on Ansible executor package.

enhancement

Features: - Introduce module package format - Install module from PyPI or any VCS using `pip` and/or `setuptools` - Ansible modules support via package wrapper - Install module from a...

enhancement

Reinvent playbook loading basing on Ansible parsing package.

enhancement

### Feature request Pydantic V2 is about to be release. There is Pydantic 2.0b3 pre-release version available already https://pypi.org/project/pydantic/2.0b3/ Please, test transformers with Pydantic V2. There is a special tool...