Yuvi

Results 1104 comments of Yuvi

The student clicked on the link 3 times over a few days, so probably not. However, I do have a copy of the directory as it existed (with timestamps!) so...

Also git reflog shows that *fetch* succeeded each time, but no checkout happened. So `origin/master` points to correct thing but `master` is empty. This might be because we just run...

We should definitely document repo size guidelines. I thought GitHub had a hard stop at 1G, but apparently that is at 5G now.

This is awesome content, @consideRatio! I want to suggest an alternate approach. If you see https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/master/jupyterhub/templates/proxy/autohttps/configmap.yaml#L104, we are defining just one router + backend, pointing to CHP. However, it is...

I had also fixed the syncthing recipe on conda-forge, so you can install syncthing from conda-forge and syncthing-proxy from PyPI. Should be the only things needed.

Hello! github.com/yuvipanda/jupyter-desktop-server/ is the project that helps with this. Paraview needed OpenGL, which was a bit difficult. ncview should be doable though....

@fperez https://github.com/jupytercalpoly/reactivepy was a project by the calpoly interns a few years ago to automatically detect this 'dependency graph' and re-execute when necessary. Might be worth looking into.

Ah, fun fun fun fun fun :D TLDR is that enforcing quotas is impossible with EFS / Filestore, but there is hope. Longer version! @consideRatio saying: > Storage limits probably...

I have this working now for a hub I run! ![image](https://user-images.githubusercontent.com/30430/89033091-af98e280-d353-11ea-911e-fe7839607986.png) I'll post code shortly

https://github.com/yuvipanda/get-quota-the-home/blob/master/generate.py is the script I have running on the NFS server, and it does the job. More work needed, but I think it should be a nice and fairly resilient...