lukastransom
lukastransom
### What happened? ### Description Whenever trying to perform `php craft migrate/all` on one of my projects, the following errors are output in the terminal: ``` *** applying m150403_183908_migrations_table_changes >...
### Bug Description On my production site, pasting a YouTube URL results in a "Could not retrieve embed information." error. Interestingly, my staging site of the same project, server &...
**Describe the bug** When attempting to upload an SVG image, the file fails to upload and I'm presented with the following error from NextJS's error modal: ```shell Unhandled Runtime Error...
### Description The `srcsetWidth()`, `srcsetWidthWebP()`, `srcsetMinWidth()`, and related methods return incorrect image variants when retina sizes (2x, 3x) are configured in an ImageOptimize field. This appears to be related to...
### Description The `getSrcsetSubsetArray()` method fails when retina variants (2x, 3x) are configured, causing `srcsetWidth()`, `srcsetWidthWebP()`, and related methods to return wrong variants. Index-based mapping between `variantSourceWidths` (duplicated for retina)...