-
Hi! I would like to implement the following syntax in the configuration files. At work we have a ton of hosts and it would simplify a lot of management. I am willing to implement it myself in the pars…
-
OS: EndeavourOS (linux)
Napture Version: 1.2.2
Log:
```
(.:29384): Gtk-WARNING **: 17:28:50.576: Unknown key gtk-modules in /home/xande/.config/gtk-4.0/settings.ini
(.:29384): Adwaita-WARNING *…
-
i just realised that ini struggles with input like
```
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:joyent/node.git
fetch = +refs/pull/*/head:refs/re…
-
Dear NeuroNER authors,
I have downloaded and installed the NeuroNER project as well as the necessary dependencies (tensorflow, python3, etc.). Note that I am using python 3.6.
When I try to appl…
lujea updated
7 years ago
-
I noticed that there is already a Parser set in Txt, toInt, toDouble and toBool, could be moved from Ini::Value into Parser as static with const std::string, replacing all Value with std::string inste…
-
[Datarun.zip](https://github.com/rickyah/ini-parser/files/4575341/Datarun.zip)
Hello,
When I use ini-parser on a .ini file containing "Démo" in value of a section, it returns me to "?" instead …
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [x] Testing fundame…
-
my config.ini:
banana=original_banana
if I run with full argument name, I get the expected result:
python test_configargparse.py --banana new_banana
new_banana
if I run with a…
-
This issue is complete when the specification of the preferences file (1.0) is complete, a parser has been implemented, tested, and documented.
The spec should include (at a minimum):
* more tha…
-
```
What steps will reproduce the problem?
1. Create a key in the normal way
What is the expected output? What do you see instead?
As this is an INI parser (not a config parser) I expect it to do mor…