Tim Dudgeon

Results 27 comments of Tim Dudgeon

No, I think there is something wrong here. Look at the original file: ``` ATOM 106 OE1 GLU A 14 -1.426 -12.572 3.509 1.00 0.00 O ATOM 107 OE2 GLU...

For Nginx I was trying to set it up to transfer and receive files: https://docs.galaxyproject.org/en/master/admin/nginx.html#sending-files-with-nginx https://docs.galaxyproject.org/en/master/admin/nginx.html#receiving-files-with-nginx And setting up the receiving files bit mentions that the umask needs to be...

Personally I would not upgrade anything unless there is a major security issue with SciPy. There's a risk that something will break and no actual benefit in making the change....

Just as a comment, I hit a quirk that I think is the same or related issue. I create a very simple Servlet using only the @WebServlet annotation, and provide...

It's not just the pod spec that needs to be considered here. It would also be useful to pass things through to the PVC definition. For instance I wanted to...

I found a probable fix for this. In the `docker-entrypoint.sh` file the execution of the extension script happens after setting the permissions and ownership of the `/data` directory so that...

Elixir AAI is basically an [OpenID Connect](https://openid.net/connect/) (OIDC) authentication provider, so this task would be better defined as being able to allow authentication through OIDC which will allow multiple providers,...

I'm not sure if it is the same problem or not. But the chart I'm using is the latest that is available for Racher v2.6. See https://github.com/rancher/charts/tree/dev-v2.9/charts/rancher-monitoring (charts with `100.*`...

Sorry for the delay in responding. BTW, I'm no expert on the internals of OpenMM so treat anything I say with a bit of caution. 1. this is determined by...

Just picking up on this - is this resize() function supposed to redraw the PCP at a different size e.g. when the size of the enclosing div changes? If so...