Results 505 comments of Tom White

I don't remember finding that 0 was specifically disallowed. So this does look like a bug. I'm not sure we'd want to retry here (who decides the policy?), I think...

I thought that for AWS Lambda it might be possible to use [AWS CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker.html) to produce a docker image and publish it to a repository. I haven't tried this though.

I was imagining that Lithops would hide the CodeBuild part, in the same way that it hides the runtime build and deploy steps already. In other words, `lithops runtime build...

@grahamgower That seems to be exactly what we need - thanks!

@brentp could you tag a release sometime so we can test this? Thanks!

Thanks @timothymillar. Reading [the spec](https://samtools.github.io/hts-specs/VCFv4.3.pdf) more closely I see that it says > For the Integer type, the values from −2^31 to −2^31 + 7 cannot be stored in the...

The modulo operation was just an example - the actual operation is checking `s[s > min_number]` for a fixed `min_number` value. The workarounds are fine, but it's not always easy...

Thanks for opening this @TomNicholas > The challenge will be defining a parallel computing API that works across all these projects, with their slightly different models. Agreed. I feel like...