Zhiming Wang
Zhiming Wang
```console $ caterpillar https://p-events-delivery.akamaized.net/2010ayctcrodak763xivpxn4htcuhco9/vod_yNERgMqbdpzDszTARXB7y674TmVQ4Yvu/avc_720p_4500/prog_index.m3u8 apple.mp4 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x556f47038080] [warning] could not find corresponding trex (id 1) [mov,mp4,m4a,3gp,3g2,mj2 @ 0x556f47038080] [warning] could not find corresponding track id 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x556f47038080]...
Yarn uses `\x1b[2K\x1b[1G` quite a bit to make sure their messages are at the beginning of the line. Of course we're competing to be at the beginning of the line...
``` cargo 1.46.0 (149022b1d 2020-07-17) cargo-outdated v0.9.11 ``` --- I use a paths override in `.cargo/config` ```toml paths = ["../another-crate"] ``` when working on two related crates that reside in...
**Describe the bug** `csv-stringfy` 5.6.2 ```ts import csvStringify from 'csv-stringify/lib/browser/sync'; ``` doesn't work in TypeScript since the type declarations are missing. I had to add my own `csv-stringify.d.ts`: ```ts declare...
使用`file.Uploader.Upload()`时,我发现只要是几百MB及以上的文件100%失败,SuperFile2Upload返回空回复: ``` 2023/04/07 13:32:14 upload failed, path[...] response[] 2023/04/07 13:32:14 SuperFile2UploadFailed, partseq[4] err[unexpected end of JSON input] 2023/04/07 13:32:14 strconv.Atoi failed, err: strconv.Atoi: parsing "": invalid syntax ``` 把并发数调低之后就没问题了,1-3都行,别的没试: ```diff...
pkg-config is probably not the way to go on Windows...
In fdf3611 we fixed frame extraction in edge cases by introducing output seeking (i.e., `-ss` flag after `-i`, seeking frame by frame). This is way too slow, especially since each...
Think of `identify`. That way, the current `format_metadata` implementation can be replaced by a default format string. This feature would require a format specification mini language, since requested fields might...
OS X 10.11.4, osxutils version 1.8.2 installed via Homebrew. `seticon` works on files but doesn't have any effect on folders. How to reproduce: ``` bash tmpdir=$(mktemp -d) cd "$tmpdir" curl...