Skip to content
View hasparus's full-sized avatar

Sponsors

@beekeeb

Organizations

@EpicGames @WrocTypeScript @system-ui

Block or report hasparus

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. system-ui/theme-ui Public

    Build consistent, themeable React apps based on constraint-based design principles

    TypeScript 5.3k 676

  2. dethcrypto/TypeChain Public

    🔌 TypeScript bindings for Ethereum smart contracts

    TypeScript 2.8k 368

  3. dethcrypto/dethcode Public

    View source of deployed Ethereum contracts in VSCode

    TypeScript 1.4k 114

  4. slash-cli Public

    🔪 A CLI for sindresorhus/slash

    JavaScript 1 1

  5. lightweight sum type matching in typ...
    1
    interface A { type: 'A', a: 10 };
    2
    interface B { type: 'B', b: [11] };
    3
    type AB = A | B;
    4
    
                  
    5
    type TypeOf<T extends { type: any }> = T extends { type: infer Type } ? Type : never;
  6. DefinitelyTyped/DefinitelyTyped Public

    The repository for high quality TypeScript type definitions.

    TypeScript 49.5k 30.4k

2,289 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 graphql-hive/console, the-guild-org/docs, hasparus/bear-fit and 32 other repositories
Loading A graph representing hasparus's contributions from March 31, 2024 to April 06, 2025. The contributions are 83% commits, 12% pull requests, 5% code review, 0% issues.

Contribution activity

April 2025

Created 4 commits in 2 repositories

Created a pull request in graphql-hive/console that received 13 comments

Newsletter form card

Background Description Added a form to sign up to the newsletter.

+228 −31 lines changed 13 comments
Opened 4 other pull requests in 3 repositories
  • History
    This contribution was made on Apr 6
Reviewed 3 pull requests in 2 repositories
36 contributions in private repositories Apr 1 – Apr 5
Loading