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

Block or report bcosynot

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. makerflow/cli makerflow/cli Public

    Makerflow is a deep work and collaboration assistant for developers. Get in the zone without hiding away from your product manager, designer or other teammates!

    TypeScript 6

  2. makerflow/vscode-plugin makerflow/vscode-plugin Public

    VS Code extension that helps you balance deep work and collaboration, so you can get more done without hiding away from your team

    JavaScript 1

  3. astoria-tech/volunteer-dispatch astoria-tech/volunteer-dispatch Public

    Slackbot to coordinate errand volunteering

    JavaScript 24 9

  4. Automatically close tab opened by yo... Automatically close tab opened by your VPN connection
    1
    defaultBrowser = "<your browser>" -- Replace with "Google Chrome", "Firefox", "Vivaldi", or your favorite browser
    2
    
    
    3
    function wait(seconds)
    4
        local start = os.time()
    5
        repeat until os.time() > start + seconds