Dennis Verspuij
Dennis Verspuij
When I use spawner jupyterhub-singleuser and visit /user/xxxx/lab after visiting /user/xxxx/tree the lab works fine (except for hub extensions not available). I inspected the invocations, both done with similar environment...
I tracked down that when using the jupyter-labhub spawner command somewhere in the process the Authorization: Basic XXX header my browser sends gets replaced by an Authorization: token XXXX. This...
I also experience the _include error with extended paths since 6.0, any followup on this? Thanks.
Hello again, for me this issue has been a v6 showstopper for a while, but I am unable to track down where and what change exactly causes the issue as...
Thanks, will have a look!
Hello, thanks for your plugin, I however cannot get it to work. What I did: - installed neo4j-community_windows_3_2_2.exe - created and initialized a database in C:\mygraphdatabase and stopped Neo4j afterwards...
Followup, I managed to make it work by not adding the dbms.unmanaged_extension_classes statement to the configuration. That way I do have the stored procedures available, but not the extensions. If...
Hello Daniel, any chance on reviewing this?
Hello, I also experience this while using both multi-target and auto db discovery features, each scrape new connections are opened and never closed. I am using Postgres 13 so the...
From the code I see `hide_headpage` is effectively ignored when `nons` is specified. I am not sure whether this makes sense or not.