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
Config parsing is where all the magic happens, currently some places use Option (hiding potentially useful error messages), some use unsafe methods, some use IO exception throwing. We can do better.
The text was updated successfully, but these errors were encountered:
Config parsing is where all the magic happens, currently some places use
Option
(hiding potentially useful error messages), some use unsafe methods, some useIO
exception throwing. We can do better.The text was updated successfully, but these errors were encountered: