Benjamin Goering
Benjamin Goering
> Whatever solution we choose for this (it doesn't mean we have to get rid of assert) we should make sure the webpack config of the application does not require...
I don't think the sentry errors are related to the pinning API
> Need to resolve error on accounts page with users that have no pinning service access. Why do we *need* to? If the motivation for this was the error in...
I think there are two orthogonal issues: * the js console error mentioning pinning api - this is what I was pushing back on whether it's urgently needed (if unrelated...
> Could we get more info about why we are adding this table? We actually had it before and moved towards having a column within upload table later on. @vasco-santos...
After deploying to staging via [this](https://github.com/web3-storage/web3.storage/actions/runs/8237844444), I verified `w3 list` calling the list uploads api still works ok. Going to release to prod.
i had to do this other PR to ensure this change to db package got incorporated into released api service https://github.com/web3-storage/web3.storage/pull/2362 verified in prod after [deploy](https://github.com/web3-storage/web3.storage/actions/runs/8238701978/job/22530426458): `w3 list` works against...
Might be able to use https://docs.sentry.io/platforms/javascript/guides/react/
``` ~/dfinity/agent-js bengo/1614194580/bs-lint-fix ✔ 4h18m ▶ git grep tslint | cut -f1 -d':' | uniq | tr '/' ' ' | cut -d' ' -f2 | uniq bootstrap identity-provider node...
I'm not sure if it's possible, tbh. The goal here is to support subscriptions. apollo-server-lambda's ApolloServer doesn't (I believe) even try to. The approach that's worked for us is just...