Paul Grosu

Results 43 comments of Paul Grosu

I'm very carefully working on this, which means it will take some time to implement it properly together my other activities that are also taking up my time. Basically I'm...

Hi James (@jbu), I would be happy to help here, but my implementation that I'm working on takes a different direction. Currently it is still being developed and I'm trying...

This is nice, but I have two questions: 1) If the `task_log` is collapsed then how does one know which are the problematic tasks (without going then through a paginated...

In theory tasks could be auto-identifiable, since you can create a hash of the static elements `(data and program [maybe resource])` they represent. So a map of `{ hash ->...

@patmagee That sounds reasonable to me as well. I don't think many folks will create heavy dependencies on `task_logs`, that when when we get to 2.0 it becomes a breaking...

Maybe I'm doing something wrong, but it seems the first workflow seems to fail with the above given input: ``` $ cat path.json { "foo.inp": { "class": "File", "path" :...

Backend-end access to the docker's process shared-storage can be quite easy and fast with compressed rsync/mirrordir/etc and bind mounts, especially since it is a flow where the delta file-changes are...

@ejona86 I'd ask on the (grpc.io) discussion group - the sample size will be larger :)

@rcowin-gcp It looks like in the code the command parser is missing the `network` parameter. If you look at this, it does not parse for the `network` option, which is...

Thank you, I read the REST spec below -- I was just providing a recommendation on where the code can be updated with a simple fix: [https://lifesciences.googleapis.com/$discovery/rest?version=v2beta](https://lifesciences.googleapis.com/$discovery/rest?version=v2beta)