Sander Maijers
Sander Maijers
Break down command line so as to keep arguments on separate lines, and indent subcommands and their arguments. ## What is the goal of this PR? We improved readability of...
When compiling LibreOffice today: ```sh ./autogen.sh\ --enable-dbgutil\ --disable-odk\ --enable-epm\ --with-package-format=archive\ --disable-gtk3\ --disable-systray\ --disable-cups\ --enable-release-build\ --enable-python=internal\ --with-galleries=no\ --with-java=no\ --without-fonts\ --without-help ``` Leads to: ``` configure: ============================================================================== Build configuration: werror: yes ==============================================================================...
For example, I'd like to know the scalability of Hermit `run`. Is the time overhead linear with respect to the number of syscall invocations? Is it possible to say a...
I need to work with these recordings and couldn't find docs on this.
The `kubectl exec` command generated by this extension spawns in the OpenLens terminal. The terminal does not have a proxy environment variable set, even if OpenLens does have a setting...
Unclear fault message. I can think of various causes, but wanted to file this to get this fault message documented and/or clarified in the UI of powmon itself. A build...
Currently you have GitLab CI as well as a GitHub Actions declarations. It would be better to factor out e.g., shell scripting incorporated in the related YAML files into dedicated...
As appropriate, e.g., based on ISA, generation, component type. This could help organize the growing list of issues. You can delegate such tasks to a larger pool of people or...
Thanks for the extension. Seems very useful. I can't find any documentation on how to use it yet.
Currently, the installation script installs the `pnpm` executable as well as sets up shell configuration. Sometimes, PNPM shell configuration must be managed by the user (e.g., container image builds where...