Block a user
Change sbot::init to not panic and instead return an error
Add wait-for-sbot to peach-config
if you only want to unwrap Ok, then i'd use an if let
nice to have clarity on when to use this, that makes sense!
i removed sbot_is_running and instead used a break to exit the loop.…
Change sbot::init to not panic and instead return an error
in this case I separated them initially because the Sbot error type said "sbot returned an error response", which is not technically what these sbot intialization errors are. so I changed that…
Change sbot::init to not panic and instead return an error
Agreed I like having fewer variants too. Even having more generic error types, and using the string "message" within the error for giving more details, could even help debug, such that the the…
Add wait-for-sbot to peach-config
thanks @mikey! much appreciated. I will comment in more detail later, but I've learned a bunch from these comments, thanks.
Change sbot::init to not panic and instead return an error
Add wait-for-sbot to peach-config