marcardar

Results 13 issues of marcardar

Not sure how you would fix this. Doesn't seem like a good idea to just shove `GlobalScope.` in front of those calls.

It would be really useful if, when building the app, the changelog.xml could be checked to see if it already contains the changelogversion for the version being built. If not,...

Perhaps beyond the scope of this tool, but it would be extremely useful if you could check for instances where a kotlin android app is importing a dependency but not...

Nice app, but you should also include information about the source of your dictionary data.

### SQLDelight Version 1.5.3 ### IDE Version 2021.2.1 Patch 1 ### Dialect SQLite ### Describe the Bug I was checking idea.log after AS froze for over a minute, and saw...

bug
component: ide-plugin

At the moment, this can only be done through the XML (fastScrollEnabled), but often we want to enable/disable according to, for example, how many items there are in the list....

enhancement
help wanted
good first issue

Using a very simple setup: ``` class FooScreen: Screen { @Composable override fun Content() { // nothing to show } } // in the UI Navigator( screen = FooScreen(), )...

bug
lifecycle

https://github.com/wordpress-mobile/AztecEditor-Android/blob/fdcf6ce096db614a8c94e08570a5413106f58b9f/aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt#L612 I was just checking [targetSdkVersion](https://developer.android.com/google/play/requirements/target-sdk#modernizing) requirements and they mention potentially using `getLocationInWindow()` instead of `getLocationOnScreen()` because of the new advanced window management. I'm not too familiar with this, but...

Is there any reason why these are not included?

When migrating from java APIs to KMP, I was hoping there would be a drop-in replacement for `java.util.Locale.ENGLISH` etc, but it seems there is not. Is this intentional? If so,...