Results 16 comments of Vlad Feskov

so this is what Sibbell calls realtime, interesting i can add a checkbox to let you control if you wanna wait for release description or you want email ASAP. i...

some people do want the emails ASAP tho, e.g. #13

it depends on your locale, i guess you're using US locale. With Chrome and Firefox you choose locale when downloading the installer, Safari I think depends on your system preferences....

@grozen i did consider the delayed driver, and while its internal mechanics are basically the same as ones of this approach (using additional element stream from DOM driver), the surface...

It comes down to comparing these two (shared dependencies omitted): First - 28 lines: ```jsx const drivers = { DOM: makeDOMDriver('#root'), Canvas: canvasDriver, viewport: ... } function main (sources) {...

in my case, which i think isn't that rare, i needed `width` and `height` of the canvas to dynamically change to fit inside client's viewport, it proved to be a...