Adi
Adi
@riyad Thanks a lot for your comment! For people using the Cloudflare proxy feature, just overwrite the `/etc/apache2/conf-available/remoteip.conf` file with: ```bash # Cloudflare IPs: https://www.cloudflare.com/ips/ RemoteIPHeader X-Forwarded-For RemoteIPTrustedProxy 10.0.0.0/8 RemoteIPTrustedProxy...
> * are you connected with the watch? (Green 'my device' tab) Yes > * maybe try to remove cache/storage of both Garmin Connect apps? Good idea. It does not...
Without thinking much, I had a look at the reviews on the google app play store of the [connect IQ app](https://play.google.com/store/apps/details?id=com.garmin.connectiq&hl=en&gl=US). Look what I found:  It means that the...
@memen45 Meanwhile, if it's not too much work it would be great if we can put the server settings within a file on the watch storage and the app would...
I like the external SubMusic server idea because I know java programming and my work is around writing and maintaining java backend API servers (full DevOps: developing and deploying, hosting)....
Indeed, JHipster would provide source code for the backend + the frontend based on our design diagram. In theory, it's great, but there are many things that can go wrong...
Could you review the PR? Are there any changes I should do/test?
I encounter the same issue. Could you try using `slf4j-api:2.0.0-alpha1`? This contains the module-info with the name `org.slf4j` that is required [here](https://github.com/kaitoy/pcap4j/blob/v1/pcap4j-core/src/main/java/module-info.java) also.
There is a [newer logback](http://logback.qos.ch/download.html) version available that uses SLF4J 2.0: "Latest STABLE version The latest stable logback is version 1.2.3. EXPERIMENTAL/UNSTABLE requiring SLF4J version 2.0.x The current actively developped...
> Did you take a look @ljurgs? > > In most cases handlers are called when there're errors, right? From the [latest Ansible docs](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_error_handling.html#handlers-and-failure): > Ansible runs handlers at the...