Nico Burns

Results 225 comments of Nico Burns

Also works the other way with proportional fonts. Helvetica Neue doesn't look great:

Another option would be to only allow use of `do` in contexts which are already strict. So `do { ... }` in sloppy mode is a hard error (could this...

Are the plans to re-apply (any of) these changes upstream?

> In general, Font does not change very much either. The biggest change here is that `FontHandle` will become both `Sync` and `Send` and `FontRef` will become `Arc` Perhaps `Arc`,...

I've looked into this a little more and I have some comments: - It would be good if the `layout_2020` crate could be decoupled from the font store types. And...

Having upstream clang in my path broke servo bootstrap for me (specifically the python library "pillow" failed to compile). I had to use Apple Clang (by removing the path override)...

AccessKit (https://github.com/AccessKit/accesskit) is what pretty much everyone else in Rust is using. It would be fantastic if Servo could use it (and contribute to / improve it if necessary). I'm...

Update on this: it seems that webrender is not a dependency of the `style` crate. But that stylo-dioxus is depending on webrender at the top level. However if I remove...

> The servo crate is manually patching the webrenderer API crate so we have copied the similar patch into stylo-dioxus. Hmm... but the `webrender_api` crate and the `webrender` crate are...

My major issues here were fixed when `servo_config` was replaced with `style_config`. The `style` crate still has what I believe are unnecessary dependencies. For example, it depends on `html5ever` just...