Paolo Chillari
Paolo Chillari
Resolves #1711 Relates to bigger ticket #1362 In this PR we created a Table component that is accessible and reusable
# Context Existing table components are tightly coupled with files and all assume to have all the items on load. In order to have API paginated uploads and pins we...
Resolves #1362
Resolve #1506 As part of this I update the templates in Mailchimp, please review. At the moment updating email styles and templates is quite painful, I've timeboxed this to the...
## Context Storage Limits Job performance deteriorated in the last few days (25/07/2022) While I haven't gone to full-length research on why that happened, I noticed something that surely could...
### Overarching user needs / context: * When migrating pinning to Elastic Provider (pick-up service), we will need the existing pinned pins to be on S3 so the Elastic Provider...
## Context In this [PR](https://github.com/web3-storage/web3.storage/pull/1573) we created a new index on `pin(content_cid, status)`. ## TODO Can we audit how we're querying the `Pin` table and verify if we still need...
We're currently using Mailchimp transactional emails (mandril) to send notification emails in web3.storage. We should use postmarkapp instead. ## Context Mailchimp transactional is pretty bad. It has a poor UX,...
At the moment it is pretty difficult to discriminate between different DBError messages. Within our DBClient if an error occurs we generally raise a `DBError`. `DBError` has always code `'ERROR_DB`...
When other ratios than 1x are created, for example with --retina option two image bundles are create, bundle.png and [email protected]. Unfortunately sometimes @ character is not an allowed one, and...