Asti
Asti
Just run in it a webworker?
Any workarounds for this?
This is because the Package manager is [currently dependency injected](https://github.com/fsharp/FSharp.Compiler.Service/issues/924). And I'm not entirely sure if there will be license issues if I include it. You can unzip this to...
Usually `C:\Users\\.dotnet\tools`. Hold on, I'll just patch this,
Please try it now (uninstall.ps1 followed by install.ps1) - FParsec does work for me with "#r nuget".
That's because the package only supports `net5.0` and this is built for `.net core 3.1`. You could try changing the target version in `global.json` and attempt an install.
Hi @srid, `global.json` is just the SDK version - you would also need to change the TFM in `FsWorksheet` to `net5.0`. I've updated both and pushed an update. I've also...
It's not FCS. FCS 39 breaks a lot of things, so I've deferred upgrading until FCS 40 is out when the breaks are stabilized. This is a classic assembly binding...
Before F# 4.7, writing ``` for i = 2 to row do ``` was more performant than the range version, but now both compile down to a `while` loop. `forEach`...
It's written in F#. And compiled to wasm. On Tue, 22 Mar 2022, 11:54 am Ali Raza Sarwar, ***@***.***> wrote: > hello brother in which lanuagega you make this game...