Skip to content
View zeusdeux's full-sized avatar
👾
i wear my sunglasses at night so i can — so i can justify the money spent on 'em
👾
i wear my sunglasses at night so i can — so i can justify the money spent on 'em

Organizations

@recursecenter @remarkjs @unifiedjs @contentful-userland @micromark

Block or report zeusdeux

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. use-is-in-viewport Public

    A react hook to find out if an element is in a given viewport with a simple api.

    JavaScript 149 7

  2. isInViewport Public

    An ultra-light jQuery plugin that tells you if an element is in the viewport but with a twist.

    JavaScript 651 157

  3. md-toc Public

    Generate a GitHub compatible table of contents from headings in a markdown file. Tie into a pre-commit hook for max level awesome!

    JavaScript 21 1

  4. jwt-example Public

    Playing with user registration, login/logout, auth, etc using JWTs, serverless functions & faunadb as the data store.

    TypeScript 22 4

  5. Check if any passwords have been com...
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # enable when debugging
    4
    # set -o errexit
    5
    # set -o errtrace
  6. Non-💩 and dirt simple click-outside ...
    1
    import type { Directive } from "vue";
    2
    
                  
    3
    type ClickOutsideHandler = ($event: MouseEvent | TouchEvent) => void;
    4
    type ClickOutsideHandlerMap = Map<HTMLElement, ClickOutsideHandler> & {
    5
      initialized?: boolean;

720 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week August September October November December January February March April May June July
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 zeusdeux/c-libs, google/go-github, getyourguide/auto-pr and 3 other repositories
Loading A graph representing zeusdeux's contributions from July 28, 2024 to July 28, 2025. The contributions are 56% commits, 27% code review, 17% pull requests, 0% issues.

Contribution activity

July 2025

Created 1 commit in 1 repository

Created an issue in flycheck/flycheck-eglot that received 6 comments

flycheck-eglot not respecting flycheck-highlighting-mode

Hello there! flycheck-eglot has been extremely valuable in helping me move off of lsp-mode across all languages I work with daily (go, C and TS/JS)…

6 comments
95 contributions in private repositories Jul 3 – Jul 28
Loading