speter
speter
Thank you for the feedback,. I agree that eager checking of the config struct would be a desirable feature, but I think the actual possibility of an error is rather...
Thanks for the feedback. It's great to see this package used in diverse scenarios. But I don't think adding callbacks is the right long-term solution here (even though it was...
Thanks for the feedback. For the record, yours seems to be the only use in public code on Github: https://github.com/search?q=gcfg.Idxer&type=Code . I think there should be at the very least...
@peterebden Thanks for the feedback again. Note that git alias is also case-insensitive. I know that having to embed gcfg.Indexer is a bit clumsy but (so far) it's the best...
Thanks for the heads up. It seems like in this scenario it would make sense to do what git config does. Will look into implementing it (and your PR) when...
Thanks for the feedback. gcfg doesn't currently support reading from environment variables, but there are many packages that do. My suggestion would be to read data from a file using...
Thanks for the feedback. Writing/updating gcfg files is something that I would be interested in having upstream. (Historically there was a ticket for this back when the project was on...