-
I think that the answer is *no*, but I am asking anyway. It can be handy to store long values.
Side-question: What are the features of this package that stdlib [configparser](https://docs.python.or…
-
On a Vagrant Debian Wheezy machine, I can install all debian packages successfully. When I try to run the metadisorder tool, I indeed get the error of Config::IniFiles. I try to install it but get the…
-
(Yes, I'm still trying to sort this out...)
My mind's eye view is that the server has a set of settings: SServerSettings. This is _everything_ the server needs to know.
On start up, the structu…
-
**Describe the bug**
This was brought to our attention by @cahartin she was having issues with turning the permafrost module off.
**To Reproduce**
```
hector_inifile
-
A carefully (or accidentally) crafted value can cause Inifile#load to become confused when it apparently incorrectly parses a string as a scientific notation value.
This script should print "2017.1…
-
Running through the example usage I get the following error using bash 5.1.16
```
❯ pipeline execute .
INFO:pipeline:Target: /home/USER/simple-action-pipeline/example/
INFO:pipeline:Pipeline Sta…
-
Hi Biemon,
Does orawls supports puppet enterprisemodules-easy_type (v2.48.3) as hajee-easy_type (v0.15.6) is been deprecated?
below readme page says hajee-easy_type has been deprecated
https://forg…
-
The following definitions are ambiguous
```
get(inifile::IniFile.Inifile, section::AbstractString, key::AbstractString)
get(inifile::IniFile.Inifile, key::AbstractString, notfound)
```
if the def…
-
Hi, @Rookfighter. thank you for a great tool.
I'm trying to read an example.ini. And if the group-key-pair not exist in the ini-file, it returns `""` that by converting to `int` gives `0` and by c…
-
Inifile causes corruption on an ini file. Running nim 1.4.4
### Example
```
import os, parsecfg, streams, strutils
inifile="example.ini"
var dict = loadConfig(inifile)
dict.delSectionKey("…