Skip to content
View ETNOL's full-sized avatar
🌝
🌝

Highlights

  • Pro

Organizations

@mediavine

Block or report ETNOL

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. Eclipse-Tech Eclipse-Tech Public

    Interactive Tech Grid for Eclipse Board Game http://etnol.github.io/Eclipse-Tech/

    JavaScript

  2. IABTechLab/iabgpp-es IABTechLab/iabgpp-es Public

    TypeScript 34 17

  3. dotfiles dotfiles Public

    Shell

  4. Hooks for style changes [WIP] Hooks for style changes [WIP]
    1
    
                  
    2
    /**
    3
     * Adds callbacks to an element's style changes.
    4
     * Useful if you need to make changes right before and/or right
    5
     * after an element recieves a style change.
  5. Timed Function class Timed Function class
    1
    import TimedFunction from '../TimedFunction'
    2
    
                  
    3
    describe('Timed Function', () => {
    4
      let func
    5
      let timedFunction: TimedFunction
  6. Typescript + React + Mixins Typescript + React + Mixins
    1
    /*
    2
    * I'd been working on getting this pattern just right for adding common behaviors to class-based React components.
    3
    * The last hiccup I had was getting the state and props to inherit correctly from a mixin into a superclass and this
    4
    * appears to finally work as expected.
    5
    */