Skip to content
View dlrobertson's full-sized avatar
:bowtie:
rep; nop
:bowtie:
rep; nop

Organizations

@w3c @whatwg @mozilla-standards @web-platform-tests @rust-dc

Block or report dlrobertson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sylkie Public

    IPv6 address spoofing with the Neighbor Discovery Protocol

    C 52 14

  2. rust-lang/rust Public

    Empowering everyone to build reliable and efficient software.

    Rust 102k 13.2k

  3. mozilla/gecko-dev Public

    Read-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

    JavaScript 3.6k 2.1k

  4. smoltcp-rs/smoltcp Public

    a smol tcp/ip stack

    Rust 4k 445

  5. servo/servo Public

    Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

    Rust 29.8k 3.1k

  6. mythril-hypervisor/mythril Public

    A hypervisor written in rust

    Rust 55 15

66 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to mozilla/gecko-dev, dlrobertson/capsicum-rs, web-platform-tests/wpt and 10 other repositories
Loading A graph representing dlrobertson's contributions from March 17, 2024 to March 23, 2025. The contributions are 66% commits, 17% code review, 11% issues, 6% pull requests.

Contribution activity

March 2025

Created 3 commits in 2 repositories
Created 1 repository

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…

+51 −3 lines changed 10 comments
Opened 1 other pull request in 1 repository
web-platform-tests/wpt 1 merged

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)…

2 comments
Opened 1 other issue in 1 repository
uutils/coreutils 1 open
Loading