Dave Hirschfeld

Results 351 comments of Dave Hirschfeld

From gitter - https://gitter.im/conda/conda-build?at=5baad5a4fe37781110f9c495 > *AFAICS it makes it impossible to have any automated build worker because if you don't know ahead of time what you will be building and...

Would love to but finding time might be difficult since it's not on my critical path It'd be nice if it Just Worked but given the workaround is to just...

If the icons are too small to show the git status themselves, perhaps we could do something similar to Visual Studio Code where you have a separate changes view which...

Heh, after actually giving it a go I was going to open an issue to request some form of indication that a folder is a git repo and found that...

@weihwang - I'd be happy with *any* indicator that its' a git repo. The icon on the side as above works perfectly well for that however it might be nicer...

In case it's useful, I set up the cache credential helper in my JupyterLab container: ``` git config --system credential.helper 'cache --timeout=36000 --socket /tmp/.git-credential-cache/socket' ``` ...not sure if the extension...

I'm running JupyterHub on Azure Kubernetes Service using the [`zero-to-jupyterhub-k8s`](https://github.com/jupyterhub/zero-to-jupyterhub-k8s) helm chart so that's the same use-case I think. The pasted yaml was the config I needed to get the...

> What file does the above yaml go into? With helm you provide a `values.yaml` file to override the defaults in: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/bf65b102e6b7192840e31670aee58be6921b2aa0/jupyterhub/values.yaml#L349 IIUC this doesn't use GCM but instead used...

> *what was the reason behind using the `/tmp` folder instead of using the default location* My setup may not be optimal - it was just what I could get...

Just noting that the [`git-credential-manager`](https://github.com/GitCredentialManager/git-credential-manager) is now available on conda-forge: * https://github.com/conda-forge/git-credential-manager-feedstock ...for linux at least (I have plans to add at least Windows as well). I use the below...