MeTony

Results 31 comments of MeTony

@CleisonArenhart I have the same issue, and also I thought that with `browser.close()` I would have solved the issue, but RAM keeps increasing. Not sure how to properly close it...

As a further reference, this missing transaction will affect also the query to evaluate the 'Token balance for any address on any block height' (reference https://evgemedvedev.medium.com/exporting-and-analyzing-ethereum-blockchain-f5353414a94e , article of @medvedev1088...

thanks @medvedev1088 for your answer. Yes, I was thinking the same about the reason, happy to see we agree. My question is now, what can be a good workaround? Maybe...

As London is about to go live, any eta expected for a new release of ethereum-etl compatible with London?

Thanks @medvedev1088 , so far everything looks perfect!

Understand the trick of the class, but being able to override zIndex keeps the code much more clean. +1 for me for this feature!

hi guys same issue of @fedecastelli here. is there a workaround? I tried to `git clone` the project and run `npm run dist` but it throws errors on building while...

@antoninklopp that's what I was doing. After your suggestion I implemented `craco` , so that I can transpile the code. The above mentioned error is not showing out anymore. For...

Agree, this is a feature that I expect to find is a product like AppSync

I'm using Apollo GraphQL client. It automatically adds this header `Accept-Encoding: gzip, deflate, br` The answer doesn't have the `Content-Encoding` nor it's compressed (and size of the call is 14...