Radosław Kot

Results 11 comments of Radosław Kot

As a quick workaround, I used NUnit runner that runs the same tests just fine. Not a perfect solution, but it works. And a side note - it would still...

Thank you for clarification! I will submit the PR soon.

I just noticed `RecoverySucceeded` is back in `IConnection` in version of the code currently on master. Having it there makes it not needed to implement what I proposed. Real question...

Hey, any news on when could a new version of the library be released? Source code seems ok with what is currently on master, but there is still no new...

Allow me to say something about this matter :) Since most usually configurations are either created once at the beginning of application's lifetime or refreshed quite rarely later on, it...

@dawid-nowak Let me refer to your concern with point number 1. You do not need to patch values from environment variables directly. What you can do it to keep various...

As much as it would be great for debugging purposes, it might impair performance of the solution. Is this proposal motivated by some real life problems that is solves? EDIT:...

@matthiasbeyer This should be more less neutral to changes I want to introduce. I might have to drop `pub(crate)` here and there, though. I am wondering however what path should...

I'd like to add something to discussion, it is not directly connected to this crate, hence I am not opening a new issue. I've always percieved this crate as a...

@dnaka91 is there a real-life use case for it? Does current layering mechanism not support it? After all, values from subsequent layers override those from previous. @matthiasbeyer As for overrides,...