Alexandru C
Alexandru C
Hey, I wanted to try out the latest data-value attribute, but I can't figure why it isn't working: My attempts: ``` 9,8,9,10,9,9,7,8,7,9 9,8,9,10,9,9,7,8,7,9 ``` JS part ``` $(".bar").peity("bar", { height:...
Speed up proposal for method `findManyByIds`. https://github.com/GraphQLGuide/apollo-datasource-mongodb/blob/08e1c076739867a9e73a707adc66767a7e8525d7/src/cache.js#L173 As-Is right now, it's opening a lot of `findOneById` with a promise.all, but it's really inefficient once you have over 100 keys and...
- [ ] add same coding style for the frontend - [ ] remove semicolons from API folder
On the analytics page, I can't see the pool data (this works only with ETH and Celo network, the rest are failing), it's loading forever and never works. I suspect...
I've been using the quoterV2 to get prices in multiple chains but it fails in the Blast chain. Can you help me with a solution? The quoterV2 I'm using from...
Hello, I'm using op-reth, I downloaded the archive you provided on the website and I've waited for a few days to sync but to no luck. It went from 39k...
Hello, I've been trying and trying stuff to get the Blast quoterV2 to return prices, but with no luck. Only getting "Error: call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="quoteExactInputSingle((address,address,uint256,uint24,uint160))",...
Can I ask you bring back copyCode method or give an alternative to this in order to use custom positioning for external buttons? ```javascript copyCode(t) { t.target.insertAdjacentHTML( "afterend", `${this.$refs.code.innerText}` );...