Omer Tuchfeld
Omer Tuchfeld
# Intro This is more a proposal than a pull request. Since the change is simple, it's best to demonstrate it with a PR rather than just words. # Proposal...
Parallel test closures execute in a goroutine, possibly after the next loop iteration has already began. As a result, the loop var they capture changes before the test execute, leading...
(draft because untested yet, also want to add integration tests) This commit makes it so that the `bootc install` stateroot will be configurable (it defaults to `default`). For now this...
# Background added the `stateroot` option to the `install` subcommand # Issue The `stateroot` option is not available on the `switch` subcommand # Solution Add the `stateroot` option to the...
# Changes We had an [issue](https://github.com/rh-ecosystem-edge/recert/pull/167) with long expiration so I noticed the name was wrong # Submitter Checklist As the author of this PR, please check off the items...
The confirmation prompt should take into account the terminal's width in relation to the prompt width when clearing the last line(s). See recording showing before and after: [](https://asciinema.org/a/wW9IyNYeOT22m9iIH5OPmTki9)
Sometimes it's nice to show a user a list of options, some of which the user cannot interact with. e.g. A list of linux users on this machine to import...
Some bug fixes to the doc generation: - Since https://github.com/sverweij/state-machine-cat/pull/224 smcat requires us to give each transition an ID (that's unique). Adjusted the jq queries to do that - Some...
Some (trash, temporary) changes I had to perform on bootc to get IBX to work - `./Containerfile` builds a bootable image from an existing normal IBX seed - `./build_seed.sh` is...
I have a machine where #919 doesn't seem to work as intended ``` [core@seed ~]$ uname -a Linux seed 5.14.0-284.55.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Feb 19 16:57:59 EST 2024 x86_64...