Thijs de Haan
Thijs de Haan
I have a NavFeature which handles routes. NavWish(path: String) goes in and NavState(module: String, args : ...) goes out. All my code depends on Store. Now I want to use...
The current implementation of DiContainer.getInstance with name is: > **_Injector is not configured, so bean of type $type with name $name can not be resolved._** Ironically, this exception will only...
I saw you were looking for a higher level for KotlinWriter? Maybe something like this is an option? The code below ```kotlin internal class KotlinWriterHelper( val writer: KotlinWriter ) {...
The parser seems to close a parent tag for EditText. ``` FrameLayout { EditText() View() } ``` Will result in: ``` FrameLayout { EditText() } View() ``` Same occurs with...
How to ask for update-permission. I'm especially interested in the intent and the name/textValue of the update.
In some projects, the releases are represented b tags only (eg. jhy/jsoup). for more info see https://github.com/bcit-ci/CodeIgniter/issues/3421. In these examples, the releases are empty. as stated, the (unreliable) way to...
Maybe it's an idea to support compose for desktop as well?
Is it possible to expose AnnotatedText, such that I can do other things with it than just showing the text?
If the size is empty, the for will not iterate
### JoinToString PR: #41 extension-PR: tieskedh/TornadoFX-Suite#2 Reason: index of a list cannot be greater than the size of the list, probably incorrect code? ### collection-extensions PR: #42 ### Map.withDefault: PR:...