Chandler Newman

Results 28 comments of Chandler Newman

@michaelp Not quite. There is already an official websocket library ```System.Net.WebSockets```, managed by Microsoft. This issue tracks using that library once Mono WASM supports that library. (It may have already...

It would also be nice to be able to disable the new line before comments on key-value pairs as well. https://github.com/rickyah/ini-parser/blob/260b764ea7ed0039eadb90d383e40b76287bb0ea/src/IniFileParser/Model/Formatting/IniDataFormatter.cs#L63

With the use of mono shouldn't it be possible to write cross platform games in C#? (Like unity)

@999eagle has worked on the `flutter-rs` project before, so they might be willing to allow us to use that code as a basis, otherwise a fresh implementation around ffmpeg will...

There are a few compile dependencies, like `libasound2-dev`, `libopus-dev`, `libvpx-dev` (on Ubuntu for example)

Could you provide the steps you performed?

@clouds56 Would you mind experimenting with the latest master version (in github, not cargo.io)?

The error is within `glutin`, is this a winit bug or are we incorrectly calling glutin? (Seeing as it works on Linux, I'm assuming the former?)

@clouds56 could you try editing the `WinitFlutterEngineHandlee` so the `make_resource_current` returns false, without doing anything?

Thanks @alx365 for bringing this to my attention. I will look at improving our documentation and examples. If anyone has any good examples, I can create an examples repo where...