Skip to content
View juanca's full-sized avatar
  • San Francisco, CA

Block or report juanca

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. testing-library/user-event testing-library/user-event Public

    🐕 Simulate user events

    TypeScript 2.3k 257

  2. stylelint-css-modules stylelint-css-modules Public

    Stylelint ruleset for CSS modules

    JavaScript 10 1

  3. Github PR bookmarklet: Load all file... Github PR bookmarklet: Load all file diffs
    1
    javascript:
    2
    document.querySelectorAll('.load-diff-button').forEach(node => node.click())
  4. accessible-query accessible-query Public

    The one query to rule them all

    JavaScript 1

  5. [GUIDE] Starting a new Ruby on Rails... [GUIDE] Starting a new Ruby on Rails project in docker
    1
    ## Bootstrap project
    2
    
                  
    3
    1. Initialize your project folder: `git init`
    4
    2. Create your project files with a ruby image:
    5