Results 31 comments of James Howison

I'm getting hangups working with files about 5 MB. tablr preview is fine, but after the two progress bars Atom freezes. In addition it seems that tablr skips the "Ask...

I'm in a similar situation to @hkbertoson. I also tried to follow I though it might be because repo2docker only recently got the config option, as suggested in https://github.com/jupyterhub/repo2docker/issues/1112, so...

Hmmm, some progress. Reading `repo2docker --help-all` it seems the relevant config var is `extra_build_args` and not `extra_build_kwargs`. ``` --Repo2Docker.extra_build_args==... Extra build args to pass to the image build process. This...

Here's the output from my terminal session (on an M1 Pro Macbook). I'm trying to build from a repo on github. ```console jlh5498@INFO-A64206 ~ % cd Documents/UTexas/images jlh5498@INFO-A64206 images %...

I was able to get this to build by: 1. Deleting build cache and all images. I used the command `docker rmi $(docker images -aq)` and then I did the...

Not sure what to do about the docker-py and buildx issues, but I did manage to get renv working with docker buildx (after stumbling around for quite a while :)...

The ffsync issue in https://github.com/docker/docker-py/issues/2230#issuecomment-536477419 does seem like a long-term blocker. And the main driver for it was docker-compose but the advice is to use the CLI for that? So...

Thanks for the guidance. I don't think I can implement that, but I am trying to bring it someone's attention who might be able to. Just for additional insight, one...

Yeah, I think phpmyadmin and others just use LIMIT and OFFSET. Although I'm far from sure (it's what phpmyadmin shows as you browse). I found this note about using resultset/cursor...

Thinking about this more, perhaps an across platform approach that protects against the most common error cases without the hassle of pagination would be to add `LIMIT 100` to each...