- Calgary, Alberta, Canada
- https://nu.hyperboreal.zone/
-
meow
- Joined on
2022-11-25
Adjust control structure in
CharmBoard::Controller::Auth
Adjust control structure in
CharmBoard::Controller::Auth
As of commit f0ab7713cc, both login_do
and register_do
use two try/catch blocks, making this problem solved!
Adjust control structure in
CharmBoard::Controller::Auth
And now with commit 07977292fe I've fixed this specifically for login_do
, but I used a try/catch control structure instead of given/when. Still unsure what I should be doing for registration_do
…
Adjust control structure in
CharmBoard::Controller::Auth
collapse awesome configs back into a smaller amount of files
binding/*
can probably be merged into just one binding.lua file imo without causing issues with organization, as long as the resultant file gets commented properly
main/rules.lua
and…