Skip to content
View weeksie's full-sized avatar

Highlights

  • Pro

Block or report weeksie

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. zustand-slice zustand-slice Public

    A utility for using namespaced slices, similar to what you'd get with `combineReducers` in Redux, for use with Zustand.

    TypeScript

  2. examples examples Public

    Just some code jams. Examples and snippets of some things that are interesting (or tragic) that I have done.

    C 1

  3. .emacs.d .emacs.d Public

    My .emacs directory. Nothing too exciting here, just the result of a cleanup of 18 years of cruft.

    Emacs Lisp

  4. Some example redux helpers for types... Some example redux helpers for typescript projects. For illustrative purposes only, but really—you don't need another effing npm package, just write this stuff yourself.
    1
    declare global {
    2
      /**
    3
         extend this where needed
    4
      */
    5
      export interface Meta {