-
When exporting or converting arguments to the commandline, there are several items that needs escaping.
The Windows escaping is not handling all variants, so some escapes seems to be problematic, esp…
-
sQLux/src/emulator_options.c Line 68
{"romim", "i", "rom in QL rom port (0xC000 address, legacy alias for romport)", EMU_OPT_CHAR, 0, NULL},
"i" is missing at command line
-
Test ways to link libraries, either by adding them as commandline arguments or by using a `-l` option
The `-l` option can be easily implemented using:
```
#pragma comment(lib, "OtherLib700.lib")
…
-
# Improvement
## Currently
We have no way to set any additional commandline arguments while booting the game with the Heroic launcher.
## We want
A way to set additional commandline argum…
-
Any chance for a release refresh of `System.CommandLine.Hosting`?
I'm getting a transitive dep vulnerability warning for the latest _0.4.0-alpha.._ version, and AFAIK there aren't newer releases.
![…
-
### Description of the new feature / enhancement
Hi,
in my environment we use WithSecure with a bunch of anti ransomware rules. One of these rules is to prevent rare files with unknown reputation to …
-
### Bug description
I encountered an issue when attempting to apply the "**Hide 'Sponsored Stories**'" patch to a merged Facebook APK using ReVanced CLI. The patch fails with the following error mess…
-
When we just define ingestion spec file at one place start a spark ingestion job getting spec file not found exception. The reason is the spec file is not is getting distributing as like other depende…
-
## Describe the bug
After upgrading to icingadb-1.2.0_2 (from packages, as usual), icingadb frequently crashes (every 10 to 30 minutes). The error message is always the same, on both nodes (except fo…
-
Running the notify function with `top_down = false` does places the notification in the bottom right but somehow it is too much low that it begins to overlap with the command line in the bottom(I am …