Petr

Results 123 comments of Petr

Well the report generally looks more beautiful of course but regarding the original issue - it's still there, in a different form now :D

@isaacabraham, @forki, Alright, thank you for responses. Yes, I will give it a try server-side then.

@isaacabraham, adding _FSharp.Data_ to `.references` made the code compile, right. And still the code does not work - if I try to actually use _FSharp.Data_, I get e.g. ``` ...\src\Server\WebServer.fs(16,16):...

@kerams, yeeeaaahh, you have saved me from despair, this worked :) Thanks everybody for support. This can be probably closed now although maybe worth mentioning in the docs for further...

I confirm that, got this thing when running release script. Full error: ``` [17:00:16 ERR] client tests/create and remove book errored in 00:02:40.0230000 OpenQA.Selenium.WebDriverTimeoutException: Timed out! at canopy.wait.waitResults[a](Double timeout, FSharpFunc`2...

Workaround for release: comment/remove `==> "RunClientTests"` and `==> "TestDockerImage"` in the build script with all the consequences.

@forki, I do not know actually, it might take quite some time for me to understand.. I have not worked with canopy before and also still have a vague idea...

Hi @Yakimych :wave: > and am likely to come up with a list of questions Please do! > Do we just add a "Condition" string to the Stage too, or...

Hi @brettrowberry! (hi @ForNeVer and @Yakimych as well) I've updated the README to clarify things a bit. Basically I haven't worked with GitHub Actions and was only thinking about Azure...

Most likely related to some bad programming practices [here](https://github.com/dotnet/fsharp/blob/6735c6fea5287a00279c2c560ee8b786c9b54c29/vsintegration/src/FSharp.Editor/CodeLens/CodeLensProvider.fs#L69). Will handle this.