Maxim Ivanov

Results 6 comments of Maxim Ivanov

@lancasteradam , @DIYsciBorg please verify that based on my fork: https://github.com/drcolombo/CsvReader. I believe this repository is not maintained anymore and I've already updated the whole project to support FAKE 5...

Hi @GrabASalad . I'm afraid, this repository is not maintained anymore. Please, have a look at my fork at https://github.com/drcolombo/CsvReader, as well as https://www.nuget.org/packages/LumenWorksCsvReader2/. I've recently implemented your request.

Install-Package cmdlet doesn't have the '-Version' parameter at all. Please, check the accepted parameters using 'Get-Help Install-Package'

If executing `"a" shouldBeEqualTo 'a'` and then getting Unexpected type Expected: but was: Expected :kotlin.Char Actual :kotlin.String is ok, then I will make a PR. Basically, before comparing 'actual' and...

Could you please provide some code samples like the code that was working fine before 1.65 and what happens now?

I'm afraid, there's no clean way to achieve that, as awaitility catches only AssertionError to handle `untilAsserted`. Kluent uses ComparisonFailedException in order to help IntelliJ/AS to show the comparison window....