Results 45 issues of Yusef Napora

This refactors a few things related to the frontend login flow that I found awkward while reading through the code. I'm definitely open to suggestions / change requests if anyone...

pi/support-1

This closes #1758 by making `application/vnd.ipld.car` the main Content-Type for CAR uploads. The API will still accept `application/car`, but the client will send `application/vnd.ipld.car`. **Important**: since this changes the client...

This removes the page about generated clients from the docs site, to close #1573.

need/update
stack/docs

Hey everyone, as I was distracting myself from something else, I started looking into using [Flyway](https://flywaydb.org) for database migrations, using the [node-flywaydb](https://github.com/markgardner/node-flywaydb) package to pull down and run the flyway...

This issue is just to track the discussion around DB migrations - not the implementation, which will happen in a few weeks once we've decided what we want to do....

kind/architecture
kind/discussion
effort/days
topic/infra
topic/devexp
pi/support-0
stack/quality-velocity

This may not be worth the squeeze since it's non-trivial to set up, but it could make diagnosing issues like #1876 easier. Basically, it would be cool if we had...

kind/enhancement
P3
potential/support-pi

This adds the ability to set the URL hash to `#authToken=` and use it to authenticate to the API. It adds a `/user/meta` route to return the `issuer` and `publicAddress`,...

Metaplex recently added a way to link an NFT to a collection in a verifiable way, using an NFT to represent the collection, which you can link to by public...

topic/docs
kind/enhancement
P3
stack/docs
potential/support-pi

Hi, we've been struggling with intermittent connection issues when using copycat, and just managed to trim it down to a small reproducible case. The problem manifests as an uncaught `java.net.ConnectException`...

So far, this is mostly just the Proto Wizard scaffolding with a few TODO lists sprinkled around inside. Eventually, will close #543