Steen Manniche
Steen Manniche
@infinitylx I battled some time with this issue. The normal way I would clone my password-store repository on laptops using a git client would be something along the lines of...
Do you have a stacktrace from the browser, or some way to tell where the exception arises from? A wild, preliminary guess would be that the ordering of dependencies are...
Related to jupyterhub/dockerspawner#290
This doesn't so much seem to be a problem with JupyterHub or the dockerspawner, but more with your nginx configuration. I would suggest that you direct these questions to https://discourse.jupyter.org...
I have the same use-case, in which I would like to have a variable number of elasticsearch containers, and have each of them write to their own volume, have their...
Thanks for the suggestion @samuelkarp. I'll try to test it out but would also like to have a fully automated process with not too many hacks to build out an...
I would suggest, rather than using elasticsearch which would probably be overkill for this project, to use [whoosh](https://whoosh.readthedocs.io/en/latest/intro.html), which is a pure-python search engine
I got some deeper understanding of this though this link https://kerberos.mit.narkive.com/mf3vf81O/slow-response-with-multiple-kdcs The symptoms I observed were that kerberos was looking through a list of possible kdc master candidates before getting...
https://github.com/cline/cline/issues/2462 mentioned that removing the history resolves the API hanging problem. Worked for me