- Calgary, Alberta, Canada
- https://nu.hyperboreal.zone/
-
meow
- Joined on
2022-11-25
CharmBoard::Controller::Auth
CharmBoard::Controller::Auth
As of commit f0ab7713cc, both login_do
and register_do
use two try/catch blocks, making this problem solved!
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
…
CharmBoard::Controller::Auth
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…
also my guess is that this is related to the modularization (see: issue #3) because i don't see anything wrong with the syntax the way it is atm, and awesome doesn't throw any errors either