Adam Alton

Results 24 issues of Adam Alton

Funded by Y Combinator, according to their email. But an unsolicited email nonetheless!

Hi there, It seems that the `'out'` event gets incorrectly fired _before_ the element has actually gone out of the container, which is contrary to the docs, but more crucially,...

Fixes #1704. 🚨 Requires a DB migration 🚨 ⚠️ We must make sure that the cron job from #1684 is successfully running before we release this. (Because this PR deletes...

Completes #1703. The `w3name` client library (and the proxy for it in `web3.storage/name`) should be released and working (so that all IPNS-related requests are going to the new `w3name` Cloudflare...

topic/pot
pi/w3name

The last piece of #1424. This test currently fails because the tests use `fetch`, which behaves as if it's in a browser and requires CORS headers on the response, which...

Although these logs are only accessible to project members, not the public, it still seems a bit risqué to be logging user PII. I considered trying to redact part of...

Currently, in `packages/cron/package.json` we're using `NODE_TLS_REJECT_UNAUTHORIZED` to work around an SSL problem with the direct postgres (not postgREST) connection to the DB, which is hosted on Heroku. If we remove...

kind/bug
need/triage
potential/support-pi

BLOCKED: Awaiting uploads v2 and UCAN Currently, the `email` column in the `public.user` table is not unique. On production we have at least one email address which appears twice in...

kind/bug
P3
blocked

This is a follow up to Alan's comment here: https://github.com/web3-storage/web3.storage/pull/1346#issue-1244957912 I've gone with changing the `DEBUG` env var to `'false'` in wrangler.tom., as the only other place where we compare...

I've removed the `|safe` filter from the `help_text` as I can't see a reason to assume that it's safe (no more than the label, error messages or anything else). As...