Clement Gutel

Results 188 comments of Clement Gutel

Also see https://moment.github.io/luxon/docs/class/src/duration.js~Duration.html#instance-method-toFormat

@snoopyjc I'm afraid it wouldn't help as we use the javascript version (in browser)

We're also running into this bug. It's a pretty basic format though, it's the first one we tried.

Integration tests are a good idea in theory but I've also encountered a lot of brittleness whenever I tried them, so I totally understand your reasoning.

I personally haven't ran into this problem too much because this is pretty cool. If I understand correctly, the experimental services are built on top of the regular service (meaning,...

Related: https://github.com/nozzlegear/ShopifySharp/pull/642

It's a bad practice to instantiate a new HttpClient for each request. HttpClient must be long lived. We could potentially make the static HttpClient setter public. Or somehow use the...

Thanks @jeremy-mcalps that sounds like a bug indeed. However, is there any reason why you don't use `Request.Query` instead of creating the dictionary yourself from a string? You should be...

@nozzlegear maybe we should remove the overload that takes a string?