Ken Williams

Results 44 comments of Ken Williams

Agree; even viewing on a desktop browser, I would like to be able to zoom in & out to see pictures better sometimes. I already have forward & backward arrows...

Could this issue get a little love? Looks like it's still not fixed in Jupyter Lab 2.2.8.

@jasongrout it looks like there’s already a proposed implementation, is it suitable? Edit: oops, just noticed subsequent comment where it’s pointed out that apparently it doesn’t work.

Oh - thanks for the clarification. Would still be great to get support for Stash (which is becoming BitBucket) SSH urls. =)

The `pdoc` code appears to have not been touched in several years. It might be time to either fork it or find an alternative.

Wondering if you have thoughts on this. Here's the practical effect - the binary package doesn't get cached and used for the next installation: ``` > library(crancache) > install_packages('reshape') Installing...

Hmm, I'm curious why we're seeing different results. I just did a fresh clone of the repo and ran the parallel instantiation, here's the output: ``` % python -m tox...

> I'll close this issue, but please do re-open if I've misunderstood something. @nedbat I don't seem to have the ability to re-open the issue, but I've posted the comments...

Trying to make a reproducible environment - here's a `Dockerfile` that I used, instead of relying on my local MacOS environment: ``` FROM ubuntu:22.04 # Install preliminaries RUN DEBIAN_FRONTEND=noninteractive apt-get...

Thanks for picking up this thread again. Here's the incantation I've been using in my `tox.ini` files for a little while now: ``` [tox] envlist = clean,py39-pandas{13,14,15,20},report [testenv] deps =...