Max Chadwick

Results 40 comments of Max Chadwick

In cases where the endpoint cannot be correlated back to a specific module what if we extracted the `frontName` from the relevant URI column and checked for modules that registered...

Based on a super quick review it looks like you're using this function: https://github.com/magento/magento2/blob/2.4.2/app/code/Magento/Sales/Model/Order/OrderCustomerExtractor.php#L94 It seems that here is where it attempts to to retrieve details from the order and...

I hit this randomly today too. I wrapped my call in a try / catch and added retry in the catch and that randomly fixed it. It would be good...

By randomly I mean that I'll send the exact same API request to our Moodle server and I will sometimes get this error ``` Warning: file_get_contents(): SSL operation failed with...

Yeah, it certainly wouldn't be trivial, but would be nice...even just to get the install script only would save _some_ time and then it would be on the developer to...

Yeah, I agree about cluttering the output, maybe there is a "verbose" flag when executing, which is documented in the README, but off by default? The 9 minutes was in...

I am having a similar issue here. I have noticed it on both iOS 7.0.2 mobile safari and the iOS simulator on OS X 10.8.5 with KineticJS v4.7.2. Visit this...