Eldar Jahijagić

Results 14 issues of Eldar Jahijagić

So, basically, I've set up a sample chart, initially without data. Once I fetch the data from an API I set it and set the **isLoading** flag to false. Unfortunately,...

Hello there, I'm getting this error when I call `AudioRecorder.start()` ``` D/AudioRecorder( 3981): Start D/AudioRecorder( 3981): Instance of 'Future'.m4a I/MediaRecorderJNI( 3981): setup I/MediaRecorderJNI( 3981): setAudioSource(1) I/MediaRecorderJNI( 3981): setAudioEncoder(3) E/AudioRecorder( 3981):...

If I understood correctly the container is just a prom exporter executable. Is there any way we can run a shell script on container init, or preinit?

Is there any screenshot, file or page where all the existing themes are showed off with examples of each one?

### Description The current Keycloak implementation exposes the `/protocol/openid-connect/token` endpoint that accepts the `grant_type:urn:ietf:params:oauth:grant-type:uma-ticket` param. This is the endpoint for obtaining RPTs, tokens containing permissions for a given user. However,...

kind/enhancement
status/triage

As the title says, I've implemented the Java TUS Server sample, which upon uploading a file, returns a Location without the full-url, but just the endpoint, e.g. **/api/uploads/random-file-upload-id** I just...

### Describe the bug Whatever values I set for the session lifespans (SSO, Client, etc.) on both Realm and Client level, are just ignored ie. the session I can see...

kind/bug
status/triage

### Description There are plenty of reported issues that relate to the Keycloak page rendering **You are already logged in**, or the **You are already logged in with x user**...

kind/enhancement
status/triage

Given a request body like so: ``` data class SampleRequest( @Schema(example = """{"name": "John", "lastname": "Doe"}""") val personOne: PersonDto?, @Schema(example = """{"name": "Jane", "lastname": "Smith"}""") val personTwo: PersonDto?, ) ```...

Related to this https://github.com/swagger-api/swagger-inflector/issues/371 and these PRs I suppose: - https://github.com/swagger-api/swagger-core/pull/3637 - https://github.com/swagger-api/swagger-parser/pull/1400 I'm using spring boot and I cannot set an example for a given field in a request...