Results 102 comments of Anton-V-K

This issue still happens with Python 3.10 on Windows 10 64-bit. ``` ...>pipgui.exe Traceback (most recent call last): File "C:\Program Files\Python310\lib\site-packages\pipgui\__main__.py", line 188, in radioCheck self.uninstall = UninstallWindow() File "C:\Program...

Is this issue still reproducible with up-to-date ESP8266 Core? I guess, any port scanner can crash the FTP server... it doesn't look stable.

I use the same scenario as the issue's author, so I'm wondering whether the library can already be used for the same purpose?

No specific steps needed. Download the binary from https://github.com/microsoft/perfview/releases/tag/v3.0.6 and run it on Windows 8.1 Pro N. The OS is like freshly installed and is running inside VirtualBox (a kind...

Running C# tests is also possible with `vstest.console.exe`. Have you tried it? It produces the output similar to the one you're refferring to on the picture: ![image](https://user-images.githubusercontent.com/20116984/202410224-2558c65d-6b68-446a-9a45-c0170365119c.png)

This looks like a question, which would fit nice into https://github.com/FlaUI/FlaUI/discussions :) Anyway `FlaUIInspect 1.3` requires `.NET Framework 4.7.1` to run, and I doubt it is possible to install it...

@PersianCoders , I have no experience with using UIAutomation on Windows XP. According to the [official site](https://learn.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32) it isn't available there out-of-the-box - some update should be installed first. You...

May I add these changes to the existing PR #431 (into the same branch) or a new dedicated PR is needed?

A similar request was also submitted at least once - see #388

I guess, introducing profiles support will require a lot of refactoring. I would consider the approach based on a customizable widget to start the tracking service with user-provided parameters. Possible...