Glenn Watson
Glenn Watson
I approve!
Hi, I don't have a Windows machine to test on. I think that if you open the command shell in ST (the same one you open when you first install...
What platform are you running on?
Unfortunately I don't have time to maintain this project right now. If anyone else is interested, I'd be happy to transfer the project to a new maintainer?
Ah, you're right - I am unable to reproduce that crash at all - perhaps it's mac specific?
When I test that on Linux, I see the following:  So it looks like it's mostly working - but that the clipping (or something similar) is incorrect. Could you...
Minimal test case for the clipping / display issue: ``` .webviews { height: 2836px; transform: translateZ(-1300px) rotateY(30deg); background: grey; } ```
OK, I can see the problem. We have this band-aid style solution right now for clipping with transforms, that sort of works enough to handle the basic cases, but falls...
@kvark is working on fixing up the clip + transform issues, which should sort this out.
I've been trying to test this bug against current WR for a couple of weeks, but I just get a gateway timeout. Is it possible to host this test case...