-
InfluxDB2 is really popular with Grafana users.
* Add a DataLogger which logs to given organization+bucket
* Use the official InfluxDB client which also supports Kotlin: https://github.com/influxd…
-
the following dependencies can't be resolved:
note:
glide compiler fails, but glide works o.O
https://mvnrepository.com/artifact/com.github.bumptech.glide/compiler
https://mvnrepository.com/a…
-
### 📚 AppMetrica SDK Version
5.3.0
### 📝 Description
I ran lint on our project and got
Gradle 8.5
Kotlin 1.9.22
AGP 8.2.2
lint 31.2.2
```
Error: Unexpected failure during lint analysis (thi…
-
I tried some basic tests and I came across an unexpected scenario
This scenario works perfectly:
```kotlin
@Serializable
data class SimpleApiResponse (val id: String, val label: String)
```
…
-
Can somebody provide example of converting `response.errorBody()` to some Error class or String or JSON ? I've tried [this kind of converter](http://stackoverflow.com/q/32997062/3736955) and [this app…
-
**Describe the bug**
Facing a NoClassDefFoundError with Vico version >1.9.2 (Tried 1.13.0-alpha.2, 1.12.0, 1.11.0, 1.10.0). Works fine with 1.9.2
```
java.lang.NoClassDefFoundError: Failed resoluti…
-
hello, i want to use kotlin serialization with retrofit, but i don't understand how can I get a converter. When i used Gson -> `.addConverterFactory(GsonConverterFactory.create(GsonBuilder().s…
-
I am trying to dynamic url work with Jetpack Compose with multiple server not working.
Base url like this
```
https://api.example.org/v2/
https://example.io/api/v1/
```
I'm getting issue i…
-
Hi,
The version of GSON (2.8.5) used in this library has a known CVE https://nvd.nist.gov/vuln/detail/CVE-2022-25647
```
[INFO] +- com.contentful.java:java-sdk:jar:10.5.14:compile
[INFO] | +…
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. Try to use com.influxdb:influxdb-spring:4.0.0 without Spring boot Actuator
2. Autowire InfluxDBClient and…