Ben Hammond 🎛️

Results 149 issues of Ben Hammond 🎛️

Using a color picker, the measured color of the is #DADADA, which when I plugged it into a calculator https://webaim.org/resources/contrastchecker/ gives a contrast ratio of **1.39:1**. "WCAG 2.1 requires a...

I was unable to get this to work on Safari; however it did work on Chrome for Mac. Is that a known issue?

fixes #138 - Makes navbar header font-size responsive so it'll shrink down on mobile (down to 320px) - Shrinks the search bar width on the smallest mobile sizes - adds...

On the [docs page](https://astro-imagetools-docs.vercel.app/en/introduction), the title that appears in the top nav bar gets cut off when viewing on my iPhone XR (safari, iOS 16.1.1) ![image](https://user-images.githubusercontent.com/41567007/204196580-61852921-d35d-4e1c-8dc8-ce48d7f6d8bb.png)

## Updating Metadata Configuration for New Dataset Integration ### call the new data source `jama` - [ ] Update **DataSourceId** to include the new source id, i.e. (CDC WISQARS would...

frontend
👕 T-Shirt SM

## Updating the MadLibs Configuration for New Dataset Integration Determine if your new dataset fits within an existing category in the CategoryMap or if it represents a new thematic area,...

frontend
👕 T-Shirt SM

## Setting Up the Metric Config - [x] For each new data type, add an entry to an existing MetricConfig file, or create a new `[Category]MetricConfig.ts` file and place them...

frontend
👕 T-Shirt MD

## Creating Test Cases for the New Data Provider - [ ] In the same directory, create a new file for your dataset's provider tests, named similarly to your provider...

frontend
👕 T-Shirt MD

## Setting Up a New Data Provider - [ ] Create a new file named `[YourDatasetName]Provider.ts` in the `frontend/data/providers/` directory. - [ ] Define a new class that extends VariableProvider....