Irmo Manie
Irmo Manie
It would be nice to make a config switch for the expanded file extension. I agree that it's very clear what happens if you see keys like `/myprops.json/bla` but it...
It would be very helpful to be able to generate a tiny bit more user friendly error messages that include the key in case of a value parsing error, so...
I have a simple case where I want to reuse a definition for a time period: ``` scala val period = $(text().constraint(pattern("^P.*"))).refName("Period").$$ ``` This gets translated in the following definition:...