Skip to content
View gibson042's full-sized avatar

Organizations

@jquery @qunitjs @Agoric

Block or report gibson042

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. canonicaljson-spec Public

    Specification of canonical-form JSON for equivalence comparison.

    Awk 21 9

  2. tc39/proposal-json-parse-with-source Public

    Proposal for extending JSON.parse to expose input source text.

    HTML 239 8

  3. Focus Search user script
    1
    // ==UserScript==
    2
    // @name         Focus Search
    3
    // @namespace    https://github.com/gibson042
    4
    // @description  Responds to <{Command,Ctrl}+/> by attempting to find and focus a page's search box.
    5
    // @source       https://gist.github.com/gibson042/c9b3406bc54f55726ec4
  4. highlight.awk - ANSI-format matching...
    1
    #!/usr/bin/awk -f
    2
    BEGIN {
    3
    	USAGE="Usage: %s rule=<awk ERE pattern>/<ANSI SGR format>[.<extra format>]... [rule=...]...";
    4
    	EXAMPLE="Example: </etc/resolv.conf %s rule='#.*'/dim rule='([0-9]+[.]){3}[0-9]+'/bold.red";
    5
    	CMD=ENVIRON["_"];

1,464 contributions in the last year

Contribution Graph
Day of Week 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 Agoric/agoric-sdk, tc39/proposal-immutable-arraybuffer, tc39/ecma402 and 76 other repositories
Loading A graph representing gibson042's contributions from April 07, 2024 to April 10, 2025. The contributions are 52% commits, 23% code review, 19% pull requests, 6% issues. 23% Code review 6% Issues 19% Pull requests 52% Commits

Contribution activity

April 2025

Created a pull request in Agoric/agoric-sdk that received 25 comments

feat(swingset-liveslots): Support adding optional top-level fields to stateShape records

Fixes #10200 Description Updates the liveslots virtual object manager (VOM) to allow a new incarnation to add top-level fields to an existing kind …

+468 −242 lines changed 25 comments
Opened 6 other pull requests in 4 repositories
Reviewed 15 pull requests in 5 repositories

Created an issue in LadybirdBrowser/ladybird that received 2 comments

JS print function adds unexpected output

Summary When I print a string with the ladybird-js executable, it wraps the output in quotes, and when I print an array, it adds brackets and white…

1 task
2 comments
Opened 3 other issues in 2 repositories
Loading