Skip to content
View brandonjp's full-sized avatar

Organizations

@BloomingtonCodeSchool

Block or report brandonjp

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. find overflow:hidden ancestors find overflow:hidden ancestors
    1
    // when you're trying to use `position:sticky` on an element
    2
    // you'll have trouble if any parent/ancestor element has 
    3
    // overflow set to anything other than "visible" (such as: auto,hidden,overlay,scroll)
    4
    // & turns out if a parent is `display:flex` it might need some love 
    5
    // (to remedy this you can set the `align-self` of your sticky element)
  2. List of common date time formats for... List of common date time formats for Moment.js
    1
    ### Big List of Common Moment.JS Date and Time Formats for Easy Copying
    2
    | Example | Format |
    3
    | --- | --- |
    4
    | 2021 | `YYYY` |
    5
    | 🦏 | `🦏` |
  3. tidal-playlist-maker tidal-playlist-maker Public

    TidalLister - command line python script that will generate a Tidal playlist from input such as artist, album, genre, keyword, etc.

    HTML 6

  4. a-better-plugins-screen-ARCHIVED a-better-plugins-screen-ARCHIVED Public

    A Better Plugins Screen for Wordpress

    JavaScript 3