Joone Hur

Results 12 comments of Joone Hur

Your gbm version is quite old. I'm using 18.1.3

I have implemented proxy support in my forked version, available at: https://github.com/joone/headless-cluster.

See more comments at https://news.ycombinator.com/item?id=40061298

https://crates.io/crates/rusttype

https://medium.com/@raphlinus/inside-the-fastest-font-renderer-in-the-world-75ae5270c445

https://github.com/alexheretic/ab-glyph

https://github.com/twilco/kosmonaut/issues/10 > I saw somewhere that one project is migrating to https://crates.io/crates/allsorts > There is also https://github.com/redox-os/rusttype > Discussion https://news.ycombinator.com/item?id=21579866

I'm working on another explainer to monitor end-to-end handling of `postMessage`. At least, we need to support the Long Tasks API in Web Workers because there are cases where workers...

@noamr, in this offscreen canvas example, long tasks can be randomly executed within the rendering code, affecting the box update, but LoAF is not appliable in this scenario. https://joone.github.io/web/game_worker/ https://joone.github.io/web/game_worker/game_worker.js...

> > @noamr, in this offscreen canvas example, long tasks can be randomly executed within the rendering code, affecting the box update, but LoAF is not appliable in this scenario....