Irmo Manie

Results 3 issues of 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...

enhancement
help wanted

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...

question

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:...