Yuvi
Yuvi
At the end of each semester, we have had to do some cleanup (like with #2002) - but this hasn't happened in a structured way. For this semester, let's try...
Currently, we get most of our python packages from pypi.org, installed via pip. A lot of scientific python packages have C extensions, and installing them from pypi has been simple...
Ubuntu 24.04 already comes with a `non-root` user at `1000`: ``` ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/bash ``` Ubuntu 22.04 does not have this, so we have been able to create our own with `uid...
> /* If this file gets over 200 lines of code long (not counting docs / comments), start using a framework This was the first line I wrote when I...
https://jupyterlab.readthedocs.io/en/stable/user/announcements.html#jupyter-news says you can set that to any arbitrary RSS feed and it would show up as a pop up in Jupyterlab. maybe if announcements were made available as an...
As part of https://github.com/jupyterhub/jupyter-server-proxy/pull/479, we ended up using regexes to parse HTTP Headers and the status line. This makes me somewhat weary, and I'd like that to be replaced with...
I choose to make it 3.0 because not needing websockify is a big enough change that will break some dependent projects that relied on using it to detect if the...
I absolutely *love* the [GOVERNANCE.md](https://github.com/marimo-team/marimo/blob/main/GOVERNANCE.md) file! It's excellent and I wish more projects had that. Thank you for writing it! My understanding from looking at various pull requests is that...
When trying to use latest nbgitpuller, we see: There's nothing in the js console, but looking at the network tab, we see that the API call is considered unauthenticated and...
In #2693, we've setup pagerduty to send us alerts from grafana. But we aren't using it to its full extent, and we should. - [x] Make sure everyone has pagerduty...