-
https://github.com/spf13/viper/blob/fb4eafdd9775508c450b90b1b72affeef4a68cf5/viper.go#L1743
Forgive me if this is the correct behaviour for an ini file but why is the [default] section name being r…
-
Hi, I recently updated my Media Nav from version 4.0.1 to version 7.0.5 MD that you provided on GitHub. Everything went well, but I lost access to the micom test, even after creating the mcmtest_activ…
-
The .ini file format is almost a standard way to write configuration files. For game. On Windows. Usually.
Players faced with a .ini file have at least a chance to recognize it as a configuration …
-
### What changes would you like?
Is there a way to customize the game using Rules.ini files like in the original with the Snap release? It seems that, we lose the ability to use these files to tailor…
-
Is there any manual teaching me how to modify the *.ini file?
-
Hi tiredboffin, I wrote some codes for manage wifi settings through ini file saved on sd. That way it's really easy configure the sdwifi, when the esp starts, in loop function, tries to access the sd …
-
## Platform
Operating system and version: Arch Linux
Legendary version: 0.20.34
## Expected Behavior
Comments in `~/.config/legendary/config.ini` should be completely ignor…
-
Hey there,
I just wanted to try your code and got an error. I did not change any config file except that
change `import PRF` to `import prf`
in the "TESS-cont.py" file. When I tried to use…
-
Hello,
Im a bit new to IBC and general credential security.
I am currently a bit concerned with hardcoding my IBKR credentials in the config.ini file. A workaround that I have been thinking ab…
-
# Bug report
### Bug description:
```python
from configparser import ConfigParser
config = ConfigParser(allow_unnamed_section=True)
config.read(['first.ini', 'second.ini'])
# now the unn…