Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View david-zw-liu's full-sized avatar
:octocat:
Hello from the other side.
:octocat:
Hello from the other side.

Block or report david-zw-liu

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. chrome-profile-router chrome-profile-router Public

    Chrome Profile Router is a simple command-line tool that automatically opens websites in different Chrome profiles based on URL patterns.

    Go

  2. Keep 1000 builds per repos for Drone... Keep 1000 builds per repos for DroneCI (sqlite3 version >= 3.25 required)
    1
    -- Thank @sbengo to figure out foreign_keys constraints is defaults to false in sqlite
    2
    -- Enable to delete logs by cascading delete
    3
    PRAGMA foreign_keys = ON;
    4
    
                  
    5
    WITH n_build_ids_per_repo as (
  3. sinlead/drone-skip sinlead/drone-skip Public

    Shell 2

  4. postcss-modules-scope postcss-modules-scope Public

    Forked from css-modules/postcss-modules-scope

    A CSS Modules transform to extract export statements from local-scope classes

    JavaScript