Roman Provazník
Roman Provazník
> imagine if your Elmish program depends on userId in the URL Hey, stop looking at my private repo! That's exactly how I found it!!! 😁
Hi @MangelMaxime, first of all thank you! Frankly I wasn't expecting someone would have such deep look at library I created mainly for dogfooding own projects and published as side...
Lack of .NET 5 support (preview - YES! preview! 4 months after .NET 5 release! - announced on Thursday) Low performance of consumption-based hosts 12 seconds startup times Endless fights...
Don't get me wrong. I love serverless and I am actually a big fan of Azure Functions. Unfortunately, current state of funcs is way behind its potential and seems more...
Hi, I suspect `HtmlAgilityPack` with `HtmlDocument.Create()` would automatically add closing tag (it thinks it's the HTML code).
Hi, thanks for the info! I think whole this library is "bit of a hack, but does the job" 😄
Hmmm... 🤔 If you would be able to produce a test (with PR to fix) that would be a big help! 🙏
No problem. Here is the path I would go through: - Fork this repo - Create a new test case under https://github.com/Dzoukr/Fue/blob/master/tests/Fue.Tests/Issues.fs - Run tests and let them fail. -...
Hi, it is based on OpenAPIProvider where `oneOf / anyOf` is not supported yet - https://github.com/Dzoukr/OpenAPIParser/blob/master/src/OpenAPIParser/Version3/Specification.fs. I think having such thing in yaml will just be ignored.
I did not fix it (yet) :)