Mahendra Paipuri
Mahendra Paipuri
`jupyter-fs`'s `MetaManager` is overriding the `copy` method of `AsyncContentsManager`. But the method [`get`](https://github.com/jpmorganchase/jupyter-fs/blob/e7ea3ced16e8f7f1297ac8bed3f028b641558256/jupyterfs/metamanager.py#L176) is [asynchronous](https://github.com/jupyter-server/jupyter_server/blob/547f7a244d89f79dd09fa7d382322d1c40890a3f/jupyter_server/services/contents/manager.py#L861) and hence the operation fails with following stack trace: ``` HTTPServerRequest(protocol='https', host='redacted', method='POST', uri='/user/redacted/jupyter_0/api/contents/tests?1715595030371', version='HTTP/1.1',...
This PR uses regular expressions to update the badge instead of string replace. The advantage of this approach is that we can keep the _custom_ format of badge in README...
## Description Theme toggler extension imports [blueprint CSS](https://github.com/jupyterlab-contrib/jupyterlab-topbar/blob/712f910064831e304db2e32fc1ea0f683467c563/packages/theme-toggler-extension/src/index.tsx#L7) used for the `Switch` component. As extensions are imported _after_ the core JupyterLab, Blueprint CSS is _potentially_ overriding JupyterLab core CSS properties....
### Request Currently, [process discovery](https://grafana.com/docs/alloy/latest/reference/components/discovery/discovery.process/) component attempts to get the container ID by [looking into the cgroup of the process](https://github.com/grafana/alloy/blob/c6fdf83be68d738043f73bed35395fad741e04fa/internal/component/discovery/process/container.go#L14-L30). This can be further generalized by adding a new argument...
* This PR setups access control using Grafana's [authz]() client and `idForwarding` feature to check for permissions on a given dashboard before generating the report for the user * Playwright...
**Describe the bug** When we use boolean types in compose file, Python will convert them into its native boolean types. This means a value set as `test: true` in compose...
#### PR Description This PR adds a new regex argument to Process discovery component that captures the cgroup ID of the process and exports it in the target. #### Which...
Hello, Thanks a lot for this lib. It helped me to understand the IPMI spec better. I am trying to make the in-band `ipmbdev` interface work with the library without...
Fixes #124 @jtpio I had some time to look at it. Let me know your thoughts!