-
I am getting frequent(one in 10 times average) D/OkHttp:
-
Using `https://github.com/Kotlin/kotlinx-datetime 0.4.0` along with this converter `retrofit2-kotlinx-serialization-converter:0.8.0`, gradle `7.4.0` and desugaring `2.0.1` results on
```
org.gra…
-
I cannot access these fields because they are private in your package. But there are no getters, either. Is this a mistake? Or is there some other way I am supposed to access an Embedding? Right now i…
-
I am using the google app auth example. I modified the urls as per my oauth provider.
I have specified the a valid authorization endpoint, client id, redirect uri, token uri, scope(openid, profile, e…
-
I see the following error when i tried to run the application. I dont know why `Field 'age' doesn't have a default value` error since UserDTO and UserEntity does not have the age field at all.
``…
-
I am getting frequent(one in 10 times average) D/OkHttp:
-
What I'm trying to achieve:
```java
@ConfigurationProperties
record ApplicationProps(Instant instant) {}
```
with the following `application.properties`:
```
instant = 1680612880417
```
w…
-
### Description
- init in 0.71.0
- now update to 0.71.3
### React Native Version
0.71.3
### Output of `npx react-native info`
```
System:
OS: macOS 13.2.1
CPU: (12) x64 Intel(R) Cor…
-
I trying to configure Kotest with the Allure test report.
My ```build.gradle.kts```:
```Gradle
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1…
-
```
@Keep
class RestUserSubscriptionPackage(
val id: Int,
@Json(name = "package_id") val package_prototype_id: Int,
@Json(name = "package") val package_prototype: RestSubs…