Gary Reckard
Gary Reckard
### Description I've been trying to determine the cause of some slow actions / queries, in particular, search for users on the users index page. I enter in a search...
If `suppressExceptions` is true, it will suppress the ImagerException here: https://github.com/aelvan/Imager-Craft/blob/b9f01d7bfb6e05a6688c676d7bbfcc50a68f5d29/src/services/ImagerService.php#L330-L345 However, my code is throwing an AssetException here, which is not getting caught here, and I cannot suppress it....
As far as I can tell, setting 'suppressExceptions' to true will get overridden to false if devMode is true. This line in init()... https://github.com/aelvan/Imager-Craft/blob/c3cb4d91e4aa891cbcc9498d72b4c616e97d4f27/src/models/Settings.php#L168 ... will overwrite `suppressExceptions` to false...
I am implementing the AdminBar using the javascript method. I have `{{ getAdminBarAssets({ uri: craft.app.request.url }) }}` just after the opening tag in my layout twig file, and the necessary...
I'm not sure if this is a configuration issue on my part or not, but the vote cookies created from this add-on are prefixed with 'exp_'. So, they look like...
I am on the latest Craft v3.7.17.1, and the latest FAB Permissions v2.0.2, and the latest Vizy v1.0.7. When editing a Vizy field, the interface stops responding and I see...
**Description of the problem** When using a textarea, and uploading an image, the resulting `` tag does not include the width and height attributes. If you instead select an image...
I am trying to create a subscription for a user when they register. However, I am getting an error saying that a payment source is necessary. In the Stripe docs...
**Description** When editing a Vizy field, the interface stops responding and I see the following errors in my browser console "FabPermissions.js?v=1634777222:560 Uncaught TypeError: Cannot read properties of undefined (reading 'initTab')"...
Changes proposed in this pull request: - updates `composer.json` with new version number