flyingL123
flyingL123
Thanks @mullinsr . My product is adhering to the limits in the link you provided. If I make the `createProduct` call on its own, not immediately following an `updateBrand` call,...
Thanks for the info. I actually have `failOnError` set to `true`, so if it was a rate limiting issue, I would see a `ClientError` being thrown, which is not the...
Additionally, when I use the old variant syntax, it works fine: ``` $this->hasAttachedFile('image', [ 'variants' => [ 'thumbnail' => [ 'auto-orient' => [], 'resize' => ['dimensions' => '300', 'convert_options' =>...
@KaelWD Has any more thought been given to this? Having a native select option is really important for a couple of reasons. 1. The current component does not reliably accept...
@KaelWD any thoughts?
In case it helps anybody, I was able to create a `NativeSelect` component by extending the `VTextField` component and overriding the `genInput()` method to create a `select` rather than an...
@doowb #291
There really needs to be a way to reduce the size of this library. Using webpack, my main bundle went from 4.7 to 8.5 MB just by including a single...
I'm doing that in the click handler. I place a ref at the top of my content, and then scroll it into view: ``` ``` Then in the `onPaginate` method:...
@amenadiel What's the proper way to minify the file generated by this plugin? Does it have to separately be run through the uglify plugin?