Joseph Rushton Wakeling

Results 7 issues of Joseph Rushton Wakeling

Since it seems there are some use-cases where it is unavoidable to run `rdmd_test` directly, it's nice if we can reduce the amount of typing required to do so. Besides...

stalled

[Issue description edited to avoid accidentally spreading false information.] Sadly, the ffmpeg project forked into avconv, and Ubuntu and Debian switched to avconv. (Here is [a reasonably unbiased version of...

enhancement

This tweak should ensure that interim videos created in order to have a title page are created using the same format as the output video. It has been tested using...

help wanted
needs work
easy

If a title page is requested, ly2video creates 2 temporary videos and then joins them. To avoid lossy changes, the format of these videos should be the same as that...

enhancement

The current implementations of `isEdge` and `edgeID` use a linear search. This should be replaced by a binary search that takes advantage of the sorting of head and tail indexes.

Recently I've been playing with creating snap packages from D projects, specifically: * supporting dub as a plugin for `snapcraft`, so dub projects can be easily turned into snap packages;...

enhancement

The proto2 specification allows for imported data structures to be specified precisely using _package specifiers_, as described here: https://developers.google.com/protocol-buffers/docs/proto#packages However, dproto fails to handle package specifiers, emitting an `undefined identifier`...