Stephane Odul

Results 140 comments of Stephane Odul

I stumbled on this because today pylint is giving us this error in our code calling `shutdown()`: ``` Unexpected keyword argument 'cancel_msg' in method call (unexpected-keyword-arg) ``` Pylint is wrong...

@erik-bershel uninstalling and re-installing the ATL component seems to fix the compilation issue but it add 5-6m to the runs. We found that the missing header is actually present on...

For reference this is the change in cPython that raises the SyntaxWarning, in a future version of python it will be an error: https://github.com/python/cpython/issues/98401 This has been deprecated since 3.6.

@yonzhan is there any update on this issue?

@yonzhan This dependency conflict is still present in 2.59.0.

@yonzhan I see `'PyGithub~=1.38'` still pinned in 2.60.0.

@CleanCut I work with @IanFoertsch-clumio at Clumio where we use green daily. He is a solid Python developer and will help review the PRs.

@IanFoertsch-clumio was able to approve a PR. Thanks @CleanCut!

For the short term that should work. Something I was thinking about looking into is to have the classes used by green to inherit from the official classes so that...

My plan is to get v4.0.0 released based of the current main in the next few days so that we can have support for python 3.12.0 with a note that...