mfkl

Results 125 comments of mfkl

Thanks for this! Will push to nuget tomorrow.

> This issue covers having the reader APIs throw ObjectDisposedException to make it clearer to the user how they've misused the library. Yes, I guess this sounds reasonable. This will...

![image](https://github.com/videolan/libvlcsharp/assets/3928834/4ab78c81-7350-4c43-955a-7e4bd34fcb97) Looking good so far :-)

I'm wondering whether it would be possible to keep the same code for XF and MAUI and just use #ifdef? Depends how much code is the same or different, besides...

After some setup and deployment struggles, I managed to run the sample on an iOS device. ![image](https://github.com/videolan/libvlcsharp/assets/3928834/2d3ad765-843e-4348-95a3-656b271eba98) Buttons are present and working, just invisible.

Managed to display the play/pause icons in iOS with a hack. https://github.com/mfkl/libvlcsharp/commit/66d3d528a795141391124c06e320c09acddc4012; Still need to figure out how to include them transitively (from libvlcsharp.maui) as they were not present in...

I'm thinking we can remove the Shared folder and namespace.

For the image issue on iOS, Maui is supposed to translate them into pngs during build with proper size options but there are various bugs preventing it from doing it...

> hi, can I ask if you have an estimation in order to be live? thans a lot! Hi, we do not provide delivery estimate for opensource work, it is...

CI complaining with some weird errors, SDK related likely.. I think I had similar issues when doing the Uno part.. will investigate https://gist.github.com/mfkl/c91642258c79f752c9541da5094c6777 And as before, I cannot reproduce locally.