Andreas Vilinski

Results 27 comments of Andreas Vilinski

A completion snippet for `fun` and `function` in ionide would be enough for me to solve such "problem". No need to make it shorter if it more clear what happens....

What about Kotlin's `it` for one parameter lambdas? Has it any problems regarding type inference? ```fsharp myList |> List.map (it + 1) |> List.filter (it < 5) ``` instead of...

Hi @djanosik! Do you have any plans to update your libs to netstandard2.0? Or accept PRs?

Missing method XYFooBar --> may be you need an FSharp.Core redirect

currently observing hangs on Mac with 9.0.2... it works in most of times, but almost no test try survives if I use `--stress 1`

is you case covered in examples? https://github.com/PragmaticFlow/NBomber/tree/dev/examples/CSharpDev/DataFeed https://nbomber.com/docs/core-abstractions#data-feed

I'm afraid this isn't currently supported by NBomber out of the box, but maybe you could workaround it with `ConcurrentQueue` and `stepContext.StopScenario(...)` any time [within your step execution](https://github.com/PragmaticFlow/NBomber/blob/35be7364dc7dc42194d17e699daf3945f77b78f7/tests/NBomber.IntegrationTests/ScenarioTests.fs#L97), for example...