Gary Tou

Results 121 comments of Gary Tou

https://github.com/hackclub/hcb/pull/9852

At the moment, the important stuff show up in AppSignal, so not a huge issue.

The main reason why I want logs to go to stdout (in addition to AppSignal) is that it's easier to view/debug if you're on Hatchbox or in the server. If...

> And is there a specific reason in particular we're using Docker Swarm as opposed to just Coolify's multi-server support? Docker Swarm is more reliable and flexible, and I'm familiar...

@albertchae, i'd love your eyes where if you find some time.

Probably not, i think we can merge

"max balance" as in calculate the running balance and then get the maximum of those values? yeah, that can work. I'd suggest ``` historic_max_balance_cents = # as described above threshold...

Cool!! >```ruby > historic_max_balance_cents = # as described above > threshold = [historic_max_balance_cents, 25_00].max >``` Let's go with this!

- A user can request backup codes and view them once. - When backup codes are requested, we prompt them (almost force them) to note them down somewhere. - If...

The redesigned navigation as of https://github.com/hackclub/hcb/pull/7828 isn't complete, but I've merged it into this branch so that it's easier for Lachlan to build their https://github.com/hackclub/hcb/pull/7741 work on top of it.