Skip to content
View heyajulia's full-sized avatar
🪂
🪂

Highlights

  • Pro

Block or report heyajulia

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. red red Public

    Red is a toy implementation of Redis in Rust.

    Rust 1

  2. savvy savvy Public

    Tomorrow's energy prices… today.

    Go

  3. How to Upgrade Python using Pyenv an... How to Upgrade Python using Pyenv and Raku using Rakubrew
    1
    Here's what I do:
    2
    
                  
    3
    ```bash
    4
    brew upgrade --quiet pyenv
    5
    OLD_VERSION=$(cat ~/.pyenv/version)