Steve Hayles

Results 13 comments of Steve Hayles

Have a look at my fork and netstandard branch ([https://github.com/stevehayles/Quic.NET/tree/netstandard](https://github.com/stevehayles/Quic.NET/tree/netstandard)) which is multi-targetting .net4.5.2 and Netstandard2.1 I believe this is a better way to go than specifically creating creating a...

Hi @Vect0rZ , My mistake with the url, I think that should point to the correct fork / branch now

@Vect0rZ Very happy to do a PR, I am actually just checking through the .NET Standard versions as I think it could be dropped to 2.0 which will allow usage...

@Vect0rZ No problem for me, it's working fine here. Now to work on the streaming .....

+1 for UDP support for the Radio/Dish sockets! It would be a really fantastic addition to the library

The Windows WebView2 component has been integrated into Flutter in a couple of repos, including [this one](https://github.com/jnschulze/flutter-webview-windows). This utilizes off screen rendering via the Windows 10 API's to allow a...

@pichillilorenzo I was just pointing anyone that was interested to my working solution which has the Windows WebView2 component integrated into your library. Pretty much all of the C++ code...

For anyone struggling with this, see workaround [here](https://github.com/isar/isar/issues/639#issuecomment-1332938239)

Have a look at https://developer.android.com/about/versions/14/changes/fgs-types-required. My fork at https://github.com/stevehayles/background_locator_fixed has the changes needed in the master branch to resolve this. I have some other differences like reverting the Google Play...

Hi, I cannot comment on your implementation, the repo shows what changes are required to update the library for Android 14. It's not a pull request, for me it resolves...