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

Block or report gtkatakura

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. decimal.js.macro decimal.js.macro Public

    A babel-macro to transpile arithmetic expressions to `decimal.js`

    JavaScript 20 2

  2. create-numeric-js-macro create-numeric-js-macro Public

    JavaScript 2

  3. furb-learn-regex furb-learn-regex Public

    CSS 2

  4. conventions-tips-tricks conventions-tips-tricks Public

    Conventions, tips and tricks for projects.

    Shell 5

  5. recursive-func recursive-func Public

    JavaScript

  6. curry-variadic.ts curry-variadic.ts
    1
    // funciona somente com v3.1.6, essa estrategia de end/continue
    2
    // era um backdoor para fazer recursao em types, recursao funcionava somente com interfaces
    3
    // antigamente pela resolucao de tipos ser lazyness e nao acabar fazendo o compiler cair
    4
    // potencialmente em um looping infinito na resolucao do tipo, por causa disto tem validacao
    5
    // no compiler agora e codigos nesse estilo sao barrados pelo compiler