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
Try to set default value using options to set default value if not set. But, the parsed yaml always returning None whether we set default value or not.
AFAIK decoders generated with io.circe.generic.auto._ do not take any Configuration from the generic.extras into the account. But if you change the import to io.circe.generic.extras.auto._, the code should work.
Try to set default value using options to set default value if not set. But, the parsed yaml always returning None whether we set default value or not.
sbt:
Snippet:
Change the fetchSize with or without default value is indifferent. Does any config that I am missing here? Thanks
The text was updated successfully, but these errors were encountered: