Skip to content
View iamfotx's full-sized avatar
🐒
teaching turtles to tango
🐒
teaching turtles to tango
  • Pakistan

Block or report iamfotx

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. react react Public

    Forked from facebook/react

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

    JavaScript 1

  2. Recoil Recoil Public

    Forked from facebookexperimental/Recoil

    Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features o…

    JavaScript 1

  3. remix remix Public

    Forked from remix-run/remix

    Build Better Websites. Create modern, resilient user experiences with web fundamentals.

    TypeScript 1

  4. TypeORM TypeORM
    1
    export const customLocationRepositoryMethods = {
    2
      async findWithFilter(
    3
        limit: number,
    4
        offset: number,
    5
        search: string,