Results 80 comments of David Gowers

@shew00 Thanks. There was also another 'bug' (change of variable expansion in `math` with recent versions of fish), so I've made that fix, incorporated your unmount change with a little...

Honestly much of the motivation of this was I considered --path as 'too slow'. `find [..] -print0 | xargs -0 -I{} tmsu files --path {} sometag` takes 5s to filter...

Hi, as I began implementing annotations seriously, I did find that I wanted to tag regions (image regions, pages, audio/video regions) of files moreso than files themselves; I took the...

I've done two iterations on this idea now. I'm reasonably happy with my current UI ideas, though I'm pretty sure it can still be improved. Basic concept: use -1, -2...

Yes, in general I had considered that an object would usually be identifiable by its tagset; in cases where this is not true, AFAICS it would usually be desirable to...

I've analyzed this feature in TVP before. I concluded: - it works by analyzing the proportion of R/G/B in each pixel, classifying pixels as red, green, blue, or black. -...

This bug report may no longer make sense, in light of the following: http://git.gnome.org/cgit/gimp/commit/?id=18603ac192493296b191197a3e2b62c710398afd

I think this person is talking about palettes in the 'color palette' sense, and overall they are asking for the ability to select between multiple color palettes for any given...

> I think so too, but you can achieve the same thing by just having multiple versions of your tiles since Tiled does not have the hardware limitations of ancient...

I'd add 'selection from layer alpha' to the above: It's a simple but often very useful command, and could be used as an impromptu method of doing painted-shape-based masking that...