Zaid Ajaj
Zaid Ajaj
This is in order to make the error messages / warnings available from the Snowflaqe.Tasks project
Allow for extra parameter taking a `CancellationToken` in the GraphQL operations when using `asyncReturnType="task"`
Right now, the client methods generated per query come in two flavors and both return `Result`: - Asynchronous call returns `Async` - Synchronous call returns `Result` Sometimes, using `result` can...
Because `BlackFox.ColoredPrintf` doesn't seem to be maintained anymore and emits compatibility warnings when used with FSharp.Core v5.0
When calling paket on non-Windows machines, Femto starts by looking up the directory .paket/paket.exe and invokes the paket program using mono. The situation now is that if mono isn't installed...
As mentioned by @MangelMaxime in [this review](https://github.com/Zaid-Ajaj/Femto/pull/35#discussion_r297654144)
Running ```bash femto --json # or femto --project ./src/App.fsproj --json ``` Generates JSON report output about the npm dependencies required or missing, I need to think about what exactly is...
This PR updates a bunch of dotnet examples as well as the CI to use latest dotnet v6. It addresses examples - aws-cs-s3-folder - aws-cs-webserver - aws-cs-secrets-manager - aws-assume-role -...
### Description Simplify printfn usage when applied a constant string to plain `console.log` when there is no custom formatting work to be done: ```fs printfn "Hello" ``` compiles to ```js...