Matthew Booe

Results 61 comments of Matthew Booe

We ended up using authentication to determine if a response had a User ID or not and routing based off that: ``` app.UseAuthentication(); app.UseWhen(x => x.User.Identity.IsAuthenticated, builder => builder.UseCustomClientRateLimiting()); app.UseWhen(x...

Hey all, dropping in to add that some of the current colors can be hard to differentiate for people with color blindness (friend was having trouble when I showed him...

@grahamperrin I totally agree the yellow on white is a bad contrast. Even without being color blind I have trouble reading it from a distance. Granted, themes can change the...

Hey, wanted to add this was happening to me consistently as well when I tried using a pattern like this for Amazon: `@.+\.amazon\.com$`. Switching away to just `!.amazon.com` seems to...

Hahaha I like that direction! I do think "Cacophony" might be a little to long and hard to pronounce for some folk, especially if they aren't native English speakers. But...

Some that at first glance stand out to me as possible choices for content: - [Work Sans](https://fonts.google.com/specimen/Work+Sans) - [Rubik](https://fonts.google.com/specimen/Rubik) - [Noto Sans](https://fonts.google.com/specimen/Noto+Sans) I just like [Inter](https://rsms.me/inter/samples/), so I'll mention it...

I'll also post icons here, but that will be a separate conversation since there are technical and accessibility considerations I'd like to keep separately: - [Fork Awesome](https://forkaweso.me/Fork-Awesome/) - [Font Awesome](https://fontawesome.com/)...

Ah that is a very great point! I was not considering that. Do you know any other open fonts that have similar support for characters?

No worries!