Open skyleo opened 1 month ago
As I watch the syntax highlighting of the parser for the toml here in the issue description, I notice that I have to use "
for the counties strings.
Doing this fixed my issue entirely.
But as I have stated in the issue, it'd be good if parsing errors were reported to the user instead of failing silently, making one believe that the configuration isn't found or loaded at all.
Thank you for your hard work. :bow:
Hi there. I'm taking a look at this. It seems like something that's very necessary to have
Is your feature request related to a problem? Please describe.
version 0.2.3
.export
returnsXDG_CONFIG_HOME=/home/leo/.config
as expected.XDG_CONFIG_HOME=/home/leo/.config mirro-rs
$XDG_CONFIG_HOME/mirro-rs/mirro-rs.toml
as location$XDG_CONFIG_HOME/mirro-rs.toml
as locationBut not a single filter of my config seems to be loaded.
Describe the solution you'd like
In order to debug such a problem easier, I'd have loved to know where mirro-rs looksup my configuration file and/or if it failed to find one. (In case it did find one and there's a parsing issue)
Attachments
The used config file: