Skip to content
View HikaruEgashira's full-sized avatar
:octocat:
:octocat:

Sponsoring

@chakra-ui
@supabase
@antfu
@sosukesuzuki
@azu
@eslint
@refinedev
@prettier
@pydantic
@rust-analyzer
@pmndrs
@OWASP
@sindresorhus

Organizations

@C-FO @twin-te

Block or report HikaruEgashira

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. twin-te/twinte-front twin-te/twinte-front Public

    Twin:te フロントエンド

    TypeScript 39 7

  2. vulnhuntrs vulnhuntrs Public

    Alternative vulnhuntr + Rust implementation + tree-sitter multilingual support

    Rust 15 1

  3. C言語などによくあるprintfにTypeScriptで型をつける C言語などによくあるprintfにTypeScriptで型をつける
    1
    type Parser<T> =
    2
          T extends `%s${infer U}`? [string, ...Parser<U>]
    3
        : T extends `%d${infer U}` ? [number, ...Parser<U>]
    4
        : T extends `${string}${infer U}` ? Parser<U>
    5
        : [];
  4. gh-q gh-q Public

    rewrite ghq

    Shell 3

  5. surf-board surf-board Public

    Modern GitHub Search UI

    TypeScript

  6. o1-extension o1-extension Public

    Chat with @o1 @o1-mini. OpenAI API in VSCode Copilot Chat

    TypeScript