Skip to content

Instantly share code, notes, and snippets.

View alesandroortiz's full-sized avatar

Alesandro Ortiz alesandroortiz

View GitHub Profile
@alesandroortiz
alesandroortiz / bookmarklet.js
Last active September 27, 2021 23:41
Find CLs for a Chromium bug. Run bookmarklet when viewing an issue on bugs.chromium.org
javascript:(() => { var crbugId = new URLSearchParams(window.location.search).get('id'); window.open('https://chromium-review.googlesource.com/q/bug:'+crbugId); })();
@alesandroortiz
alesandroortiz / keybase.md
Last active April 3, 2022 21:06
keybase.md

Keybase proof

I hereby claim:

  • I am alesandroortiz on github.
  • I am thephpjedi (https://keybase.io/thephpjedi) on keybase.
  • I have a public key ASBTYwMWNsPd-6suZ1WcI9csJjfFYRI3sf4jamDq8GqDWAo

To claim this, I am signing this object:

Hello,
I have feedback regarding the recently announced attendance limit changes. Before I dive in, I want to note I truly appreciate the email sent this morning regarding this significant update. Communication about significant changes like these keep organizers and attendees happy.
Generally, I understand and agree the update will improve the user experience, since notifications vs. waitlists were potentially confusing. However, this change completely removes waitlists from paid Meetups, and this in turn is even more confusing and presents a new inconvenience for both Meetup organizers and attendees.
From http://www.meetup.com/help/article/868972/ ("Setting up Waitlists"):
"Meetups that require payment in order to RSVP do not have Waitlists available. This is to avoid automatically charging members' credit cards. Organizers can let members know that a spot has become available by using the ‘Email Members’ tool."
The recommended workflow above increases workload for Meetup organizers, many of which have
// ==UserScript==
// @name GitHub full-width
// @namespace http://github.com/
// @version 0.1
// @description Allows you to view GitHub in full-width
// @author Alesandro Ortiz (hello@alesandroortiz.com)
// @match https://github.com/*
// @grant none
// ==/UserScript==