Mahendra Paipuri
Mahendra Paipuri
## Problem Currently we can get energy consumption for individual processes using `scaphandre`. The request here is to expose the energy consumption metrics for a given user. So, effectively we...
Closes #2162
On the platforms where cross compilation is not possible, ReFrame provides the user with `build_locally` parameter that can be defined within a regression test. It would be helpful if we...
The current topology info extracted by ReFrame can be extended further to include - Memory info (Linux commands like `free` or `psutil`) - Network adapter info (From `/sys/class/net` which includes...
Hello, ReFrame generated child pipelines do not have any extra CLI options at the moment. For example, when a pipeline fails, the users do not get an awful lot of...
Hello, Currently, the child pipelines generation of ReFrame has limited or no configurability. For example, the generated pipelines do not have `image` keyword which result in failed pipelines when any...
This mode can simply emit job scripts without executing them.
We are doing some basic [UI integration tests](https://github.com/mwouts/jupytext/tree/main/jupyterlab/packages/jupyterlab-jupytext-extension/ui-tests) for extension using Galata framework for JupyterLab. We should look into extending these tests to notebook as well.
We have added the configurability of text notebook entries in front end extension via JupyterLab Settings in #1163. But the current implementation needs users to refresh their browser tabs to...
[`jupyter-releaser`](https://jupyter-releaser.readthedocs.io/en/latest/) are set of GH actions capable to bumping version, updating changelogs, building and checking python and npm packages and releasing them with couple of clicks. If maintainers are keen...