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

Block or report nicolaskopp

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

    The "Climate Public License" (CPL) is a free copyleft license for software and other works with a special requirement to combat climate change.

    1

  2. blaze blaze Public

    Forked from kenwheeler/slick

    "blaze" - Blazing fast and fully compatible slick slider fork with support for passive event listeners for more Google Lighthouse Speed, faster websites and more SEO value. Basically slick - just f…

    JavaScript 21 4

  3. How to delete `C:\ProgramData\Docker... How to delete `C:\ProgramData\Docker` and fixing "Access denied" errors
    1
    # How to delete `C:\ProgramData\Docker` and fixing "Access denied" errors
    2
    
                  
    3
    Still an issue in January 2024. Welcome to the future of web development. Take this Gist to rest and calm down.
    4
    
                  
    5
    ### Here is how to delete `C:\ProgramData\Docker`.
  4. Fix scrolling bug on iOS Safari with... Fix scrolling bug on iOS Safari with fixed elements and bottom bar
    1
    /* Fix scrolling bug on iOS Safari with fixed elements and bottom bar */
    2
    
                  
    3
    body.noscroll {
    4
      height: 100%;
    5
      overflow: hidden; /* make sure iOS does not try to scroll the body first */