Raphaël Gomès

Results 31 issues of Raphaël Gomès

I saw the PR about the new results format (#847) and while I am very happy to see these kinds of improvements, there still remains a major issue with the...

question

We're using the new `build` environment variables in the conf matrix for benchmarking Mercurial with and without Rust, but the first few months of writing Rust code was not kept...

enhancement

Is there a setting to let the checkpoints expire after some time? In my case, it becomes useless after a week (at the very most), by that point everything worth...

It appears as if the newly released inline annotations are not debounced or do not take new text into account well enough, which causes the annotation to appear inserted before...

Sometimes trying to understand the changes a file/function went through implies combing through multiple layers of history. In the CLI it's basically `hg annotate REV` + `hg export REV2` +...

Both the gutter and the inline annotations currently have a format that might not be optimal for everyone. I would personally leave the inline as they are, but I would...

First of all, thanks for shipping annotations support, it will prove very useful. :) I usually use `hg annotate` to get more information or even follow code through history (with...

This is a very similar issue to #3004. Right now we have the ability to enable and disable mouse acceleration, but no setting for mouse sensitivity. Sensitivity in sway is...

enhancement
input/pointer

This is done according to RFC 189¹. In few words, the motivation is to drastically reduce the number of queue API calls done by decision tasks, since they sometimes need...

Hi all. # The performance problem When looking at profiles with the following command in the `mozilla-unified` repo: `py-spy record -F --idle --format speedscope -o output.json -- ./mach taskgraph morphed...