Skip to content
Avatar
Block or Report

Block or report namse

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.

Report abuse

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

Report abuse

Pinned

  1. Mono Repository for Namse Entertainment Ltd.

    Rust 6 2

  2. A framework for building native applications using React

    JavaScript 104k 22.2k

  3. Observe what you get before. You don't have to know every changes. But only value's changes which you get before!

    TypeScript 4 1

  4. This generates GraphQL query generator!

    TypeScript 9 1

  5. Cheap & Convenient Video Storage Service for Streamers and Creators

    TypeScript 2

  6. bigger, and faster

    C++ 5 2

897 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

July 2022

Created 10 commits in 1 repository

Created a pull request in NamseEnt/namseent that received 6 comments

Reviewed 7 pull requests in 2 repositories

Created an issue in stephaneyfx/enum-iterator that received 4 comments

Sequence doesn't work if enum has f32 or u32, etc.

#[derive(enum_iterator::Sequence)] enum Foo { A, B { a: u32, b: u32 }, C { a: f32, b: f32 }, } This doesn't work.

4 comments

Seeing something unexpected? Take a look at the GitHub profile guide.