Joost Kaptein
Joost Kaptein
Instructions to install use lower case letter when initializing ("dotnet new saturn -lang f#), which returns an error: No templates or subcommands found matching 'saturn'.
While trying to find an example for writing a new recipe, I came across a few different formats for recipes. * Some recipes include a H1 title, some don't *...
.NET has a GeneratedCodeAttribute to flag code that is generated. Facil does not use it at the moment. More information on the relevance can be found here: https://learn.microsoft.com/en-gb/archive/blogs/codeanalysis/correct-usage-of-the-compilergeneratedattribute-and-the-generatedcodeattribute
**I propose we** make it possible to assign arbitrary values in match statements, so that OR matching becomes a bit more versatile by allowing you to define default values for...
to get Feliz.DaisyUI working with the Fable plugin for vite, you need to add DaisyUI.fs as an extra source to tailwind; since TailWind 4, this is done using CSS rules:...
.net 10 is coming out later this year, so it would be good to get started on support on it. I would be interested in having a go at it,...
I created a very minimal project to test the git dependency feature, but I feel like it's broken. This is my very basic paket.dependencies: ``` source https://api.nuget.org/v3/index.json storage: none git...
This PR closes #1188 The changes in this PR are as follows: * Adds the field namespace to the ServiceBusScaleRule, which is used to associate the scale rule to the...
I have an arm template that has a vnet + webApp connected to it: ``` let vn = vnet { name "my-vnet" add_address_spaces [ "10.30.0.0/16" ] } let app= webApp...
I was working on the [SAFE.Utils](https://github.com/SAFE-Stack/SAFE.Utils) repository, and ran into some weird issue when compiling and running tests. This is my package.json: ``` { "type": "module", "scripts": { "pretest": "dotnet...