Daniel Pittman

Results 47 issues of Daniel Pittman

The only impediment to reusing the same progress object multiple times is that `index` is not reset when `iter` is called -- doing that would make it very convenient to...

G'day. Trying to run this over our large projects (puppet and factor) here at Puppet Labs gave me a failure on OS-X: ``` IOError: [Errno 63] File name too long:...

It would be nice to get a preview of what `updtr` is planning before letting it give it a shot, for my workflow; I can use `npm outdated` to get...

hey. it'd be great to be able to reset the speed calculator without leaving the game. if you pick up on "message sent" events, and look for "reset jump speed"...

G'day. Transcoding from `mp4` to `mkv` with embedded subtitles, using `copy`, fails: the mkv container can't hold the `mov_text` subtitle format. It works fine with, eg, `-c:s webvtt`, srt, or...

This updates the UTF-8 decoding in pytranscoder to treat non-UTF-8 output without error: it replaces invalid characters with the Unicode `REPLACEMENT CHARACTER` `U+FFFD`. These characters only occur in "user"-supplied metadata...

G'day. It'd be kind of nice to know roughly when the current transcoding job would finish; transcoding is a reasonably stable process, so a fairly simple exponential moving average should...

G'day. Right now I'm using pytranscoder to update a pile of old masters to h265 for regular use. That means I'm often running it across a bunch of files, 10...

The returned content type had a - rather than /, which wasn't strictly legal, albeit probably not notable what with the defaulting to plain text and all. Also, add tests...

When handling of the accept header was defaulted to nil, rather than the first content type, the tests were not fully updated to reflect the change. Now, as expected, an...