Alex Petty

Results 29 comments of Alex Petty

Workaround for now: Comment out the function from your `serverless.yml`, run a full deployment. This will delete the API gateway endpoint entirely, and then you can uncomment the function and...

@jkbonfield I'm reviving this ancient issue rather than making a new duplicate because I think that nothing has fundamentally changed, even though zstd has significantly improved over the last 4...

Yes, I've been experimenting with a new tool to compress / decompress (bgzstd) and a completely different layer with the same API as bgzf (bzstdf). I still need to finish...

I was actually thinking that as part of the specification that includes Zstd compression, an appropriate dictionary could be included for each type of commonly block-compressed data, that is BAMs...

It also seems to be incompatible with `- serverless-external-s3-event`. My team is investigating workarounds. I will provide you with a package once we've determined how many other plugins we can...

Disregard the above comment concerning `serverless-external-s3-event`. It seems like this may be another issue entirely. We've got many entries with `null` values in the DependsOn within the `cloudformation-template-update-alias-stack.json` after eliminating...

Within `apiGateway.js`, this is almost certainly happening because we can't find the versionName and aliasName for some reason, explaining the two nulls in the dependsOn field that don't exist in...

bmon is segfaulting on me on Ubuntu 18.04 on kernel 4.15.0-156-generic. If it keeps it up I'll try and snag some actually useful debugging info, but I am seeing ```...

I realize this is a year old issue, but I just watched https://www.youtube.com/watch?v=XRAP3lBivYM and had my mind blown and was checking on the health of this project. @threadedstream your Pentium...

I'd love to see this implemented. There are two separate PRs open right now to fix this: https://github.com/lh3/bwa/pull/283 and https://github.com/lh3/bwa/pull/344. SIMDE is probably a more robust solution long-term, but the...