Lé
Lé
Required changes are dead simple as seen in this commit: https://github.com/geopy/geopy/commit/76634124a994302513934bd131576be9dd26d5a2 I'm not submitting a PR because I haven't had the time to fix the tests
Hi @ggerganov, I gave it a try out of curiosity on my i7-1165G7 on Ubuntu 22.04, it does not work but unfortunately there isn't much to report. The script just...
Still not working. I tried with the `tiny` model, it does terminate (I wasn't patient enough yesterday) and it's faster than before but still behind `master`, and there is no...
Hi @toni-moreno @sbengo This would be a major feature allowing to deploy high reliability SnmpCollector clusters. Main goal to get there would be to get rid of single points of...
Hi @toni-moreno. After discussing this with @bk-khaled, goal isn't necessarily to address a data ingestion issue. For instance, a few use cases: - need for clustering & redundancy (without InfluxDB...
@toni-moreno another use case is that we are collecting many other, non-snmp metrics and need a message broker to isolate the DB or to feed the stream processing engine (as...
Thanks for your detailed answer @toni-moreno. Will look into this and let you know if I have additional questions.
Hi @steffenschumacher, no. snmpcollector is great but we ended up writing a new tool more suited to our use case (https://github.com/kosctelecom/horus)
I'm seeing very similar behavior with AAR or with Java classes that are directly in my project, with pyjnius 1.3.0. Classes _are_ present in the generated APK (as seen with...
I've tried out this branch to try to see if it would fix an issue I have (autoclass finding MyFirstClass.java but not MySecondClass.java despite them being next to each other),...