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 has been archived by the owner on Mar 11, 2023. It is now read-only.
Some of the fields in User such as lang, profile_background_image_url, and profile_background_image_url_https are nullable, but not marked as Option in the case classes.
This breaks circe's printing, as it expects all values to be non-null.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some of the fields in User such as
lang
,profile_background_image_url
, andprofile_background_image_url_https
are nullable, but not marked asOption
in the case classes.This breaks circe's printing, as it expects all values to be non-null.
The text was updated successfully, but these errors were encountered: