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

Block or report worc

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. grim console errors grim console errors
    1
    console.error(`${ navigation } is not an option`)
    2
    
                  
    3
    console.error(`${ user } did not submit`)
  2. Type algebra to detect empty objects Type algebra to detect empty objects
    1
    /**
    2
     * This came out of some work where we were sending an encoded JSON object as a query param in a network call.
    3
     * But, we can't send nothing, `param=`, or we crash the server, that's taken care of by restricting the type
    4
     * to at least `Record<string, string>`, but it left open the possibility of empty objects. Encoded as `'%7B%7D'`.
    5
     *
  3. ktmap ktmap Public

    a location-based next arrivals app for the trimet transit system

    HTML 1

  4. frontmatter frontmatter Public

    very simple frontmatter parsing

    JavaScript

  5. koma-kulshan koma-kulshan Public

    just a couple of d&d generator tools

    HTML

  6. wait wait Public

    A demo of live, throttle, delay, debounce

    TypeScript 1