Gary Tou
Gary Tou
After the first **"Paused due to Google quota limits - transfer will resume in 1-2 minutes"**, all files/folders which _I am the owner of_, do not transfer successfully. Instead, their...
Seems to be an issue with line 140 in the backend theme.js  
In dark mode, the title in the call to action card for Hackathon Organizers has low contrast against the card's background.  I'd suggest keeping `"Organizing a hackathon? Hack Club...
We already deter users from inviting [shared email addresses on HCB](https://github.com/hackclub/hcb/pull/5249).  We should do the same with the application form. This is because emails collected via the form are...
At the moment, disabled elements (e.g. buttons, inputs, etc.) do not have any visual indication
Deadline: March 11th, 2023
With https://github.com/hackclub/api/pull/461, login emails are being categorized as Promotions. Let's try to update the copy to have it be categorized as Updates. https://hackclub.slack.com/archives/CN523HLKW/p1646176687580809
This PR adds a `bin/format` script that uses `bash` and `yq` to format & sort the YAML files. It first checks the zones in `config/production.yaml` to see which files contain...
This DriveV3 example attempts to call outdated V2 attributes that no longer exist in V3. - `Google::Apis::DriveV3::FileList#items` no longer exists in V3; it's been renamed to `files`. - `Google::Apis::DriveV3::File#title` no...