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 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.
Some of the fields in User such as
lang,profile_background_image_url, andprofile_background_image_url_httpsare nullable, but not marked asOptionin the case classes.This breaks circe's printing, as it expects all values to be non-null.