Matthias Beyer

Results 520 comments of Matthias Beyer

Hi! Thanks for your report. I suspect that this is indeed an issue of the underlying yaml library, since this library does not interfere with parsing AFAIK. I'll leave this...

Hi! Thanks for your report. Would you mind filing a patch showcasing this? I would be especially interested in a comparison of `config-rs` and the plain use of the yaml...

Ah yeah, then that crate of course. Sorry, I maintain so many projects that I lose track sometimes and I didn't look it up. My bad.

Awesome! So it seems that we should switch YAML implementations at some point. Maybe it is worth doing this even though there's a rewrite ongoing (although slowly, #376) where we...

So from what I read, we want this in. @polarathene I'd like this PR to be rebased to latest master, so we get a CI run with latest master. After...

Hi! Thanks for taking the time to file this issue! What you're describing is definitively a good idea. And it is even a part of my [ongoing rewrite of config-rs](https://github.com/matthiasbeyer/config-rs-ng/)!...

> I thought it would be appropriate to raise my above request early Sure! The more insight I can get into how users expect the library to work and what...

Hi! Thanks for reporting this! Please have a look at the code in #392 - maybe I am missing something, because that example works for me (assuming you use config-rs...

Any chance you can share the original code? Maybe a link to a git repository? So I can investigate a bit better?

meh. All this is really inconvenient. I hope I can make this better in the future with the rewrite I am planning.