Matthew Lilley

Results 84 comments of Matthew Lilley

Awesome @Xenfo - It might be useful to show the link in the terminal too when you run the login command.

It appears that you can pass a token to the build command, but not login. Most CLI apps will still allow me to login via CLI normally with web browser...

@frankfka you might find something useful within our graph client package here: https://github.com/sushiswap/sushiswap/blob/master/packages/graph-client/__tests__/pairs.test.ts We do a lot of multichain queries, and chain specific queries for the same graphs.

> @matthewlilley Thanks! Is there a good way to find docs for the `yaml` file, so that we can actually understand what the configuration does? For example, I couldn't find...

@ardatan No, not at all. It's more of a nausiance. It clogs up terminal so makes debugging a little difficult.

I think this should be resolved on this end, and think this issue should stay open. Out of thousands of packages, the graph client is the only one which does...

@dotansimha when you use orderBy in combination with pagination, the results will always be unexpected since the order of operations are wrong with the graph node. There's a write up...

Yeah, this seems like a limitation of the graph node. Using reserveUSD as the cursor ID isn't a great solution because there's no gaurentee that these are unique.

Interestingly relevent thread for us! BentoBox was pre ERC-4626, but had a somewhat similar protection to the Morpho-dao solution. Yieldbox solution was an attempt to improve on that, initial thoughts...