Слава Україні! Героям слава!
Слава Україні! Героям слава!
@SteveSandersonMS Rebased to latest.
@SteveSandersonMS Thanks Steve, I figured you guys are up to something, and that's awesome, can't wait to see it. I already have another [DNA development repo](https://github.com/ncave/dotnet-js), that's where the updates...
@mattwarren Of course I've seen it, great write-up, so much depth and detail. Thanks for the links!
@voronoipotato Fable 4 already has latest FCS, feel free to close this PR if not needed.
Superseded by #3467
@MangelMaxime > What are your plans for supporting Task in Rust? There is already some [partial support](https://github.com/fable-compiler/Fable/blob/main/src/fable-library-rust/src/Async.rs) for `Async/AsyncBuilder`, `Task/TaskBuilder`, `Thread/ThreadPool/Monitor` added by @alexswan10k. > Does Rust have hot task?...
@dbrattli > Could we make Giraffe run on Rust? I guess the first step would be to make the TestTask tests pass.
This short syntax doesn't actually compile on `.NET 6.0`, and is incorrect according to the F# [documentation](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/members/methods#syntax), where `member` in `static member` is not optional (cause you can also have...
@smoothdeveloper > we shouldn't modify the F# compiler or language Absolutely, but given that the problem is already there in *both* latest released .NET 7.0 *and* .NET 8.0, it *could*...
> Allow building records with Erase attribute, compiling them as plain JS objects @alfonsogarciacaro Hmm, previously `Erase` meant erase, not `Plain`. Is it #2914 that necessitates this change of attribute...