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
null locales are bad in general, see #7 , among the many issues they cannot be serliazed as dict keys with Jackson. So at least let's sanitize null locales in Dict by transforming them into Locale.ROOT
The text was updated successfully, but these errors were encountered:
null locales are bad in general, see #7 , among the many issues they cannot be serliazed as dict keys with Jackson. So at least let's sanitize null locales in Dict by transforming them into Locale.ROOT
The text was updated successfully, but these errors were encountered: