Replies: 2 comments 1 reply
-
There's no automatic way to do this in Pkl today, unfortunately. It's a problem I've run up against in the past myself. It's probably worth filing an issue describing how you'd like to see this functionality/tooling work! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this would be part of apple/pkl-evolution#9 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The goal in my workplace is to reduce the complexity of configuration by inferring "defaults".
The idea is that if the configuration has a default expressed in the schema, why not omit it or refactor the configuration?
For example:
Since
auto_resume
is false by default, how do I warn or remove theauto_resume = false
line from theconfig.pkl
?Beta Was this translation helpful? Give feedback.
All reactions