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

Block or report wes5510

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

    CSS 1

  2. wcdw3/LazyRender wcdw3/LazyRender Public

    Uses react-intersection-observer to render components when they appear on the screen.

    JavaScript 3

  3. SnapTask SnapTask Public

    A simple task management tool for the inq prototype.

    JavaScript

  4. yTypegoose.ts yTypegoose.ts
    1
    import * as Y from 'yjs';
    2
    import { getModelForClass, prop, ReturnModelType } from '@typegoose/typegoose';
    3
    
                  
    4
    const Y_TYPEGOOSE = {
    5
    	DEFAULT_COLLECTION_NAME: 'ydoc',