Skip to content
View long-lazuli's full-sized avatar
🍃
no direction home
🍃
no direction home
Block or Report

Block or report long-lazuli

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

    µDate (mudate) is a simple superset of Date that helps you handle timezones

    TypeScript 1

  2. JSX to CKEditor5 Template JSX to CKEditor5 Template
    1
    
    
    2
    // Use `vdom` classic JSX syntax for CK templates.
    3
    import Template from '@ckeditor/ckeditor5-ui/src/template';
    4
    
    
    5
    const CKTemplateFromJSX = ({elementName, attributes, children}) => new Template({
  3. golfed-jquery-like.babel.js golfed-jquery-like.babel.js
    1
    // @jsxFactory: $create
    2
    
    
    3
    // untested yet
    4
    const D=document,Arr=(a,b,e) => Array.prototype.slice.call(a,b,e)
    5
          
  4. INPUT[type='range'] Shadow Elements ... INPUT[type='range'] Shadow Elements Selectors
    1
    /*
    2
     * INPUT[type='range'] Shadow Elements Selectors
    3
     * ============================================= *
    4
         http://codepen.io/long-lazuli/pen/WbyqKg    *
    5
                                                     */