Mahendra Paipuri
Mahendra Paipuri
We should add a section in `Advanced` docs about how we can estimate energy of each compute unit using the values from different sources gathered by CEEMS exporter. This documentation...
REST API versions seem to be diverged between `0.0.37` and latest `0.0.41`. Try to support [v0.0.37](https://slurm.schedmd.com/archive/slurm-21.08.5/rest_api.html) and [v0.0.40](https://slurm.schedmd.com/archive/slurm-23.11.0/rest_api.html) that can potentially support other versions too.
For HPC folks, perf events like FLOPs are very interesting. We need to explore how we can monitor them and most importantly how we can maintain them. We have already...
Ref: https://jon.sprig.gs/blog/post/2835
Currently the `MarshalYAML` receivers are defined on pointers of `TLSVersion` and `Curve` but `TLSConfig` is defined with values of `TLSVersion` and `Curve` in its fields. So, `MarshalYAML` receiver is never...
* The `standby` callback will put poll in standby mode when connection to the server is lost. Useful in JupyterHub deployments. See [discourse](https://discourse.jupyter.org/t/stopping-lumino-poll-when-jupyterlab-server-stops/35280/6) thread. * Drop support for Python 3.8...
* This PR adds a check in update handler to ensure only admin users can update the announcement * Unit tests have been added to verify the behaviour * Cookie...
Hello, I assume the scope of this service is that only admin users should be able to update the announcements. But currently there is no access control is being done...
## **Describe the bug** In Grafana v12, the managed service account token failing to find the dashboard JSON returning an error like "Dashboard Not found". ## **Steps to reproduce** Install...
Chrome DP provides a way to configure page width and height for the `printToPdf` API. So, we should be able to make the page dimensions configurable as well both on...