Balázs Püspök-Kiss

Results 9 issues of Balázs Püspök-Kiss

I am writing Dialog logic into my [app](https://github.com/HLCaptain/butler/commit/890121ba806ef9cd4a993a0423907e51555b3271) and noticed a strange crash when navigating back in Navigators in a Dialog. Stack trace: ``` Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Key...

As iOS platform supports Keychain experimentally, other platforms have similar secure implementations of a simple key-value storage directly, like Android's [Keystore](https://developer.android.com/privacy-and-security/keystore) or [Credential Manager](https://developer.android.com/training/sign-in/passkeys). Or encrypt your data with a...

I placed my resources under commonMain besides the `kotlin` directory, inside the `libres` folder as stated in the `README.md`. When trying to run my Compose Multiplatform JVM based desktop app,...

I have a problem, where I would like to get annotated object information (like position, scale, etc.), usually used for object recognition with camera with `bng.camera.get_annotations()` and `bng.camera.get_annotation_classes(annotations)` via `CameraApi`....

question

Add velocity to the scroll area when the user lifts up their fingers while dragging it, just like on iOS.

feature request
contribution candidate

**Describe the bug** ViewModels (or other classes) with `@KoinViewModel` annotations and at least 1 list `@InjectedParam` argument end up with this build error: `Destructuring of type 'org.koin.core.parameter.ParametersHolder' requires operator function...

**Describe the bug** Scoped functions will not get properly generated in default module resulting in "Unresolved reference `defineRepositoryA`" error. **To Reproduce** Starting code: ```kotlin @Scope(name = "MyRepositories") @Scoped class RepositoryA...

question
status:checking

**Describe the bug** ViewModels (or other classes) with `@KoinViewModel` annotations and at least 6 `@InjectedParam` arguments end up with this build error: `Destructuring of type 'org.koin.core.parameter.ParametersHolder' requires operator function 'component6()'.`...

core
status:checking

**Describe the bug** While I wanted to integrate performance monitoring via `@Monitor`, I found several problems with the generated code. ## The generated code does not handle generics well. On...

status:accepted 🚧