flyingL123
flyingL123
I am attempting to first update a brand, then create a product using the Bigcommerce API. I am doing so with the following code: ``` Bigcommerce::updateBrand(48, ['name'=>'Del Sol']); echo "Brand...
I don't think that the conditions() function is needed anymore with the Rules resource. This is because the conditions are now returned as an array on the rule object. However,...
I am receiving an error when making a PUT request. The error says: ``` Use of undefined constant STDIN - assumed 'STDIN' ``` It occurs in `Bigcommerce/Api/Connection.php` on line `369`....
I'm receiving the following error trying to save a photo with variants: ``` InvalidArgumentException with message 'Height value for portrait resize is empty. This may be caused by unfixed EXIF-rotated...
I am currently integrating Tailwind.css into an existing website. Tailwind allows you to specify an `important` option in its configuration which makes all of their style declarations include the `!important`...
### Current behaviour I am attempting to nest a stack navigator inside one of the tabs of a Material Bottom Tab Navigator in a project that uses expo-router. Navigating between...
### Description The background of the menu does not fill completely behind the items the first time it's opened. It is correct on subsequent renders. ### CodeSandbox/Snack link https://github.com/flyingL123/expo-gluestack-ui/tree/menu-bug ###...