Stephane Odul

Results 47 issues of Stephane Odul

### Description of the bug `kapicorp/kapitan:0.33.1` is significantly slower than 0.33.0 when compiling. ### Steps to reproduce ```bash > docker run --rm --user=0 -v "$(pwd)/kapitan:/src" 'kapicorp/kapitan:0.33.1' compile ``` This completes...

bug

### Describe the bug azure-cli requires to import PyGithub v1 which prevents others to install PyGithub v2. https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/setup.py#L143C6-L143C14 ### Related command N/A ### Errors N/A ### Issue script & Debug...

customer-reported
Installation
feature-request
Auto-Assign
Azure CLI Team

### Describe the bug We see many syntax warnings with python 3.12 which will be syntax errors in a future versions of python. ### Related command Any command that goes...

Account
question
customer-reported
Auto-Assign
Azure CLI Team

It would be good to be able to tune the rules to be different in some subfolders while still be compatible with a single pre-commit hook. The use case is...

We want to use `unify` through the `gray` project as a `pre-commit` hook. It works well but we are getting feedback from our developers that the output is confusing when...

enhancement
good first issue

Hi, thank you for the package. The latest and only 'release' version of this package is v0.0.1 from 2019. There have been several commits since then and it makes it...

##### ISSUE TYPE - Feature Idea ##### Jenkinsapi 0.3.11 ##### Jenkins 2.235.5 ##### [email protected] ##### SUMMARY When creating a folder with `create_job()` it works fine, but then since this is...

feature request
help wanted

**Describe the bug** After upgrading to 1.34.92 (confirmed with 1.34.93) our codebase is getting 2 new mypy errors with: * `InventoryConfigurationOutputTypeDef` vs `InventoryConfigurationTypeDef` * `LifecycleRuleOutputTypeDef` vs `LifecycleRuleTypeDef` **To Reproduce** Steps...

🐞 bug

On Apple Silicon homebew prefix is no longer `/usr/local` but `/opt/homebrew` this causes pypyodbc to fail: ``` > python -m pypyodbc Traceback (most recent call last): File "/Users/stephane/.pyenv/versions/3.10.2/lib/python3.10/site-packages/pypyodbc.py", line 428,...

We use pylint and mypy to ensure high quality in our code, unfortunately both tools are confused about the pyvmomi package. For example `from pyVmomi import vim, vmodl` throws a...

enhancement