Simon Sapin

Results 118 issues of Simon Sapin

When a PR is first opened, highfive randomly assigns its review to someone. Based on https://github.com/rust-lang/highfive/blob/master/highfive/configs/rust-lang/rust.json#L10 it looks like this is based on what files/directories the PR modifies. This is...

Switching to this crate with `#[global_allocator]` apparently caused Servo to consume 7x more virtual memory than with `alloc_jemalloc`: https://github.com/servo/servo/issues/19010. This seems surprising since the same jemalloc code is used ultimately,...

I’ve added the API below through an extension trait. Do you think it would make sense to have as inherent methods in this crate? I can send a PR. I’m...

I tweaked the _embedder_ shell so that it shows the presenter’s notes, just like the _onstage_ shell does. You can see it in action here: http://exyr.org/2012/weasyprint-at-pyconfr/ Before I make a...

See https://crates.io/crates/stable_deref_trait This enables having a complex struct that borrows byte slices from a `Mmap`, and storing it next to that `Mmap` to eliminate the lifetime parameter.

The documentation for this method includes: > ## Unsafety > > The caller must ensure that the file is not concurrently modified. But since the filesystem is shared with other...

When there’s enough tabs that they don’t all fit, TabCenter uses a scrollbar. Using the mouse "wheel" while hovering tabs normally scrolls the list of tabs. Since a recent update,...

Steps to reproduce: - Install and enable this extension - Open enough tabs that the tab bar has a scroll bar - Switch to the last (bottom) tab - Middle...

Thanks for making this! Performance is much better than https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/ , especially at startup. When a link is hovered, its URL is shown at the bottom of the window. Without...