Bryan Gillespie

Results 19 comments of Bryan Gillespie

This issue was discovered while calculating center of mass of CT scan image slices from anonymized DICOM, hence why the input is a large compressed file. It might take me...

It's not an executable file. So you don't have to "trust" it. It's just a blob of data. > it's very easy to craft malformed/corrupt files It is, but malformed/corrupt...

First of all, my archive was using XZ, not tar/zip. Ok, in that case I am willing to host an uncompressed file so that no decompression step is necessary. Would...

Gists have a 50MB limit so that won't work. The repro input is from a CT Scan Slice. The plain text version is going to be 200MB+ so I'll have...

I would like to give a small example data, but like I said, I'm just the guy at my company who said during a standup "What do you mean the...

For `ndimage.sum(arr)` I get `1757817117` on Windows 10 which does appear to be a 32-bit number. > Are you sure that you wanted those incorporated in the center-of-mass calculations? It...

Thanks, I'll pass that on! Is the 32-bit/64-bit OS differences thing is a known issue? Seems like `long` should be changed to be platform independent type like `int64_t` or maybe...

Sure, open to PRs. Feature would need to be backwards compatible with existing users, which is why I recommended making a new flag `--skip-missing-exclusion-sources`

Seems like only the minified version is properly bundled.