Bojan Cvetojevic
Bojan Cvetojevic
I don't think the project is dead as you can see that there is ongoing work via commits in the last year, its probably just that the owner does not...
Try adding clipToBounds to your modifier DrawBox modifier: ``` Box( modifier = Modifier .padding(top = 8.dp) .fillMaxSize(0.75f) .border(width = 1.dp, color = Color.DarkGray) ) { DrawBox(drawController = controller, modifier =...
A valid question for @srikanth-lingala ?
Problem is still there with 1.39.2. Using studio connecting to chromium works, but cli tests fails with the mentioned error.
The support for this is present in the the underlying library: https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-openid4vci-kt?tab=readme-ov-file#oauth-20-attestation-based-client-authentication However it seems these configuration is not accessible via wallet-core api. Maybe there is a chance we will...