Skip to content
View brianwk's full-sized avatar

Organizations

@openlessor

Block or report brianwk

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Software-Deployed/executor Software-Deployed/executor Public

    Early Prototype. Executor by Software Deployed is a highly customizable and configurable billing and commerce software

    JavaScript 2

  2. dotfiles dotfiles Public

    My important dotfiles for MacOS

    Shell 3

  3. Use a Jotai writable atom with Conve... Use a Jotai writable atom with Convex query updates
    1
    import { useAtomValue, useSetAtom, WritableAtom } from "jotai";
    2
    import { api } from "~/convex/_generated/api";
    3
    import { useConvexAuth } from "convex/react";
    4
    import { useEffect } from "react";
    5
    import { useQueryWithStatus } from "../useQueryWithStatus";
  4. asyncfs-s3 asyncfs-s3 Public

    asyncFS and path with NodeJS-like API compatible with s3:// prefixed paths

    TypeScript 1