Min RK

Results 1478 comments of Min RK

> which file systems are the ones that are case insensitive/tricky to work with? The main filesystems folks encounter these days that are case insensitive by default are HFS+ and...

> report this as a bug in Jupyter notebook This would be an nbconvert issue, I think, since that's where it decides what outputs are available or not. However, removing...

> Then I don't understand why I get a new tab with an error message as well as the notebook when I click download as notebook :-/ Neither do I,...

@choldgraf right now, the behavior is an error message with a URL pointing to instructions for installing tex from the nbconvert docs. Is that requirement not satisfied, then?

Ultimately, repo2docker's output is a Dockerfile, which it then asks docker (or podman) to build. It cannot modify the host system. It's fine, though, to have a VM that mostly...

Notable difference from the docker run `-p` arg: specifying just `8000` means exposing container port 8000 *as host port 8000* rather than container port 8000 as random host port. I...

Maybe this has changed, but I think it's up to the docker volume provider to set initial permissions. We don't expose volume creation options in DockerSpawner, yet. I believe the...

> This allows us to set http_timeout > start_timeout. http_timeout should generally be much _less_ than start_timeout. These are timeouts for two separate operations: - `start_timeout` waits for the server...

It is extremely confusing that Kubernetes renames Docker's Entrypoint and Command as Command and Args, respectively! While Kubernetes' names more accurately describe what happens (a command is passed arguments), I...