Sara
Sara
Just a small PR to fix a documentation link from Popover to Dialog
**Is your feature request related to a problem? Please describe.** Most cameras or photo editing software allows you to embed copyright field(s) in the image metadata. It would be nice...
Addresses #81 using the suggested implementation. I'm not totally sure how changes to this are tested, mostly because the CI only runs the action with limited options. Open to recommendations...
Our application (https://github.com/WordPress/openverse-frontend) generates two distinct bundle groups during the build process, a "modern" and "universal" bundle (this is a concept we inherit by using Nuxt). We'd like to have...
## Problem Right now it seems like our ES query configuration would match `dog` across word boundaries, for example if an indexed field was `__d og__`. ## Description Look into...
## Description A script we used today to query for the number of dead links in the link validation cache. I will fill in more details later. ## Checklist -...
## Problem See https://github.com/WordPress/openverse-api/pull/810 and the description for the issue. ## Description We need some way to prevent this. Here are some suggestions I left in this comment, copied below:...
## Fixes Fixes #878 by @obulat ## Description An alternative version of my [other PR to address this issue](https://github.com/WordPress/openverse-api/pull/878) that introduces maximal configurability into the cache times so that we...
## Description Requests does not raise an exception if a link 404s, you have to check the status code or call `raise_for_status` on the response. ## Reproduction 1. See the...
## Problem Currently we only log the query itself, but not the process that led to the query being constructed. We are seeing queries get sent with sizes of up...