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

Block or report oliverlambson

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

    A tiny, secure, URL-friendly, unique string ID generator for Python, written in Rust

    Rust 6

  2. frogmill_fusion360_post frogmill_fusion360_post Public

    Autodesk Fusion360/HSMWorks tool-path post-processor for use with the Streamline Automation FrogMill.

    JavaScript 3 2

  3. Rust & Go-style return types in Python Rust & Go-style return types in Python
    1
    Sometimes you just want errors as values. 
    2
    
                  
    3
    (With type safety)
    4
    
                  
    5
    ## Rust-style `Result` type in Python