yamato matsuoka

Results 10 comments of yamato matsuoka

Let's re-ignite this auto-tooltip discussion. > * should it be enabled by default? Yes. A consistent UI/UX is what I like. > * what should be the default delay? 300...

After reading [Extending Templates](https://jupyterhub.readthedocs.io/en/stable/reference/templates.html#extending-templates), I figured the `{{ super() }}` directive is missing in tljh-repo2docker's [page.html](https://github.com/plasmabio/tljh-repo2docker/blob/master/tljh_repo2docker/templates/page.html). Shall I prepare a PR?

I just investigated quickly; micromamba 0.21.2 does not seem to have the issue, but I could confirm errors since 0.22.0. I tested against the above case as well as bioinformatics...

Thank you @wolfv. Just adding extra information: I could also confirm the issue on a docker container on Ubuntu instance hosted in AWS with EBS. (Specifically, a self-hosted JupyterHub. Maybe...

@kdeldycke Awesome! Thank you so much for your continued effort.

The ".AppImage" extension on the released file is misleading, as the file command shows it's an ELF executable, not an AppImage. To avoid confusion, please rename the file to use...

`skip_summary` has moved to `tensorflow.python.distribute.summary_op_util` since v1.14 while other functionalities remain in `tensorflow.python.ops.summary_op_util`. So the fix is not one-liner. Why don't we stick to 1.13?

I'm just a passerby. The [`Dockerfile`](https://github.com/sjdv1982/seamless-binder-demo/blob/main/Dockerfile) in the repository inherits your custom image ``` FROM rpbs/seamless-binder-demo@sha256:7a48d63d5fd834427676adf9c3fdb95bee906d3a2a646e4a6bb28f44c8462346 ``` so it's not "basic", and the problem looks specific to your setup.

Sorry. My mind was fried. I've also confirmed the error locally. ```shell repo2docker --debug --image-name test-basic . ``` where the directory contains simple `environment.yml`. ```yaml name: seamless-binder-demo channels: - conda-forge...

Typically, `link_destination` entry in `~/.condaxrc` sets the link destination. https://mariusvniekerk.github.io/condax/config/ But in your case, you need to run with `sudo` hence `/root/.condaxrc` is the location. ```yaml link_destination: /usr/local/bin/ ```