gianlucaparadise

Results 11 comments of gianlucaparadise

About `flutter_cast_framework`: 1. I will add the license soon. My bad, I forgot to do it. Spoiler: it will be Apache 2.0 2. I did not publish the library yet...

I fixed using @himanshu0137 suggestion and also updating `@types/connect-mongo` to `0.0.39`.

@MichaelShapiro for example, we use the `GetRecyclerAdapter` method in order to generate an `ObservableRecyclerAdapter`. Then we set it to a `RecyclerView`. Since the `ObservableRecyclerAdapter` [extends](https://github.com/lbugnion/mvvmlight/blob/bb9436e28a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.AndroidSupport/Helpers/ObservableRecyclerAdapter.cs#L37) `android.support.v7.widget.RecyclerView.Adapter`, which is now [deprecated](https://developer.android.com/reference/android/support/v7/widget/RecyclerView.Adapter),...

As far as I know, AndroidX is not in preview since 1.0.0 ([September 2018](https://developer.android.com/jetpack/androidx/releases/archive/androidx)). Support Libraries are not maintained anymore and Google [recommend](https://developer.android.com/topic/libraries/support-library) using the AndroidX libraries in all new...

That's true, but in my opinion, a preview version of the `MvvmLight.Platform.AndroidSupport` library migrated to AndroidX would be useful to release.

I updated the pull request #81 with the latest stable AndroidX packages.

Hi @MichaelShapiro , Is the merge of #81 planned? Thanks.

@andrewescutia Yes, I ended up forking the project and creating a temporary Nuget to be used until the official one is released. In case you need them: * My [release...

I checked the dependencies and apparently the album release year is not supported by the applescript and linux integrations.

Can you please share how to reproduce this behaviour?