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
import zio.config.magnolia._ causes non-working code with the warning:
Infinite loop in function body zio.config.magnolia.deriveConfig[testapp.HttpServerConfig]( zio.config.magnolia.deriveConfigFromConfig[testapp.HttpServerConfig]( testapp.HttpServerConfig.configDescriptor) ).nested("HttpServerConfig")
import zio.config.magnolia._
causes non-working code with the warning:Full code:
import zio.config.magnolia. deriveConfig
fixes the problem:I am not sure, but it seems this is confusing
The text was updated successfully, but these errors were encountered: