Sam Pengilly

Results 22 comments of Sam Pengilly

I'm seeing the same issue on the CLI with an OpenAPI 3.0.3 spec EDIT: I think I confused this Issue with another similar one that said the Gradle Plugin was...

This is talked about in #162, copying my comment from there to here: > The only way to do this still is to specify three different decorators as mentioned above...

Hey, it's been a while since I did that workaround and I no longer have access to the codebase where I did it. From memory the left, right, and middle...

That's essentially all it is. I managed to find that code: ```kotlin private class RangeSelectionLeftDecorator( private val leftDate: LocalDate, private val leftDrawable: Drawable ) : DayViewDecorator { override fun shouldDecorate(day:...

See the `applyForSelection()` method in the earlier comment. Create the `RangeSelectionDecorator` and keep a reference to it, then call that method whenever the selection changes on the calendar. It's a...

Still getting the null pointer exception above (though for line 427) in Android Studio 3.5 beta. NPE seems to line up with the `calendarMode` field. Setting the calendar mode explicitly...

There hasn't been a master commit since Jan 24, 2019... I think this repo is no longer being maintained

I've had the same issue pop up since this change occurred, but more flaky (i.e. it wouldn't happen on local dev machines where the first test would only take maybe...

Not sure I follow on the last few responses here. Is that to say that if a Live audio stream internally holds metadata through this IcyInfo standard it will get...

Looks like the functionality described above (sourcing metadata about a live radio stream) could be achieved through a MediaSource and providing various windows? (Correct me if that is completely the...