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
{{ message }}
This repository was archived by the owner on Jul 31, 2021. It is now read-only.
The
booleanParseris quite strict. It only allowstrueorfalse´ lowercased, everything else results in aParseException`.Consider ignoring case and maybe support things like
yes,no,0,1, etc.