David Manthey

Results 217 comments of David Manthey

If you aren't using the docker file with DSA, then you probably aren't running "girder mount" on the same machine as Girder. Some image sources require actual files (not just...

If switching from containerization to a virtual machine fixed an issue, it sounds like some port that was necessary wasn't open.

Yes -- the minimal example doesn't mount fuse. Probably we should update the docs on the minimal example to be more explicit that it expects all the data to be...

There is a setting in the default deployment of the DSA to restrict some download endpoints. I'd have to look up the details -- but this is specified in the...

By default, if a user can look at a file, they can download it. One of our primary collaborators on DSA wanted to allow anonymous users to view images but...

In the pip method, the ldap python module requires libldap2 and libsasl2 to be present and appropriate build tools. On Ubuntu, this can be installed by do `apt-get install libldap2-dev...

Probably you need an older version of node. The girder build script (currently) doesn't work on node versions newer than 12.x.

One way to do this is with a single command in the Docker that removes git after use: ``` COPY . /girder/ RUN apt-get update \ && apt-get install -qy...

How bad is the git bloat if we do a single branch and a depth of 1?

I think this sort of documentation is useful, if only for developers that rarely use OSX but want to test there. Would it be appropriate to have the removed section...