mhelder

Results 12 comments of mhelder

Thanks for the quick reply! > I think the container you've placed the view in is either a ScrollView or is not constrained to below the header and above the...

@davemorrissey Just wondering if you had any new thoughts on this issue? I believe others could also potentially benefit from a correct implementation for `MeasureSpec.AT_MOST`, but perhaps I'm missing or...

I ran into the same issue and opened an issue with Google: https://issuetracker.google.com/issues/191532879 After updating to the Android S Beta 2 build, the issue seems resolved.

Hi @uerceg, Thanks for the prompt reply! > Our SDK, once initialised, exists as singleton instance, but within memory space of the process you actually initialised it in. (...) it...

The stacktrace seems to suggest that you're executing Gradle in **offline mode** and that because of that it was unable to download all required dependencies. Please disable offline mode and...

Please paste the new stacktrace. The one in your first post clearly says: > No cached version of com.android.tools.build:gradle:3.6.1 available for offline mode. > No cached version of org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41 available...

This is caused by the _module_ system that was introduced with Java 9. The JAXB APIs are considered to be Java EE APIs, and are therefore are no longer contained...

Just FYI - in case you were planning to open a PR for this - there are already two open PRs addressing this: https://github.com/android/architecture-components-samples/pull/836/files https://github.com/android/architecture-components-samples/pull/838/files

Gave this a quick try on MoshiX 0.27.1. The following seems to compile just fine: ```kotlin @JsonClass(generateAdapter = true, generator = "sealed:type") sealed class Message { @TypeLabel("success") @JsonClass(generateAdapter = true)...

Just dropping a comment here to maybe add some additional information. We're seeing the same crash logged in Crashlytics using `media3-1.2.0`. Exact same stack trace as posted up top, albeit...