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

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.

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. sinlead/drone-skip sinlead/drone-skip Public

    Shell 2

  2. Docker stats with image name Docker stats with image name
    1
    #!/usr/bin/env ruby
    2
    require 'open3'
    3
    
                  
    4
    class String
    5
      def truncate(max, omission: '')
  3. 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 (
  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