Lorenzo Fontoura

Results 8 comments of Lorenzo Fontoura

I've just realised #1971 does the same.

This is a problem because then it is impossible to get the revert reason when sending via ethers, unless ethers can return the revert reason the same way it can...

> But there's no Cargo.lock Good point. I didn't realise that. I can set Cargo.toml as a key instead, this might cause some false-positives if something other than a dependency...

> have you tried `CTRL` + `Shift` + `+`? That should work @ImKaashif Thanks, that does work. I noticed `CTRL`+`Shift`+`-` does not work for zooming out though. Not very consistent.

> I think the default keymap for zoom in/out is coming from Electron. Is this on Windows? On Mac `CMD`-`+` works as expected. @heyman Linux/Fedora :)

I can confirm this resolved an issue I had where contents from the template leaked into the block-fragmented child template. I added another test case here: https://github.com/djc/askama/pull/1032

> do you mean something similar to `Ctrl` + `Down` and `Ctrl` + `Up` ? @ImKaashif Yes. Although I would expect it to go to the beginning of the next...

@akubera thanks for the response. I actually specifically need to set the scale, not the precision. But that would work yes (assuming I can set the scale on the context),...