Skip to content
View dangra's full-sized avatar
πŸ¦–
πŸ¦–

Organizations

@scrapy @conda-forge @scrapy-plugins @superfly @fly-apps
Block or Report

Block or report dangra

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

  1. scrapy/scrapy scrapy/scrapy Public

    Scrapy, a fast high-level web crawling & scraping framework for Python.

    Python 50.9k 10.3k

  2. chromedriver-patcher chromedriver-patcher Public

    Patch Chromedriver binary in-memory just before executing it

    Rust

  3. mkinitcpio-tailscale mkinitcpio-tailscale Public

    Archlinux's mkinitcpio hook to run Tailscale daemon during early userspace (aka initramfs)

    Shell 2

  4. Autofill OTP on Tunnelblick.md Autofill OTP on Tunnelblick.md
    1
    # Autofill OpenVPN OTP 
    2
    
                  
    3
    On MacOS with Tunnelblick.
    4
    
                  
    5
    ```
  5. How to display Kubernetes request an... How to display Kubernetes request and limit in Grafana / Prometheus properly
    1
    # CPU: percentage of limit
    2
    
                  
    3
    A lot of people land when trying to find out how to calculate CPU usage metric correctly in prometheus, myself included! So I'll post what I eventually ended up using as I think it's still a little difficult trying to tie together all the snippets of info here and elsewhere.
    4
    
                  
    5
    This is specific to k8s and containers that have CPU limits set.