Shreyas Cholia

Results 8 comments of Shreyas Cholia

OK - thanks - super helpful. I may have one of our summer interns help with this.

May also need to reflect official clients in the roadmap (i.e. statusbar) that need to consume these metrics Specifically - this endpoint will need to change: https://github.com/jupyterlab/jupyterlab/blob/4fe4dcfe5c9dc329bed2dcf2602f569ddef8a8a0/packages/statusbar/src/defaults/memoryUsage.tsx#L291 Noting it here...

Seeing this issue as well Looks like the github api supports a way to query the "default_branch" See: https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#get-a-repository this shows up in a couple of different places in the...

So I don't think you want to assume the name at all. Ideally it should look up the "default_branch" field via the github API and use that to generate the...

OK - see PR #968 for an initial fix. This is simpler than what you suggested but it seems to work for me. I also couldn't figure out whether uri_rewrites...

This is a good idea! Is the idea for this to take on some of the functionality of [nbresuse](https://github.com/yuvipanda) (which is targeted at metrics for user dashboards, statusbars etc.)?

This seems like a reasonable fix, and also addresses a race condition for multiple job submissions. The one other addition I would suggest is that we may want these files...