Results 6 comments of Russell Dillin

I'd like to see a recipe on WebSockets and a recipe on integrating [Akka.NET](https://github.com/akkadotnet/getakka.net/blob/master/src/docs/FSharp%20API.md) / [Akkling](https://github.com/Horusiath/Akkling). - [ ] How do I add Server to Client communication with WebSockets? This...

@isaacabraham There's currently an open PR to support .NET 6 (https://github.com/Shmew/Fable.SignalR/pull/36) for Fable.SignalR. I opened a PR to fix Feliz.UseWorker (https://github.com/Shmew/Feliz.UseWorker/pull/3) months ago. I've noticed that @Shmew has been absent...

@fhammerschmidt Have you all had any issues or regrets in using 120 rather than the default 80? I would think that 120 characters would be more readable, but @yawaramin made...

This error was a versioning error of **Microsoft.IO.RecyclableStreams** in **FSharp.Control.Websockets**. This has since been fixed with a new release of FSharp.Control.Websockets: [https://github.com/TheAngryByrd/FSharp.Control.WebSockets/releases/tag/v0.3.0](https://github.com/TheAngryByrd/FSharp.Control.WebSockets/releases/tag/v0.3.0) --- @forki When you have availability, can the...

Thank you for the v0.17 Release, @baronfel.

@baransu Thank you. This is exactly what I was trying to find. For Visual Studio Code, I have added the following .vscode/setting.json file: ```json // Hide the generated .bs.js files...