Leon Kiefer

Results 80 issues of Leon Kiefer

To connect to KV store it is recommended to use authentication such as TLS client certificates. These certificates have a limited validity duration. So they are renewed before expiration. Currently...

### Problem Statement I want to use session replay on mobile, but on ios the cinterop is missing some types. ### Solution Brainstorm I want to be able to configure...

Type: Feature Request
Platform: KMP
Session Replay

Currently it is difficult to navigate from a `...RNModuleProvider` to the RN module it provides, the RN module is common code and should be linked in the provider which is...

How to get assess to currentThreadContext in SmallRyeThreadContext: ```java final static ThreadLocal currentThreadContext = StorageManager .threadLocal(SmallRyeThreadContextStorageDeclaration.class); ``` I need access to this to propagate the context in kotlin coroutines using...

Fixed a bug with KSP2 where optional annotation parameters are not present in KSP2.

### Summary **As** "Cluste Operator"\ **I want** "to specify affinity and tolerations of helm cleanup hook pod"\ **So that** "the pod can be scheduled on a cluster where all nodes...

enhancement

**Is your feature request related to a problem? Please describe.** We are using kotlin coroutines in our code base for async code. Currently livekit only supports blocking or callback based...

## Summary Fixes wrong env var names in helm chart, see this code for references of the correct env var names: https://github.com/k8up-io/k8up/blob/56ca1a38786778474be6260d7c90f65e40a3eff8/cmd/operator/main.go#L65-L68 ## Checklist ### For Helm Chart changes -...