Lukas Paluzga

Results 10 comments of Lukas Paluzga

> > > This is a nice to have feature for a console application currently under development: I'm using Serilog to write execution status info to the output console with...

This bug is still present in the latest nuget package (2.1.1-beta), but it looks like it's fixed already in source code.

Thank you - I can confirm it works just fine in the Bookstore project. Reason I was asking was that it does not work (at least for me) even on...

Thanks! I see you use a similar approach to the `'T option` one (with the ability to handle errors). I tweak my store initialization so I can directly modify the...

It is more about what is the behavior of `Bind.el` and similar methods / functions for `IObservable` which does not provide a value right away. Instances of `IObservable` do not...

Yes, it's exactly what I had in mind. Sorry it took me several posts to make myself clear :) Unless you have some prior objections to the suggested behavior, I'll...

Probably related to `DotNet8WindowsVersions` not having generic `V10` (and possibly `V7` and `V8` since these are not officially supported but work most time nevertheless).

No longer an issue in 10.0.0-alpha011, closing. EDIT: It is still an issue.