Madison Swain-Bowden

Results 95 issues of Madison Swain-Bowden

It doesn't look like the attachment size limit that's modifiable in the user role permission settings isn't being respected. I may not be setting this right, but here's the settings:...

bug
backend

### Description This forum post best describes the issue and resolution: https://wordpress.org/support/topic/embed-size-is-stuck-at-zero/ Summarized, if an oembed API returns an `html` field that contains an `iframe` tag that _does not_ have...

[Block] HTML

## Description The log messages we get from the data refresh now are no longer in the correct order. Here are some examples: **Previous order**: ![Screenshot_2022-08-17_13-53-00](https://user-images.githubusercontent.com/10214785/185241244-8f461acb-84c7-40c0-967a-e98c875a4f9b.png) **Current order**: ![Screenshot_2022-08-17_13-53-21](https://user-images.githubusercontent.com/10214785/185241265-75558b9e-da19-4fe5-a079-94f5ba4582b2.png) We...

🟨 priority: medium
🛠 goal: fix
💻 aspect: code
🐍 tech: python

## Description PR #727 introduced a query which runs for every Audio result and attempts to retrieve the thumbnail associated with the audio record. If no thumbnail is found, it...

🟨 priority: medium
🛠 goal: fix
💻 aspect: code

## Problem The API currently uses [the `grequests` library](https://github.com/spyoungtech/grequests) for handling some of the `head` requests it completes when returning results (specifically in [`validate_images.py`](https://github.com/WordPress/openverse-api/blob/main/api/catalog/api/utils/validate_images.py#L37)). ## Description The README for the...

good first issue
help wanted
🟩 priority: low
✨ goal: improvement
💻 aspect: code
🐍 tech: python

## Description Add unit tests for the `_post_process_results` function: https://github.com/WordPress/openverse-api/blob/v2.5.10/api/catalog/api/controllers/search_controller.py#L107 ## Additional context Part of a series of unit test issues (see #871 & #872) ## Implementation - [ ]...

🟨 priority: medium
🌟 goal: addition
💻 aspect: code
🐍 tech: python

## Description Add unit tests for the `validate_images` function: https://github.com/WordPress/openverse-api/blob/v2.5.10/api/catalog/api/utils/validate_images.py#L21 ## Additional context Part of a series of unit test issues (see https://github.com/WordPress/openverse-api/issues/871 & https://github.com/WordPress/openverse-api/issues/873) ## Implementation - [ ]...

🟨 priority: medium
🌟 goal: addition
💻 aspect: code
🐍 tech: python

## Description Presently, the [`_post_process_results` function](https://github.com/WordPress/openverse-api/blob/v2.5.10/api/catalog/api/controllers/search_controller.py#L107) iterates through the results & filters out dead links, querying Elasticsearch when more results are necessary. While the [`end` of the window is increased...

🟨 priority: medium
✨ goal: improvement
💻 aspect: code
🐍 tech: python

## Description Currently we have the `AUDIO_REQ_ORIGIN` environment variable available which will modify the string used for the API in various examples: - Image responses: https://github.com/WordPress/openverse-api/blob/9b7c0bd74da3ff48e433c60b566b52bc48f7ce91/api/catalog/api/examples/image_responses.py#L4 - Image requests: https://github.com/WordPress/openverse-api/blob/9b7c0bd74da3ff48e433c60b566b52bc48f7ce91/api/catalog/api/examples/image_requests.py#L5...

🟩 priority: low
✨ goal: improvement
📄 aspect: text

## Description It appears that older results are favored, regardless of image quality. ## Reproduction 1. Visit https://search-staging.openverse.engineering/search/image?q=computer 2. Observe that the first few results are from the 2000s 3....

🟩 priority: low
✨ goal: improvement
💻 aspect: code