Skip to content
View asleepace's full-sized avatar
🚀
🚀

Block or report asleepace

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. asleepace.com asleepace.com Public

    Personal website for anything and everything

    TypeScript

  2. bun-elysia-react-srr-example bun-elysia-react-srr-example Public

    a simple website using Bun, Elysia and React with support for server-side rendering.

    JavaScript 12 1

  3. react-encrypt react-encrypt Public

    a small react site to encrypt messages

    JavaScript

  4. Stocky Stocky Public

    A simple application for tracking stock positions.

    Java

  5. rn-debugger rn-debugger Public

    a simple websocket server and client for debugging react-native projects.

    TypeScript 1

  6. A simple extension for TypeScript wh... A simple extension for TypeScript which enables the `.try(args)` method on functions. This works for both normal & async functions, and reduces a lot of boilerplate.
    1
    //  Try.ts
    2
    //  By Colin Teahan
    3
    //  August 14th, 2024
    4
    //
    5
    //  This TypeScript file enables usage of the .try() method which will return a result tuple of [T?, Error?]