dshatz
dshatz
Would be nice to also support kotlin multiplatform - i.e. kotlin native targets, js and non-android jvm.
It is not possible now, right? I would really like to see this.
Fix RafaRuiz' PR not compiling. Fixes #27
Hello When using the library on my device, there are two scrollbars in the Activity: 1) "scrollbar" (VerticalRecyclerViewFastScroller) 2) native RecyclerView's scrollbar (only appears when scrolling). That's how it looks:...
Hi, I tried installing through pip (Python 3.11) but got this when running any adbproxy command: ``` File "/usr/lib64/python3.11/typing.py", line 286, in _check_generic raise TypeError(f"Too {'many' if alen > elen...
Use FileChooserNative native file dialog. Sets GTK_USE_PORTAL=1.
Hi, I noticed that there are quite some stale pull requests. Is this repo still maintained?
**Is your feature request related to a problem? Please describe.** I am trying to make a Ktorit service that would extend a base service. Example: ```kotlin // common service for...
Applying suggestion from #2 Can anyone verify correctness of this? I believe `component_mapping` implementation should also be updated in the same way.
**Is your feature request related to a problem? Please describe.** I am developing a ksp processor for generating a koin module from ktorfit declarations. https://github.com/dshatz/ktorfit-koin The user creates a class:...