Jun Komoda
Jun Komoda
@psisquared2 Can you remind this? The [`drop_py2`](https://github.com/enthought/comtypes/tree/drop_py2) plan(#392) is ongoing. So implementing the bridge for `next` in Py2 and `__next__` in Py3 is no more required. > **[PEP 3114](https://peps.python.org/pep-3114/)**: the...
Thank you for your response. I have created the TestCase from the sample code you provided. https://github.com/enthought/comtypes/blob/6d136d1c04ac5b6479d8762ce89237351ceb66a4/comtypes/test/test_portabledevice.py#L1-L60 Check the test content. It does not CREATE, DELETE or UPDATE and may...
@jonschz As you may have guessed, I will keep this issue open at least until a commit is added that makes changes to the production codebase. Are you interested in...
I am interested in a healthy expansion of the OSS community. Such as this case, the ideal is for those who find a problem to solve it with the help...
@jonschz If you would be willing to contribute to #468, I would be very happy.
The commit that fixed this issue has been merged into the `main` branch and released with `comtypes==1.3.0`.
I've made several commits for trial and error, and I've been investigating various aspects. What I've found is that the default Build worker image (when `image:` is not specified) doesn't...
By specifying `APPVEYOR_BUILD_WORKER_IMAGE` separately in `appveyor.yml`, the tests have been successful in environments with Python 3.8 and below. https://www.appveyor.com/docs/build-environment/#using-multiple-images-for-the-same-build However, issues arise in environments that support newer Python versions like...
Python 3.10 and Python 3.11 were successfully installed with the latest version of `PyQt5` and by using `nose2` instead of `nose`. (`nose` has been in maintenance mode for a while,...
At 70ee60b, `pywinauto.unittests.test_application.DesktopUiaWindowSpecificationTests.test_folder_list` was [failing](https://ci.appveyor.com/project/pywinauto/pywinauto/builds/48223882/job/q6ifaaw631c4aqcf#L5500). However, at 99b8c9f, adding a command to show file extensions in File Explorer in `runTestsuite.ps1`, `test_folder_list` is [no longer failing](https://ci.appveyor.com/project/pywinauto/pywinauto/builds/48436095/job/kuhgiaxwklv3dxuw). It appears that the different...