Joshua Harms
Joshua Harms
Reminder for myself to add documentation for the new Carrier service.
This is perhaps related to #110. When I try to drag an image file from fman into Discord, I get the red "cancel" circle indicating it can't be done. Nor...
Hello, I'm rewriting a small application in Mint and have found that there's no way (as far as I can tell) to access the Http response headers when using the...
Hey! I've got a usecase where a stored procedure returns multiple result sets that I need to parse. To do this, I need access to the SqlDataReader so I can...
I want to rework the whole concept of the CloneableRequestMessage. Rather than cloning the request message, we'll use a sort of HttpMessage object that has configuration data about the request...
From Shopify's documentation: > When you create and update draft orders some calculations are done asynchronously, such as calculating shipping and taxes. There might be times when a draft order...
This PR addresses a bug with the `LeakyBucket` semaphore and request queue used by the `LeakyBucketExecutionPolicy`. Check #1055 for more details, but to summarize, if the cancellation token is canceled...
This change deprecates most GraphService.PostAsync and GraphService.SendAsync methods, of which there were at least six total. It introduces two new GraphService.PostAsync methods to replace them all, which standardize the usage...
I've run into an interesting problem in production, where an app was suddenly swamped with thousands of calls to the Product Updated webhook endpoint, all for the same store. The...
Right now the GraphService will throw a `ShopifyHttpException` if a response has errors. However, this can cause confusion because all graph responses return `200 OK`, but the exception type has...