Zaid Ajaj
Zaid Ajaj
- Rewrite in Feliz - Update Fable and dependencies - Use Discriminated Union composition to implement child pages (fixes #2)
I would like to open here a small discussion about the library and share some ideas with you guys for future contributions. First of all, I think this is a...
- Get rid of build.fsx / build.sh / build.cmd in favor of ./build/Build.fsproj - Make sure we are able to run tests - Migrate to Github Actions and run integration...
Basically like what [Snowflaqe](https://github.com/Zaid-Ajaj/Snowflaqe) does
Using `FSharp.Core ~> 4.7` means `FSharp.Core >= 4.7.2 && FSharp.Core < 5.0.0` I don't believe Fable.Python needs this strict requirement, especially since F# 6.0 project already pull in FSharp.Core >=...
# Description This implements the initial pass of hierarchical and structured config which fixes #10602. This changes the CLI such that configuration can now be defined at the _project_ level...
Requires PR [fable-getting-started#31](https://github.com/Zaid-Ajaj/fable-getting-started/pull/31) to be merged first. This PR updates the first chapter to use an updated `fable-getting-started` template using Fable v4 being pulled from dotnet tools and using simplified...
Hi @samcarton, this is a lovely piece of code 💯 would be interested in publishing it as a package to nuget?
# Description As part of exposing schema loading to language plugins which will enable conformance tests for YAML, we are making the engine itself use schema loading. This PR implements...