You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nopeless and thank you for that question ! (kind of)
You are right that v2 currently suppresses errors. It was kind of a rush job on my end when i refactored the flow control logic. I opted to go with a throw ... catch logic because it makes for simpler code inside the library but totally forgot the note i had made to handle errors throwing inside the callbacks.
This threw me into a loop of factoring and future-proofing some of the internal code, which isn't done yet but v2.1 is coming along soon-ish.
Saw the post on reddit. Why does the library suppress many errors and even alter some errors from the code? What is the justification behind this?
The text was updated successfully, but these errors were encountered: