-
This issue is for brainstorming about a small API for SMC projects. One use case, similar to #19, is a way to automatically upload files into a certain directory. A way to implement this could be this…
-
Compose UI's `CoreTextField` is very picky about getting immediate updates to its values. The common (but useless) example seen in the docs, where the text state is held in a `by remember { mutableSta…
-
Hi @j256 ,
I could work on the gradle plugin for Android :
https://github.com/stephanenicolas/ormlite-android-gradle-plugin
Currently the plugin is still immature. But it can work for most apps I t…
-
Hi, this package looks interesting :) I am wondering whether https://github.com/fzyzcjy/flutter_convenient_test can be merged/integrated somehow. This is because patrol and flutter_convenient_test hav…
-
[The "quirk" ](https://github.com/nhaarman/mockito-kotlin/blob/ec75b8aca66a872234aaec9a55ea34e62958c225/mockito-kotlin/src/main/kotlin/com/nhaarman/mockitokotlin2/internal/CreateInstance.kt#L40)that m…
-
Hey there, I am trying to setup klint for Danger kotlin on my project and I've run into a slight problem 🌚 . The plugin seems to throw a number format exception because some elements in the xml output…
-
First thanks for making your app available open source! Would you mind providing the APK here for those without access to PlayStore? I thought of adding it to the [IzzyOnDroid repo](https://apt.izzyso…
-
On multi-day conferences the app opens on the first day, not the current day.
Example: DroidCon Berlin
Wed through Fri, app always opens on Wednesday Schedule (even on Thursday and Friday)
This…
-
From what I understand, multi-bindings must currently be defined in a component. From the README:
```
@Component
abstract class MyComponent {
abstract val fooMap: Map
@IntoMap
@P…
-