Sergey Ivonchik

Results 4 issues of Sergey Ivonchik

Please, accept append of Httx: https://github.com/whitesharx/httx

I've recently started to use JMStatefulTableViewController 0.1.1 with SVPullToRefresh 0.4.1. It seemed to me that issue [#1](https://github.com/jakemarsh/JMStatefulTableViewController/issues/1) is still there. By digging code I realized that issue happens because after...

Hey. Do not know if it's appropriate to create pull request but anyway, sharing some changes here. We're using UniRx extensively in our Unity projects and faced a lot of...

Hello, quick example here: ```csharp try { var result = await Get("key_that_not_exists"); Logger.LogInformation("result is null: " + result); // Or DateTime for example var result2 = await Get("key_that_not_exists"); Logger.LogInformation("will never...