njlr
njlr
According to MDN, this can be enabled in Firefox (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Pipeline_operator). Does this plugin have the same semantics as the experimental Firefox option?
Is there any reason the core is written in C#? Would there be any appetite for a pure F# port?
Example would be Protobuf.
This PR adds Fable support to the Nuget packaging process. After a Nuget release, this should allow AlgEff to be used in Fable.
One of the off-putting things about Koa vs other solutions is that it isn't clear which NPM packages are maintained by the Koa authors and which are community efforts. I...
## Edit by @berstend: **see here for the workaround:** https://github.com/webpack/webpack/issues/4175#issuecomment-450746682 and another one specific to the stealth plugin: https://github.com/berstend/puppeteer-extra/issues/93#issuecomment-712364816 --- ### Original issue: When bundling I get this error: >...
Suppose I have two groups `Build` and `Test` that depend on the same package `Newtonsoft.Json`: ``` source https://nuget.org/api/v2 nuget FSharp.Core group Build nuget Newtonsoft.Json group Test nuget Newtonsoft.Json ``` Is...
`dotnet paket install` crashes with an SSL error. ```bash $ dotnet paket install Paket version 7.1.5+e2fe7c693356a5e70a74cc01501f7dc5f8996695 Resolving dependency graph... Total time taken: 706 milliseconds Paket failed with -> Unable to...
I am trying to stream a very large file via Giraffe. I came across the discussion starting [here](https://github.com/giraffe-fsharp/Giraffe/pull/419) and tried to leverage `FormFeature`: ```fsharp let formHandler = fun (next :...