Mark Schreiber

Results 51 comments of Mark Schreiber

I think that the problem is that somewhere the handler is using the `path` to map to the java method but a much more resilient solution would be to use...

You're right. This is another attempt that better handles API gateway proxying and is better than what I previously had but may still not be the best solution: ``` @Override...

1. Yes, 404 errors (or indeed any `HeadObject` error) will cause the `HeadObject` call which gets the file size to fail which will break out of the loop so it...

> @markjschreiber I'm thinking that instead of writing all the `aws s3 cp` resiliency features in the shell+WDL+python code here, it'd make sense to capture them in a separate wrapper...

John Didion on the openwdl slack seems to think the behavior should be to emit an empty string. https://openwdl.slack.com/archives/CT2F743C3/p1636124751003700 I guess the rationale is that the math operation produces an...

So does that mean the best practices workflow should fail if the optional value of an Int used in the calculation in the string interpolation? Or should miniwdl produce an...

It is useful to somehow be able to construct a command line flag when a value is set and not when it's not. I don't know if abusing optionals and...

Is it possible to do something like the following pseudo code: ``` Int x Int? maybeY Int? maybeSum maybeSum = (x + y) ``` and then use `maybeSum` in the...

What is the expected `pyre` version for running `make test`. I have `pyre 0.9.8` in the virtual env but when I run `make test` I see the following which suggests...

Hi @Marlin-Na, you may also need to ensure the repository name is `aws/cromwell-mirror`, however if that is what you are using then it could be that CDK is not looking...