Havoc Pennington
Havoc Pennington
On 2), I would either preserve the whitespace or make it an error ... otherwise it's maybe not consistent. I guess preserving it is the path of least resistance. Does...
I don't think the config library itself does textual concatenation- it may be the problem here is in a fat jar build plugin that concats files textually? maybe it could...
I’m a bit worried this lowers exposure and visibility for these tools, though I don’t have analytics to prove it, I’d imagine README gets more views. Maybe the README could...
I don’t understand what this issue means exactly or what motivates it, fwiw
You could certainly try; I think it will be pretty challenging to do in a backward-compatible way but if you don't care about that maybe it can be done. The...
not currently. you could do getConfigList("arr").get(0).getString("ip") or something though. hardcoding an index in a path string seems like it wouldn't be useful most of the time, so I'm not sure...
Someone else was asking about this lately; but in the context of using it from _inside_ the config file, not in code. I don't know how much more code it...
If we fix this then #160 could be made to work instead of throwing an exception, if we want.
The best you can do right now is probably to build the array up from `${?foo}` references and then people can define (or set to null) each value foo in...
Nobody is employed to go through feature requests here. The ones that have been done are the ones that somebody who wanted the feature chose to work on, or chose...