Skip to content
View Klazomenai's full-sized avatar
🍄
My pipeline isn’t slow— it’s just “thoroughly validating my life choices.”
🍄
My pipeline isn’t slow— it’s just “thoroughly validating my life choices.”

Organizations

@ProjectEntropy @YetiTool

Block or report Klazomenai

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 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. jwt-auth-service jwt-auth-service Public

    Go

  2. istio-jwt-wasm istio-jwt-wasm Public

    Go

  3. haggis haggis Public

    ⺌∅‿∅⺌ Simplifying GitHub searches, one inspection at a time! 🥣

    Go

  4. Estimation date of completion for sy... Estimation date of completion for syncing an Autonity node, based on velocity increase of the block number
    1
    #!/bin/bash
    2
    
                  
    3
    # Function to convert seconds to human-readable time
    4
    function convert_seconds_to_readable() {
    5
        local T=$1
  5. Checks the workloads in the Kubernet... Checks the workloads in the Kubernetes cluster and reports back on which ones do not have requests or limits for CPU and memory defined
    1
    #!/bin/bash
    2
    
                  
    3
    # Function to check resources for a specific kind of Kubernetes resource
    4
    check_resource_limits() {
    5
        resource_type=$1