Joseph Rushton Wakeling

Results 34 comments of Joseph Rushton Wakeling

This time the test failure looks unrelated to the code. Is there some way to auto-trigger a fresh test from the PR? (I forget... :-\ )

Some CI setups have hooks that allow PR authors (or maintainers) to trigger fresh builds via a comment "Test this please" or similar. Could be convenient? Anyway, thanks :-)

I suspect @ibuclaw could give you more insight ;-) Since `gdmd` is just a perl script mapping dmd-alike options to gdc options, I presume that something is going wrong with...

On 02/11/2013 07:53 PM, Adam Spiers wrote: > Looks like you're right - the intermediate files are suffixed |.mpg|, but the > final output file is |.avi|. Well, technically the...

On 02/11/2013 07:59 PM, Adam Spiers wrote: > You're right again - I momentarily forgot that |.avi| is the default output > suffix, but can be overridden. I have a...

I looked into this in more depth, and it seems like it's one of those lovely fork wars that crop up from time to time. The reason for the Ubuntu...

I'll see what I can do. Python isn't one of my languages but I guess this should not be too hard in and of itself.

Yes, the deprecation is not of FFmpeg per se, but the fact that that package is no longer being supported in Debian (and hence, its derivatives). Fortunately the two programs,...

On 02/11/2013 08:14 PM, Adam Spiers wrote: > Thanks a lot! Looks good, although I'm curious why you didn't just write > |'title.' + fileExtension| instead of |''.join(['title.', fileExtension])| ?...

@jdxcode this pretty much matches my use-case, although it probably wouldn't be CircleCI. I would need it to support tracks as well (i.e. be able to promote within a track)....