Henrik Feldt
Henrik Feldt
# Enforce tail-recursion with attribute I propose we add a new attribute `[]`, applicable to functions that: 1. Makes the compiler enforce tail-recursion, or rewrite-to-loop behaviour, or else trampoline behaviour...
``` /Library/Frameworks/Mono.framework/Versions/3.12.0/lib/mono/Microsoft SDKs/F#/3.0/Framework/v4.0/Microsoft.FSharp.Targets: warning : A circular reference was found involving the import of '/Library/Frameworks/Mono.framework/Versions/3.12.0/lib/mono/4.0/Microsoft.FSharp.Targets'. It was earlier imported by '/Library/Frameworks/Mono.framework/Versions/3.12.0/lib/mono/xbuild/Microsoft/VisualStudio/v/FSharp/Microsoft.FSharp.Targets'. Only the first import of this file will be...
- Add some code-docs so that developers using the AST can read about what they are doing - Add TypeSystemDefinition and TypeSystemExtension to the Definition DU - Move DirectiveLocation from...
### Description Question: is it possible to print the AST to a string (latest master)? The `ToString()` impl primarily prints `x.name + "!"`. I'm trying to build a F# to...
``` /Users/h/dev/suave/suave/packages/WebSharper/build/WebSharper.targets: Error: Error executing task WebSharperTask: Task does not have property "ContentFiles" defined (WebSharper) ``` When upgrading (paket update) and building Suave with latest releases.
When using this as described in the README on Github Actions: ``` Step 13/22 : COPY --chown=nextjs:nodejs packs ./ failed to export image: failed to create image: failed to get...
How would I use this plugin in CI/CD together with https://github.com/docker/build-push-action?
It would be great if a few of the methods from https://tpgit.github.io/Leptonica/pngio_8c.html were exposed, such as reading/saving to streams for Pix. That way there's no need to create lots of...
**Describe the bug** For one component I have the UI crashes when running with Storybook. **To Reproduce** Please create a reproduction repo by running `npx sb@next repro` and following the...
First merge PR #378