Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfigDSL.config is missing the apply(this) #97

Open
tutnixzursache opened this issue Feb 21, 2017 · 0 comments
Open

ConfigDSL.config is missing the apply(this) #97

tutnixzursache opened this issue Feb 21, 2017 · 0 comments

Comments

@tutnixzursache
Copy link

I assume the method body should look like this:
def config(viewport: OptArg[Double] = NoArg, background: OptArg[String] = NoArg, numberFormat: OptArg[String] = NoArg, timeFormat: OptArg[String] = NoArg, countTitle: OptArg[String] = NoArg) = { (_config composePrism _orElse(Config())).modify { c: Config => c.copy(viewport=viewport, background=background, numberFormat=numberFormat, timeFormat=timeFormat, countTitle=countTitle)(this) } }
I found this issue while setting the background color to white.

Also it would be nice if you could update to the latest circe version. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant