Pedr Browne
Pedr Browne
See comprehensive list: https://www.w3.org/TR/SVG/propidx.html

## Is your feature request related to a problem? Please describe. Usually (when using remark with local markdown files), if an image is encountered in the markdown, `gatsby-remark-images` transforms that...
For example when developing a new site, it is convenient to support both `example-production.herokuapp.com` and `example.com`
In cases where the original file is already on a server (for example it has been directly uploaded to S3), the attachment is never directly set on the model. Instead,...
Currently, Delayed Paperclip hijacks the `url()` function so that it can serve a processing image during image processing. However that means that there is no way to get the original...
It would be great to handle `processing_image_url` in the same way that Paperclip allows you to use an interpolator for `:default_url`. The key feature is that this allows you to...
By default eslint will flag vitest globals that aren't imported (`describe` , `expect`) etc as errors because they violate the `no-undef` rule: > error 'describe' is not defined no-undef We...
**Describe the bug** When a `.pdf` file is uploaded to the Media Gallery, it's preview card is blank. No thumbnail is generated for it. Note that this remains true after...