Gary Tou

Results 97 issues of 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 ![Bug](https://user-images.githubusercontent.com/20099646/77836035-d5954880-710f-11ea-8942-52eea9473ef2.PNG) ![Login screen](https://user-images.githubusercontent.com/20099646/77836036-d5954880-710f-11ea-8d7c-2cdd32160c74.png)

In dark mode, the title in the call to action card for Hackathon Organizers has low contrast against the card's background. ![image](https://github.com/hackclub/hackathons/assets/20099646/18410c75-e74a-4079-ab46-e2c8b8e00433) 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). ![image](https://github.com/hackclub/site/assets/20099646/cf622e74-8a46-4eb4-902f-9a4489931c89) We should do the same with the application form. This is because emails collected via the form are...

enhancement

At the moment, disabled elements (e.g. buttons, inputs, etc.) do not have any visual indication

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

Let's finish up our deployment setup on Cloud 66

devrel

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...