Aaron Kaluszka
Aaron Kaluszka
It would be very helpful to be able to query/orderBy/startAt on createTime/updateTime metadata rather than attempting to store unreliable client-side time data.
There are some fixes I'd like to see incorporated, specifically libjpeg-turbo/libjpeg-turbo#509
This adds LZFSE support using the reference library. Interface is nearly identical to LZVN. Also fixes removing resource fork when decompressing LZFSE. The chunk overlap detection code seemed to be...
When attempting to use the tool on Windows 11 build 25267, the process fails when trying to set the reparse point via FSCTL_SET_REPARSE_POINT_EX with NtStatus 0xC000000D (STATUS_INVALID_PARAMETER). This is different...
**Is your feature request related to a problem? Please describe.** While XYB JPEGs work in many browsers, colors appear wrong in most other apps. **Describe the solution you'd like** Most...
Similar to the existing option for mri_synthseg, this activates the GPU option in mri_synthstrip when the -gpu flag is set in recon-all.
Many of the utilities include the following line: ```shell set n = `echo $argv | grep version | wc -l` if($n != 0) then echo $VERSION exit 0; endif ```...