Stephane Odul
Stephane Odul
@rolweber thanks for the quick reply. The existing tests are not really unit tests, from a pure definition standpoint. This is unfortunate because unit tests would not have system dependencies...
Is it possible to use the `if TYPE_CHECKING:` trick to preload the top level names, and possibly all of the names so that the runtime behavior is preserved but type...
I'm having this issue and the mockgen version is the same between the binary and our go.mod yet it keeps on failing. It works fine under macOS but on our...
It turns out that, one of the reasons, this fails is that on laptop we had copies of `gomock_reflect_....` folders, and we had one accidentally added to source control a...
I can report the same issue here. Vibrations gets the other controls stuck for a few seconds. Disabling vibrations fixes the problem. M1 Mac, PS4 controller clone (not from Sony),...
This blocks many folks that need to work with azure as documented here: https://github.com/Azure/azure-cli/issues/29640
This is an indirect dependency so the maintainers will have to find the direct modules that pull that indirect dependency and have these upgraded to make sure this is properly...
Azure SDK and CLI are very large so installing them in duplicate in our Docker containers would be a problem as we need both for our CI/CD pipelines. If it...
This is still a problem for us: ``` ERROR: Cannot install -r requirements.txt (line 10) because these package versions have conflicting dependencies. The conflict is caused by: azure-cli 2.49.0 depends...
As of azure-cli 2.53.0 we are still unable to upgrade to PyGithub 2.x due to the `PyGithub~=1.38` constraint which per a prior comment should have been relaxed in 2021. With...