Dave Hirschfeld

Results 351 comments of Dave Hirschfeld

I'm a bit agnostic to GUI interfaces for operations such as push/pull etc as the terminal's available and is more powerful/flexible. The value for me in a GUI git interface...

In VSCode when you click on a file it shows the diff in a separate diff tab. If you click on another file it shows the diff in the *same*...

> *It seems as if the GH actions don't run when initiated from forks* Maybe that's being fixed?' https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/#improvements-for-public-repository-forks

Yeah, I think figuring out what/how to display an object is a hard problem! I like your idea about an expander and had similar thoughts myself. A DataFrame may have...

There might also be something to learn/use from vscode: ![](https://code.visualstudio.com/assets/docs/python/tutorial/debug-step-02.png) i.e. an expandable json-tree view of Python objects might be nice This can be done (very roughly) in JuypyterLab: ```python...

***xref:*** #92

Hi @SofianeB, Can you please post the output of your jupyterhub logs (from the terminal where you ran jupyterhub)? Also, if you run jupyterhub with the `--debug` switch we should...

The `unavailable` is suspicious, but otherwise I couldn't say. I'll have a think on it but in the interim could you post your config here as well so we can...

> *it works normally regardless of the configuration.* That's not actually true - there are an infinite number of ways you could misconfigure `ldapauthenticator` such that it wouldn't work on...

That your old configuration works with the old version of ldapauthenticator is unsurprising and doesn't eliminate the possibility that your old configuration may need to be updated to use the...