njlr
njlr
This PR adds a new attribute to the `DotnetAssemblyInfo` provider called `files`, which is all of the files in the package. This is ground-work for building a `rules_fable`. Fable will...
I have been investigating the feasibility of [Fable](https://fable.io/) rules (https://github.com/bazelbuild/rules_dotnet/issues/236) that can consume `fsharp_library` targets as `deps`. The motivation for this is that the user will not have to define...
I am trying to implement sign-out against an AWS Cognito user pool. I followed some of the hints here https://github.com/authts/oidc-client-ts/issues/802 ```javascript const cognito = "xxxxxxxx"; const userPool = "xxxxxxxxxxxxx"; const...
### Describe the bug If you do not have access to some files in the workspace, Ionide will crash ### Steps to reproduce 1. Create a folder in the project...
### Description `int list` (or any other `list`) is not a union type in Fable. ### Repro code ```fsharp open System open FSharp.Reflection let isUnionType (ty : Type) = FSharpType.IsUnion(ty,...
### Description `BigInteger.TryParse` and `BigInteger.Parse` accept different strings. ### Repro code ```fsharp open System open System.Numerics open System.Globalization let s = "1234567890123456" let mutable n = 0I if BigInteger.TryParse(s, NumberStyles.Any,...
`Decode.fromString Decode.value ""` returns `Ok null` instead of an error. Issue is demonstrated by this script: ```fsharp #r "nuget: Thoth.Json.Net, 11.0.0" open Thoth.Json.Net let tryNormalizeJson (maybeJson : string) : string...
There does not appear to be an API for getting a `Stream` of an object. ```csharp // Not real code var args = GetObjectStreamArgs() .WithBucket(bucket) .WithObject(key) var stream = await...
This script demonstrates the issue: ```fsharp #r "nuget: FSharp.Data.GraphQL.Server, 1.0.7" open FSharp.Data.GraphQL open FSharp.Data.GraphQL.Execution open FSharp.Data.GraphQL.Types type Book = { Title : string Year : int } let bookType1 =...
Add video link for "Well I Wouldn't Want To Make a Dysfunctional Game"