Skip to content
View sag1v's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report sag1v

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-elastic-carousel Public

    A flexible and responsive carousel component for react https://sag1v.github.io/react-elastic-carousel

    JavaScript 348 149

  2. react-trap Public

    Detect dom events inside or outside an element

    JavaScript 4 6

  3. react-only-when Public

    A declarative component for conditional rendering

    JavaScript 7 2

  4. A run-time type checker with proxies
    1
    function typeCheck(obj, definition) {
    2
      return new Proxy(obj, {
    3
        set(obj, key, value) {
    4
          if (key in definition && typeof value !== definition[key]) {
    5
            throw new TypeError(`Invalid type of ${key} '${typeof value}'. expected to be '${definition[key]}'`)
  5. OOP-Javascript-Presentation Public

    JavaScript presentation about OOP (using Spectacle) https://sag1v.github.io/OOP-Javascript-Presentation/

    JavaScript 4 2

  6. A simple implementation of undo and ...
    1
    const stripLast = arr => {
    2
      // split the last item from an array and return a tupple of [rest, last]
    3
      const length = arr.length;
    4
      const lastItem = arr[length - 1];
    5
      const restOfArr = arr.slice(0, length - 1);

48 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to sag1v/test-ci, sag1v/nitay-quest, mui/mui-x and 1 other repository
Loading A graph representing sag1v's contributions from March 24, 2024 to March 30, 2025. The contributions are 64% commits, 28% pull requests, 8% issues, 0% code review.   Code review 8% Issues 28% Pull requests 64% Commits

Contribution activity

March 2025

Created 6 commits in 1 repository
Opened 4 pull requests in 1 repository
sag1v/test-ci 3 merged 1 closed
Loading