Xyncgas

Results 64 comments of Xyncgas

I'm willing to create a good solution for adding the method as a part of the library But I do not test anything I write so if tests are required...

@dsyme @martinmoec @eulerfx

Here's the code ``` module ChannelExtention open System.Threading open System.Threading.Channels open FSharp.Control let CreateCompleted () = let C = Channel.CreateUnbounded() C.Writer.Complete() C open LanguagePrimitives let inline private AsyncRangeProduce (dataChannel:Channel) producer...

Interesting, apparently you are writing a function in f# and calling it in blazor, can I please see the function in f#

My BlazorCL currently works only for the browser types projects in .NET, because it's a unified UI. (E.G. MAUI.Blazor, Blazor, it also provides components for my projects) Also I worked...

This feature would be platform specific because while layout can be represented in a generic way a page curl animation requires texture effect. Unless I am getting paid I mean...

what if we just automatically call dispose when these value go out of scope. Unlike objects they don't live longer than where they are

>It is too implicit ref struct is going to be expiring where they are created, it's a feature people chose to use, so maybe it wouldn't be too implicit but...

We can always browse compiler source code to be completely sure

> Could this become an interop pain point (or even a blocking issue) Blazor kinda figured out mixing C# with html >html $"""Hello, {name}!""" That's awesome, I can make a...