Jun Komoda

Results 359 comments of Jun Komoda
trafficstars

Is there an update on this issue?

Your attempt is wonderful. I'm not familiar with C language either, and these are unknown territories for me. However, if `comtypes` provides the statically defined `IRunningObjectTable` interface and implements `GetRunningObjectTable`...

I think that your report is similar to the following issue. #89, #98, #193 Can you tell me what COM library you were trying to use and how it worked...

It doesn't matter that it is not your code. What I would like to know is at what point did the error occur when you tried to "take screenshots" using...

OK, I see where the error might be occurring. Are you sure it is the code block in the permalink below? https://github.com/ra1nty/DXcam/blob/e578c0d8bfcabf50a65c4dac764e0d8b318494b1/dxcam/core/duplicator.py#L21-L43 How were you calling the function or class...

What I am asking is how you are using `DXcam`. For example, if you are "using a list and an IndexError was raised", I don't want [the source code that...

I don't consider the difference in return types between `Application.windows` and `Application.window` to be a regression. I checked older release tags, and it seems that `Application.windows` has always returned `list[BaseWrapper]`,...

This is related to #453. Since `comtypes.CoGetClassObject` is also untested, we should avoid a situation where no tests without using `unittest.mock.patch`.

I don't understand the definition of `wechat`, so please provide the code where you define it. Additionally, it would be helpful to know your Python version, OS, and pywinauto version....