Paul Lewis

Results 12 comments of Paul Lewis

Yeah gray bars are uninstrumented time AFAIK (guess that's up for grabs), whereas these hollow green blocks are compositor rasters.

> Are the hollow green bars only for rasterizing tiles during native scrolling or can they caused by other things? @xcoderzach The old rendering model would paint and rasterize immediately...

I wonder if this is due to paths etc being *nix-centric (I'm on a Mac). Unfortunately I don't have a Windows machine to check either way :-/

I was thinking more https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon

I'd be happy to provide it. Though I believe @jpmedley is working on documenting all of that good stuff, so it might be better to wait so you get a...

Just wanted to nudge this. I've recently been testing TodoMVC on a bunch of mobile devices, and I noticed (as one example) that you can't get the button (`.destroy`) because...

Ah so I've seen that `COVERAGE_OUTPUT_FILE` is one of the env variables that I could use to configure Jest (or any other lcov-enabled test runner). So my request becomes either:...

Thanks! It would be great to have the escape hatch for all `js_test` rules, just in case something other than Jest is underpinning the test run. (Though adding it to...

Hey, sorry this caused so many headaches! Yes, for the use-case I am looking at an early exit from the built-in coverage tool if it discovers an existing file would...

Update: it looks to work if the `splitting` is set to `True` in the esbuild rule, I guess because the expected output is a directory rather than an individual file....