Results 102 comments of Anton-V-K

Yes, the option 3 goes on top of the current implementation with manifest-registered receiver with custom intents filter. Other options don't require custom intents filter in `AndroidManifest.xml` for the status...

Ooops! There is an easy-to-resolve conflict in `TrackingService.onCreate` :( Should I merge and resolve conventionally or should I try to rebase my changes on top of `master`?

I've merged `master` into the widget's branch locally, and now I get more warnings during the build: ``` > Task :app:compileRegularDebugKotlin w: file:///.../app/src/main/java/org/traccar/client/AndroidPositionProvider.kt:57:34 This declaration overrides deprecated member but not...

I've merged `master` into the widget's branch and applied few minor changes to address warnings in my code.

Any chances this issue can be fixed somehow? Same issue happens both in 32-bit, and 64-bit Windows 7. Maybe some component or update is missing in the system? For references...

FYI: The plugins like https://github.com/esp8266/arduino-esp8266fs-plugin and https://github.com/earlephilhower/arduino-esp8266littlefs-plugin still work fine with Arduino IDE 1.8.13 (on Windows)

Refer to the guidelines at https://dzone.com/articles/esp8266-and-telegram-bot-home-automation

[Improving Git protocol security on GitHub](https://github.blog/2021-09-01-improving-git-protocol-security-github/): > No more unauthenticated Git > On the Git protocol side, unencrypted git:// offers no integrity or authentication, making it subject to tampering. We...

I see this feature is planned for 0.3.0. Great! :) If upgrading graphics will require modern hardware, it will limit the availability of the game on old PC/laptops. For instance,...

The original code sample doesn't produce any errors with `Node.js 18.12.1` and `node-json-db 2.1.3`. The output is as follow: ``` ...>node Cannot_Load_Database.js Promise { } Promise { } ``` The...