Skip to content
View amatiash's full-sized avatar
Block or Report

Block or report amatiash

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

  1. type-challenges/type-challenges type-challenges/type-challenges Public

    Collection of TypeScript type challenges with online judge

    TypeScript 40.1k 4.3k

  2. type-challenges-solutions type-challenges-solutions Public

    TypeScript

  3. paperllc/eslint-config-paper paperllc/eslint-config-paper Public

    WebStorm code style and inspections supplemented with ESLint rules

    JavaScript

  4. paperllc/eslint-plugin-paper-mobx paperllc/eslint-plugin-paper-mobx Public

    TypeScript

  5. svg.intersections.js svg.intersections.js Public

    Intersections plugin for svg.js

    JavaScript 45 8

  6. Git remove submodule completely Git remove submodule completely
    1
    git submodule deinit -f page-editor
    2
    rm -rf .git/modules/page-editor
    3
    git rm -f page-editor