Results 159 issues of David Humphrey

https://github.com/mathiasbynens/small has examples of small files, which is nice for testing with real data.

https://medium.com/dev-channel/testing-service-workers-318d7b016b19

I had to use `aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }}` today in order to authenticate successfully, and I only discovered it via this old commit 3042b009625a34bedaba3cc28b2713a8e11d4f2b. It looks like it got removed...

needs-triage

## Environment * Clinic.js version: v7.0.0 * Node.js version: Node v13.14.0, npm 6.14.4 * Browser name and version: * Operating system and version: macOS 10.14.6 I am trying out clinic...

Reading https://blog.polyhaven.com/how-we-handle-80tb-and-5m-page-views-a-month-for-under-400/ last night, I wondered if there is anything we could do to improve our situation, specifically explore using CloudFlare for more aggressive caching (front-end assets, but also lots...

type: enhancement
type: nice to have
area: deployment
Priority: Low
area: performance
type: research

Sometimes when I try to sign in on production, I get this: I suspect my token has expired. There's no value in giving a 400 here. We should redirect to...

type: enhancement
Priority: High
type: security

**What would you like to be added**: Let's see what we can do to add some notifications to our #telescope Slack channel. Maybe there are existing tools that we can...

type: enhancement
developer experience
type: nice to have
area: tools
area: deployment

When a new user signs up on Telescope, get a bot to announce it in a new `#telescope-bot` channel.

type: enhancement

Our e2e tests can be flaky. I decided to re-write them to get rid of Jest, and use Playwright directly. When we first started doing this, you had to run...

type: test

We need some data to use locally with the parser service, database, login flow, etc. This adds a few things: 1. A new user that you can login to the...