Francesco Agosti

Results 12 comments of Francesco Agosti

In the short term, we'd like to have a "staging" and "dogfood" bucket. In the longer term, we'd like to have a static deployment per branch. So basically the use-case...

@brandonweiss it seems that all your scenarios assume that the goal long-term is to have one bucket / configuration, or to quickly test changes in a different bucket. What I'd...

@brandonweiss yes that is a good workaround. However, I've just resolved to point to my fork for now :) (if you are curious: https://github.com/0xProject/0x-monorepo/pull/1210/files) I think the feature can simply...

Thanks for making this! Maybe a migration is a bit much for now because all the data is available in Mesh (DB just a cache / query layer), but we...

@MartinKolarik how would you suggest we patch this if we wanted to fix https://cdn.jsdelivr.net/gh/solana-labs/token-list@main/src/tokens/solana.tokenlist.json specifically

What about https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-122.md

This fixed it: ``` - markdownTemplateEngine: 'njk', + markdownTemplateEngine: false, } ```

Re-opening as this is still an issue if you want to use nunchucks in your markdown.

+1 I am also in need of this.

We do explicitly call this out in https://github.com/0xProject/standard-relayer-api#versioning, however we do not explicitly mention this is the auto-generated documentation http://sra-spec.s3-website-us-east-1.amazonaws.com/#operation/getAssetPairs (that we eventually want to integrate into the website). Although,...