Liam Mitchell

Results 156 comments of Liam Mitchell

Just a thought that it could be documented with Open API then generated to many languages as client wrappers? https://openapi-generator.tech/docs/generators Yes the API is "easy" to communicate with but time...

I think I'm having the same issue, it's been quite a while since it was reported, any idea on a work around? Seems to work in non headless mode. ```js...

Related files. ``` vendor/magento/module-catalog/Model/Product/Gallery/GalleryManagement.php 79: throw new StateException(__("The product can't be saved.")); 129: throw new StateException(__("The product can't be saved.")); vendor/magento/module-catalog/Test/Unit/Model/Product/Gallery/GalleryManagementTest.php 85: * @expectedExceptionMessage The product can't be saved. 160:...

```php try { $product = $this->productRepository->save($product); } catch (InputException $inputException) { throw $inputException; } catch (\Exception $e) { throw new StateException(__('Cannot save product. [%1]', $e->getMessage())); } ``` Responds with ```json...

Probably unrelated but ran into yesterday. On a 2.3.0 had a csv import that created a different category with the same name as another category. So the product was in...

Checking table & db health could be done in a script prior to rAthena loading? ```mysqlcheck``` http://dev.mysql.com/doc/refman/5.7/en/mysqlcheck.html tl; tr ``` mysqlcheck [options] --databases db_name yourDBName ``` But timing checks for...

It's 2019, any server side patch available for Median XL now?

Available on way back machine :) https://web.archive.org/web/20130708125818/https://www.ganshani.com/2011/09/28/cinject-quick-guide/ https://web.archive.org/web/20160723070209/https://www.ganshani.com/open-source/cinject-code-injector/ https://web.archive.org/web/20160819134035/http://www.ganshani.com/blog/2011/09/cinject-quick-guide/

Yeah Estimates are different legally here too. But being able to still send quotes is nice if it is perhaps needed on a case by case.