Skip to content
View juanca's full-sized avatar
🐙
Taking it easy
🐙
Taking it easy
  • San Francisco, CA
Block or Report

Block or report juanca

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. testing-library/user-event testing-library/user-event Public

    🐕 Simulate user events

    TypeScript 2.1k 242

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

    Stylelint ruleset for CSS modules

    JavaScript 9 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 with git: `git init` and create `.gitignore`
    4
    2. Create your project files with a ruby image:
    5