Opensource lover. Rustdoc team leader, member of the Rust dev-tools, documentation and docs.rs teams, GNOME foundation member.
Sponsors
Block or Report
Block or report GuillaumeGomez
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
4,119 contributions in the last year
Less
More
Contribution activity
September 2022
Created 186 commits in 12 repositories
Created 3 repositories
- GuillaumeGomez/rapier.rs HTML
- GuillaumeGomez/bevy Rust
- GuillaumeGomez/puppeteer TypeScript
Created a pull request in rust-lang/rust that received 32 comments
Add version switcher script for std docs
The goal of this PR is to add a UI which allows to switch between the different versions of the hosted libraries docs on doc.rust-lang.org. It come…
+235
−0
•
32
comments
Opened 70 other pull requests in 13 repositories
rust-lang/rust
2
open
27
merged
3
closed
- Migrate sidebar links color to CSS variables and unify themes with ayu
- Improve rustdoc GUI tests
- Improve some AllTypes fields name
- Add doc aliases on Sized trait
- Prevent usage of .stab elements to create scrollable areas in doc blocks
-
Add missing documentation for
bool::from_str - Unify "all items" page's sidebar with other pages
- Add GUI test for notable traits element position
- Fix tooltip display for error codes
- Continue migration of CSS themes
- Rollup of 7 pull requests
- Remove some unused CSS rules
- Rollup of 7 pull requests
- Extend CSS check to CSS variables
- Add documentation for TyCtxt::visibility
- Improve Attribute doc methods
- Rollup of 8 pull requests
- Rollup of 7 pull requests
- Rollup of 8 pull requests
- Change default level of INVALID_HTML_TAGS to warning and stabilize it
- Update browser UI test 0 10
- Update browser-ui-test version to 0.9.8
- Simplify codeblock and their associated tooltip
- Rollup of 5 pull requests
- Cleanup themes (tooltip)
- Some pull requests not shown.
GuillaumeGomez/browser-UI-test
21
merged
- Update package version to 0.11.0
- Add store-text command
- Cleanup of helpers
- Add store-local-storage command
-
Extend
assert-variable*commands - Add store-attribute command
- Add store-css command
- Add UI tests for compare-elements-property* commands
-
Add
assert-variable,assert-variable-false,store-propertyandstore-valuecommands - Parse commands one by one instead of all at once to make variables useable
-
Allow more comparisons for
compare-elements-attribute*commands - Update package version to 0.10.0
- Add warning for click command on pseudo elements
- Fix invalid parser error
- Update to puppeteer 17.1.3
- Add click-with-offset command
- Update package version to 0.9.8
- Fix invalid code generation
-
Remove usage of
page.waitFor([number])to prepare for potential future upgrades - Improve assert-text* to show all errors
- Improve assert-position* to show all errors
trusted-programming/trusted-programming.github.io
4
merged
GuillaumeGomez/rust
2
closed
GuillaumeGomez/process-viewer
2
merged
GuillaumeGomez/sysinfo
2
merged
dimforge/rapier.rs
1
open
bevyengine/bevy
1
open
rust-lang/std-dev-guide
1
merged
gtk-rs/gtk-rs.github.io
1
merged
GuillaumeGomez/tuto-rust-fr
1
merged
puppeteer/puppeteer
1
merged
rust-lang/docs.rs
1
merged
Reviewed 73 pull requests in 7 repositories
rust-lang/rust
25 pull requests
-
rustdoc: remove no-op CSS
#source-sidebar { z-index } - rustdoc: clean up CSS/DOM for deprecation warnings
- rustdoc: CSS prevent sidebar width change jank
-
rustdoc: remove no-op CSS
.location:empty { border: none } - rustdoc: clean up line numbers on code examples
-
rustdoc: remove unnecessary
max-widthon headers -
rustdoc: remove no-op CSS
.content .item-info { position: relative } - Add missing space between notable trait tooltip and where clause
- Add version switcher script for std docs
-
rustdoc: remove no-op CSS
.content > .methods > .method - Prevent usage of .stab elements to create scrollable areas in doc blocks
-
rustdoc: remove no-op CSS
h1-6 { border-bottom-color } -
rustdoc: remove
docblockclass fromitem-decl -
rustdoc: remove unused CSS
td.summary-column -
rustdoc: remove redundant
.location a { font-weight: 500 } -
rustdoc: remove unused CSS
.non-exhaustive { margin-bottom } - rustdoc: clean up CSS for All Items and All Crates lists
-
doc: fix redirected link in
/index.html -
rustdoc: remove no-op CSS on
.source .content - Remove some unused CSS rules
- rustdoc: use more precise URLs for jump-to-definition links
-
rustdoc: remove no-op CSS
h1-4 { color: --main-color } -
Replace
check_missing_items.pywithjsondoclint -
rustdoc: remove no-op rule
a { background: transparent } -
rustdoc: clean up CSS
#titlesusing flexbox - Some pull request reviews not shown.
trusted-programming/trusted-programming.github.io
6 pull requests
rust-lang/docs.rs
3 pull requests
GuillaumeGomez/sysinfo
3 pull requests
gtk-rs/gir
1 pull request
gtk-rs/gtk-rs-core
1 pull request
gtk-rs/gtk3-rs
1 pull request
Created an issue in puppeteer/puppeteer that received 13 comments
[Bug]: page.click doesn't work with pseudo elements
Bug description
Trying to click on any pseudo element. However, the last version of puppeteer which supported to click on pseudo elements was the 3.X…
13
comments





