Pinned Loading
-
rust-lang/rust
rust-lang/rust PublicEmpowering everyone to build reliable and efficient software.
-
mozilla/gecko-dev
mozilla/gecko-dev PublicRead-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
-
-
servo/servo
servo/servo PublicServo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
-
mythril-hypervisor/mythril
mythril-hypervisor/mythril PublicA hypervisor written in rust
66 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 3 commits in 2 repositories
Created 1 repository
-
dlrobertson/coreutils
Rust
This contribution was made on Mar 20
Created a pull request in uutils/coreutils that received 10 comments
printf: trim leading whitespace when parsing numeric values
Trim leading whitespace from numeric input to printf.
This is what seq does here. Note that the rust docs for trim_start
state the following:
‘Whi…
Opened 1 other pull request in 1 repository
web-platform-tests/wpt
1
merged
-
Move scrollIntoView subtests into individual test variants
This contribution was made on Mar 10
Created an issue in uutils/coreutils that received 2 comments
printf: leading "+" not parsed/ignored
Expected Result
$ printf "%d\n" "+0x1"
1
Actual Result
# cargo run printf "%f\n" "+0x1" Finished `dev` profile [unoptimized + debuginfo] target(s)…
Opened 1 other issue in 1 repository
uutils/coreutils
1
open
-
seq allows unicode whitespace in number string
This contribution was made on Mar 20