Skip to content
View CocoaPriest's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@SneakerDraws

Block or report CocoaPriest

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

    macOS app to chat with your local documents

    Swift 2

  2. bubbleai bubbleai Public

    FastAPI server to process client request both for injection and interference

    Python

  3. OpenEmuXPCCommunicator OpenEmuXPCCommunicator Public

    Forked from OpenEmu/OpenEmuXPCCommunicator

    Framework allowing applications to establish XPC communications between the main app and background processes

    Objective-C

  4. matrices-clone matrices-clone Public

    A full-stack app replicating the functionality of Matrices.app

    JavaScript

  5. AWS Lambda proxy designed to forward... AWS Lambda proxy designed to forward OpenAI calls back and forth
    1
    import OpenAI from "openai";
    2
    import stream from "stream";
    3
    import { Transform } from "stream";
    4
    import util from "util";
    5
    const pipeline = util.promisify(stream.pipeline);