Results 48 comments of Yusef Napora

Yes, exactly. I currently have a [release-binaries workflow](https://github.com/yusefnapora/w3name-rust-client/blob/main/.github/workflows/release-binaries.yml) that runs on the "release created" event. But that event only gets dispatched if you tell `release-please` to use a non-default github...

I'm definitely in favor, for all the reasons described above. @vyzo - just like old times! sqlite for metadata indices + rocksdb for blob storage worked really well for mediachain.

I like this idea - just pasting in my thoughts from slack so they don't evaporate: My only concern is dependency cycles, where one service wants to check if an...

I should probably define "no longer works" :smile: If you give `dispatchFetch` the wrong kind of `FormData`, it seems to treat it as plain text, setting the content-type to `text/plain;charset=utf-8`...

Hi, sorry you're having problems uploading. If you're using the upload button on the nft.storage website, you might try [nftup](https://nft.storage/docs/how-to/nftup/) instead. It's a desktop app that often works better for...

Seems like a good opportunity to use the new create-nft-storage starter kit from https://github.com/nftstorage/nft.storage/pull/1593 I'll play with that this week and see if I can tighten things up a bit....

I think you need to [create a request token](https://nftstorage.github.io/ucan.storage/#creating-a-request-token-to-upload-content) from the `$UCAN_TOKEN` that the service gave you. UCANs are a little weird in that you have to create your own...

Not 100% sure here, but I _think_ what's going on is that the token you create in Step 4 should have a token from the nft.storage service's `/ucan/token` endpoint in...

That sounds like a good solution - nice and simple :)

Stray observations about flyway: - "fancy migrations" that involve custom logic can be implemented in Java - if we pay for the "Flyway Teams" thing (~3k USD/year), we can [write...