Results 102 comments of Anton-V-K

The mentioned module `C:\Users\???\AppData\Local\Temp\*****\resources\app\generated\modules\@ronomon\direct-io\binding.node` is a 64-bit binary even when deployed by 1.7.9 portable version, which is supposed to run on 32-bit Windows. Moreover other deployed modules like (`...\resources\app\generated\modules\@balena.io\usb\build\Release\usb_bindings.node`, `...\resources\app\generated\modules\drivelist\build\Release\drivelist.node`,...

Have you checked whether there are other non-button elements (in `Pane` or `TitleBar`) with name `Open`? Iterating over buttons first seems to be a good way to go, and it...

I guess, more details are needed about your environment. I've successfully installed `pipgui-1.4` via `pip install pipgui` for Python 3.10 on Windows 10 64-bit, but it is hardly usable because...

It may be worth enabling Discussions feature in this repo for such questions :)

It may be worth adding a kind of command-line interface See also #155

@hexanet67 , try another app which can show your device GPS-location (like GPS Test, Organic Maps, etc.), and see whether the location is updatable without SIM-card in your phone.

Wow! A year has passed! :) I wonder if anything else is required from my side to make this mini-feature ready for merging?

New changes are ready for another review round :)

I've performed more testing of the recent build on several versions of Android (virtualized), and noticed that the widget isn't updated any longer when the service is started/stopped (via the...

I've found the reason why the widget doesn't receive custom notifications - since Android 8 (API level 26) _the system imposes additional restrictions on manifest-declared receivers_ ([reference](https://developer.android.com/guide/components/broadcasts#manifest-declared-receivers)): > If your...