Mahendra Paipuri
Mahendra Paipuri
Hello @cmd-ntrf, so I did some refactoring of code base to change the variable names to generic module instead of lmod. Here are the important points: - I have moved...
This PR adds basic tests for the package. Currently, we implemented the tests for `module` package and we are also testing `handlers`. All fixtures are defined in `conftest.py` and we...
From my tests, the extension can be generalized to both lmod and tmod modules. The only difference is that lmod expects an env var `LMOD_CMD` and tmod expects `MODULES_CMD`. I...
- Use `jupytext` available in current test environment to execute pre-commit hooks in tests. - This avoids creating a new environment and install `jupytext` in that environment. Fixes #1210
Hello, Like so many people who wanted to have PDF reports from dashboards from OSS Grafana, we started using this app. A huge thanks to @IzakMarais for creating this app...
We should look into integrating [this action](https://github.com/jupyterlab/maintainer-tools#update-snapshots) to update playwright snapshots automatically from CI.
Using `pip install dask-mpi` ``` $ pip install dask-mpi $ mpirun -np 2 dask-mpi --name=test-worker --nthreads=1 --memory-limit=0 --scheduler-file=test.json distributed.http.proxy - INFO - To route to workers diagnostics web server please...
Hello, In the [cleanup.yml](https://github.com/galaxyproject/ansible-galaxy/blob/b1f10d4db7d6d6f39713345579d62b4bc6f60bc6/tasks/cleanup.yml#L8) task, the `user` attribute always expects `galaxy_user` as a dict. This results in a failure if we set `galaxy_user` as string. I think this variable should...
Currently, we are saving panel PNGs and templated HTML file onto disk to generate PDF report. This might not work well on cloud instances where containers might not have write...
Hello, Firstly, thanks a lot for this project. It is quite useful and we are using it in our JupyterHub deployment. In a typical scenario where admins would like to...