Jeevanandam M.

Results 156 comments of Jeevanandam M.

@brettlangdon Thank you for the direction. For now I will fork and apply #19 PR on that. Yeah you're correct, forge is similar to HOCON syntax. For I will document...

It seems `go1.5` build fails due to dependencies.

@brettlangdon Whenever you get a chance, merge this PR. It basically closes the opened config file after processing. Since `defer close` call removed as part of this commit c9dd35bf4888a03e6bc170611c9b521080d00912 for...

@brettlangdon please let know if you're adding env variables support.

@brettlangdon Any insights on persisting config back to file would be helpful.

@brettlangdon Thanks for the response. How should we handle and preserve initial/original format of the config files: * Substitutions/References * Include file references * Comments - I know forge reads...

Allowing `.` in the `keys` is practical and helpful in real usage. No impact on references. However not sure of `@`, `-`, etc. For example: Let's say we have only...

@0x010 Thanks for reaching out with your thoughts. I would like to understand the viewpoint of `bit heavy`. From the design of resty, every mentioned middleware is needed otherwise the...

@rizalgowandy Thanks for reaching out and recommending a new feature for Resty.