Skip to content
View g0di's full-sized avatar

Block or report g0di

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. fastapi-problem-details fastapi-problem-details Public

    Structure your FastAPI API error responses with consistent and machine readable format using the RFC 9457 "Problem Details for HTTP APIs" standard

    Python 2

  2. g0di.github.io g0di.github.io Public

    Personal software engineering related blog

    HTML

  3. media-helper media-helper Public

    Help you managing your personal media by providing tools for automatizing tedious tasks

    Python

  4. rename rename Public

    Python script for quickly renaming one or several files and directories using regular expressions

    Python

  5. Quickly add ordering to python classes Quickly add ordering to python classes
    1
    class Comparable(ABC):
    2
        """Protocol for quickly adding ordering support to inheriting classes.
    3
    4
        Mostly inspired from: https://regebro.wordpress.com/2010/12/13/python-implementing-rich-comparison-the-correct-way/
    5
  6. Python function for transforming an ... Python function for transforming an OpenAPI 3.1.x specification to 3.0.3. Note that it might not handle all cases
    1
    from collections.abc import Callable
    2
    from typing import Any, overload
    3
    
                  
    4
    
                  
    5
    @overload