Marvin Kastner

Results 118 comments of Marvin Kastner

I just stumbled over this behavior in an up-to-date version. I tried to understand what is going on in https://github.com/spatialaudio/nbsphinx/blob/master/src/nbsphinx.py but reading and comprehending close to 2400 lines of code...

This sounds very interesting indeed!

For me using docker-compose (up/down) and manually deleting docker volumes served the purpose. Maybe that could be a recommendation?

Well, in the config it says `ldaps://xxxx.com` so that `use_ssl` should be set to true, shouldn't it? The previous ldap3 version was much more forgiving. If the current version of...

Please encapsulate your code into backticks (`) so that they are formatted appropriately. You can just edit your old entry. As we can see in the logs, the error message...

Well, I would argue that even in an intranet encryption is desirable as in most cases we should not trust all participants of the intranet to the full extent. If...

@nylocx this is an open source project so anybody is free to create pull requests.

@nylocx I support your idea that security is always context-dependent. However, even in an internal network it seems wrong to me to transfer credentials in plaintext. If such an option...

Well, the version number of the ldap3 dependency was usually not pinned in this project. Previously, that library was very forgiving (many try/catches) which they stopped after one of their...

From my first inspection it seems rather straight-forward: The volume name is stored [in its dict](https://github.com/jupyterhub/dockerspawner/blob/master/dockerspawner/dockerspawner.py#L347) - either as a string or as a dictionairy. It only needs to be...