-
```
The RegExp for Class CommentLine should test for a space after REM.
If not, an option like Remote_dir is interpreted as a comment.
regexp like
regex = re.compile(r'^(?P[;#]|[rR][eE][mM] +)'
…
-
Related to #1848
We should add the description of each config value to the ini file, I am thinking something like
```
[audio]
disable_hrtf=true # Disable HRTF for headphones.
```
Thoughts …
-
Writing on behalf of a customer who has been working with community roles to install Suite on HANA using advanced templates mode.
In this case, detect_variables.yml references $3 in the detect soft…
-
## Describe the Bug
When removing the only setting in a section, the section header still remains when the section contains whitespace. As a result, trailing section headers (i.e. sections without an…
-
```
setup defaults.ini and use the -import option of Config::IniFiles
This allows config.ini to override anything in defaults.ini
my $defaults = new Config::IniFile(-file=>"defaults.ini");
my $config …
-
```
The RegExp for Class CommentLine should test for a space after REM.
If not, an option like Remote_dir is interpreted as a comment.
regexp like
regex = re.compile(r'^(?P[;#]|[rR][eE][mM] +)'
…
-
```
1) Firefox 5 and Safari 5 don't scroll for me so had to amend the .py files
(this is for the windows files).
2) Non scrolling of IE8 has already been fixed in issue 12.
3) They've changed the ini…
-
```
1) Firefox 5 and Safari 5 don't scroll for me so had to amend the .py files
(this is for the windows files).
2) Non scrolling of IE8 has already been fixed in issue 12.
3) They've changed the ini…
-
```
1) Firefox 5 and Safari 5 don't scroll for me so had to amend the .py files
(this is for the windows files).
2) Non scrolling of IE8 has already been fixed in issue 12.
3) They've changed the ini…
-
Version: 1.4.3.6 or latest 1.5 snapshot
Despite of UseRegistry=1 setting or -inifile command line parameter, winvnc always uses the default UltraVNC.ini settings.
Storing the values with UseRegist…