Ayrat Hudaygulov
Ayrat Hudaygulov
This [page](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-slf4j/kotlinx.coroutines.slf4j/-m-d-c-context/index.html) mentions that there is a way to update MDC within coroutine so updated values would propagate back to the parent context's MDC, but it lacks real code example...
**Library Version** 5.1.1 **Describe the bug** Whenever Kotlin MPP is used instead of usual Kotlin, Expedia Gradle plugin fails to find `compileKotlin` task because in MPP you need `compileKotlinJvm` Problem...
**Description** Adding `Alt.choose` or `` in code somehow breaks tail calling and everything fails with SO **Rerpo** run `good` code ```fsharp let rec good() = Alt.unit() ^=> good good() |>...
Travis is pretty slow. Azure is much more powerful tool to build stuff. I've tested this on my Azure DevOps account and it builds perfectly with only this yaml: ```yaml...
F# API?
Streams are very FP-friendly concept. But C# is not very FP friendly language, that's why making ETL processes with F# is much easier (currying, pipelining etc). Do you have any...
On a page 139 (8. Type definition) possible union cases listed as follow: ``` union-type-case-data := ident --null union case ident of union-type-field * ... * union-type-field --n-ary union case...
Click “Files changed” → “⋯” → “View file” for the rendered RFC.
https://github.com/Szer/GiraffeGenerator/blob/2488309ecc9e5a4dbcb6f6a10f15ea2b76fb6eba/src/GiraffeGenerator/Program.fs#L21 second parameter of this tuple is diagnostic array. We should check errors there, display them and return with non zero code from generator
Repro generate api from https://raw.githubusercontent.com/atsapura/swagger-test/master/SwaggerGen/spec.yaml check validate function in generated code, there will a lot of duplications for types
Free form object is valid in OpenAPI order_rows: type: object and we generate invalid F#: [] type order_rows = { } We should generate probably DU like type OrderRows =...