Skip to content
View oliverlambson's full-sized avatar

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. bored-charts bored-charts Public

    Easy, minimal, PDF-able data reports with python and markdown

    Python

  2. fastnanoid fastnanoid Public

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

    Python 18 1

  3. pgmq pgmq Public

    Postgres message queue with persistent messages using LISTEN/NOTIFY

    Python

  4. frogmill_fusion360_post frogmill_fusion360_post Public

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

    JavaScript 3 2

  5. Rust & Go-style return types in Python Rust & Go-style return types in Python
    1
    # Rust-style `Result` type in Python
    2
    
                  
    3
    Lightweight, generic result type à la Rust. (Sometimes you just want errors as values.)
    4
    
                  
    5
    > *Note: There is a [full-on package that does this](https://github.com/rustedpy/result/),