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

Organizations

@strvcom @Dreamscapes @nodestream
Block or Report

Block or report robertrossmann

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. vscode-remedy vscode-remedy Public

    A VS Code theme with orange accents with roots in Base16 - Eighties colour theme

    TypeScript 59 4

  2. Dreamscapes/remote-event-emitter Dreamscapes/remote-event-emitter Public

    JavaScript 1

  3. strvcom/code-quality-tools strvcom/code-quality-tools Public

    Monorepo with some frequently-used configurations we use on projects 🎨

    JavaScript 91 13

  4. strvcom/heimdall strvcom/heimdall Public

    The Node.js process lifecycle gatekeeper

    TypeScript 9 2

  5. strvcom/atlas.js strvcom/atlas.js Public archive

    A component-based Node.js library to reduce boilerplate and provide sane project structure 🍻

    JavaScript 106 9

  6. Postgres diagnostics Postgres diagnostics
    1
    -- List all existing indexes and include some useful info about them (incl. the index's definition)
    2
    
                  
    3
    SELECT
    4
        schemaname AS schemaname,
    5
        t.relname AS tablename,