-
Notifications
You must be signed in to change notification settings - Fork 55
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
Convert config to object without needing a key #8
Comments
Actually, I would really like this too. I guess that the fix is to add another overload to We can create implicit values for readers that uses only update: Thinking about this again, we can add another trait like value reader that has a method @kailuowang What do you think? |
@shanielh that sounds sane to me. |
@kailuowang Great, I'll send a PR until Tuesday. |
Currently it's not possible to do:
config.as[MyClass]
As a workaround, a dummy key has to be used:
ceedubs#10 (comment)
The text was updated successfully, but these errors were encountered: