Dave Jones

Results 58 issues of Dave Jones

The GUI (and possibly the CLI) should provide some means of calling an external tool with a selection of the captured images

enhancement

Now that livecd is [always using the 'classic' branch](https://git.launchpad.net/ubuntu/+source/livecd-rootfs/commit/?h=import/2.757&id=d3accdc3e1ae93cbeebc65d87b9ae07689f316cf) (and knows to specify different targets for server or desktop images), there's no point keeping the 'desktop' branch around (which is...

Now that MS have managed to come up with a [well written spec](http://msdn.microsoft.com/en-gb/library/dd942138.aspx) (considerably better than the awful [AAF](http://www.amwa.tv/downloads/specifications/aafcontainerspec-v1.0.1.pdf) one) we should go through and audit the codebase against it....

enhancement

Add an extended validation parameter to the initializer which causes "expensive" (and otherwise unnecessary) validation on the file being read. This should include: - Testing whether any streams share storage...

enhancement

When CompoundFileReader is constructed with a "real" file (i.e. something that returns an fd from fileno()), we should mmap the file and just read the bits of the FAT that...

enhancement

Add a user-agent parsing module which pulls from standard sources and provides a unified interface for querying attributes of user-agents (robot or not is probably the most important, but anything...

enhancement

As mentioned in pimoroni/sn3218-python#1 this PR fixes up compatibility with v2 of the sn3218 module by conditionally importing the class and instantiating it as a replacement for the module (which...

Commit 915444bc0b8a931d32dfb755542f4bd1d37f1449 introduced a regression whereby an entry in *nbdtab* with no port specification was read as wanting port "0" rather than the default "10809". I attempted to run the...

Currently, running `configure --disable-manpages` while `docbook2man` *is* installed results in the error "don't know what to do here" when it should disable building of manpages (I ran into this when...

While I'm spamming the repo with tickets (sorry!), if you need any help doing Rapsbian packaging, let me know - I've got some fairly good Makefiles and configurations that make...