Raphaël Gomès

Results 31 issues of Raphaël Gomès

In Mercurial, we have to use `^(?:)` where `` is the culmination of all patterns (transformed to regex) in the user's `.hgignore` to remove the additional `.*` on each end....

enhancement

https://github.com/rust-lang/rust/pull/83799 has been stabilized in 1.53, which means that my first name is now a valid Rust identifier. While this is great news, turns out that only `rapha` in `raphaël`...

upstream

I am note certain what the git equivalent is, so I left it unimplemented (and hidden) for now. Related: I think the keyboard shortcuts should be part of the config...

I don't want to accidentally do anything with a shortcut, I think a read-only mode (command line argument/config?) to remove all write actions would be super useful.

enhancement
investigate

Hi, I have not found a way of specifying which output the program should run in. I'm not sure where the responsibility lies in being able to pick the either...

question

Hi, Within our use-case of CairoSVG, we convert user-submitted SVG that may contain external images. Some of those images use the CMYK colorspace, which breaks the conversion process with the...

feature

Hi, I'm looking into `fancy-regex` to maybe add it to Mercurial's `hgignore` system instead of `regex` to allow for non-linear regex as a fallback. Right now we completely disable the...

enhancement
help wanted

Hi, This is a separate issue from #882 as it is more big-picture. We find ourselves adding new parameters in a backwards-compatible manner and seeing our old results unusable or...

idea

If the `setup` method fails, the tests session waits for timeout (1800s per benchmark!) provided a sub process had been created beforehand. This lead to excruciatingly long test sessions, appearing...

needs-work

The current summary grid can get pretty unwieldy when you have a lot of different benchmarks. This is a proposal for making it easier to read by nesting them in...

needs-work