-
### đź”— Epic|Feature Link
_No response_
### 🚥 Definition of Done
- [ ] 🎯 Planning and Design
- [ ] 🏎️ Dev Implementation Complete
- [ ] ♾️ PR Merged
- [ ] 🏆 Product Acceptance
### 🧰 Work …
-
```
$ ol --seccomp -e '(print "hello")'
hello
delivered
$ echo '(print "hello")' | ol -q --seccomp
hello
$ echo '(print "hello")' > /tmp/foo; ol --seccomp /tmp/foo
Killed
Technically this is correct,…
-
Hi, I built pcb2photon on Ubuntu 16.04 as follows:
```bash
$ git clone https://github.com/Reonarudo/pcb2photon.git pcb2photon
Cloning into 'pcb2photon'...
remote: Counting objects: 433, done.
…
-
Hi,
I have migrated my [noxfile](https://nox.thea.codes/en/stable/index.html) to mise and everything works fine except for one case:
I'd like to adjust my task's run command based on parameters…
-
currently it is not possible to specify common parameters to make / cmake such as
- `clean`
- `USER_C_MODULES`
as they are incorrectly assumed to be the variant.
``` sh
jos@josverl-sb5:~/microp…
-
YAML.jl implements its default schema by `constructor` and `resolver`. In order to allow users to select a schema when parsing, a struct representing the schema is necessary. Such struct will be a str…
-
```
--add-extra-plugin-jar, --add-plugin Specify paths to extra plugin jars to
be loaded in addition to those in
the plugi…
-
### Please confirm these before moving forward
- [X] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [X] I have tested that this issue has not been fixe…
-
We are parsing the arguments incorrectly and consequently passing the wrong arguments in the wrong order. I'll push a patch for review later today.
-
The way we currently handle parsing of pbench-agent CLI command line options fails to catch cases where options are missing requiring arguments, but followed by another option.
For example, `pbench…