Andrea Scartabelli

Results 6 comments of Andrea Scartabelli

You make a valid point here, but still unsure if we should act on it now, or rather wait for some change I'm expecting like contracts defining their own gas...

Also @laremas, while discussing this issue with @ZER0 we both agreed that the current design makes the eye follow columns, instead of rows. Can you think about it? Only thing...

> This is common for a lot of wallets, i would not make it similar to a table. I know that eyes follow columns (in our side of the world),...

A **very quick** experiment with `istanbul` seems to indicate that we will have better coverage for event handlers and such, but many problems still remain on the markup portion of...

Vitest update its coverage providers (both v8 and istanbul) to v.1.x. The situation is still puzzling; I'll attach some screenshots from the coverage of one component to illustrate the situation....

I've thought about it and maybe it's better if we stick to how native lifecycle methods are (they accept just a single callback). So instead of: ```js onNetworkChange(fn1); onNetworkChange(fn2); onNetworkChange(fn3);...