Sorin Sbarnea

Results 500 issues of Sorin Sbarnea

Related: #1225

skip-changelog

Currently upgrade to chai v5 is not directly possible because it would require upgrade of ALS packaging to be an esm module. @TamiTakamiya @priyamsahoo @ganeshrn If one you can take...

help wanted

You may want to make your project discoverable by adding `pytest-plugin` topic to this repository. See https://github.com/topics/pytest-plugin

This was needed because outdated isort one was not working with py311

While I do think that I was able to identify how to run a playbook locally, I was not able to find how to perform a --syntax-check. PS. I was...

Apparently ansible-runner is missing type hints. See https://mypy.readthedocs.io/en/latest/error_code_list.html#code-import-untyped Affects: ansible-navigator.

needs_triage

It seems that runner cannot be used with podman on macos because it adds a `:Z` to the artifacts volume mount, something that is [not supported on macos](https://github.com/containers/podman-compose/issues/509). AFAIK, there...

Current implementation of `get_ansible_config` is not really compute-friendly as it only returns the stdout output from ansible, requiring users to manually parse this output. I would like to propose adding...

enhancement

As `:Z` mounts are usually not available on MacOS, we avoid adding that label. Fixes: #1145 Related: https://github.com/containers/podman-compose/issues/509

Ensure we use pre-commit as linter orchestrator as this ensures that we always use the same linter version.