Ihar Malkevich

Results 2 issues of Ihar Malkevich

Hi @qJake , @Devqon, I made another attempt after taking inspiration from the following articles: * https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests * https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-5.0#consumption-patterns * https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly So in short I think we should use IHttpClientFactory...

Hi Team, Wondering how to use this library if I would like the following code to return me expected value? ``` numeral(0.0).add(numeral(0.000002 * 0.24).value()).value() ``` Currently it returns `0`, while...