Omer Tuchfeld
Omer Tuchfeld
Solves #963 Will write tests once given a green light for this
## System Information ### Linux distribution ``` NAME="Fedora Linux" VERSION="35 (Workstation Edition)" ID=fedora VERSION_ID=35 VERSION_CODENAME="" PLATFORM_ID="platform:f35" PRETTY_NAME="Fedora Linux 35 (Workstation Edition)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:35" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f35/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=35...
**Describe the bug** `Resource.Exec` should wait for the command to finish before returning, otherwise the exit code it returns (which it gets from `InspectExec`) is always `0`. Even for an...
/kind failing-test More like "not running" test rather than failing **What this PR does / why we need it**: Parallel test closures execute in a goroutine, possibly after the next...
### Which section(s) is the issue in? Installing the OpenShift sandboxed containers Operator using the CLI ### What needs fixing? The "Prerequisites" say that: > You have subscribed to the...
Took me a while to figure this out - to get inlay hints to actually show up, you also have to configure gopls lsp with something along the lines of...
Regular `strcmp` keeps all upper-case files on top, which is confusing for humans. `strcasecmp` is more natural and seems to be the behavior in other popular implementations of `ls`. See...
Is there anyway to view the coverage for library targets? My target is a shared library that is called from a Python script. I want to run the Python script...
Since skipper is useful to be installed as a system-level package and not just in a virtualenv, the older click version conflicts with other utilities that use newer version of...
Before this, doing things like: ```bash cargo license | grep '^Apache' ``` would not work, as the colors would interfere with grepping.