Re: [dev] Introducing SLUT (Suckless Linux Using a Tablet)

2012-05-09 Thread aecepoglu
I have desired such a thing too, except my solution was to use a modular approach. Basically a window manager that reads from a named pipe is required. Then multiple input applications like gesture recognizers and voice recognizers and whatnot would output into the named pipe. On Wed, May 09,

Re: [dev] interested in issue tracker dev

2012-01-13 Thread aecepoglu
So: * Binary is a no no. * Issues are stored in one way or another as mail(s). * That sits under a version control. And an issue has the fields: * status * id * project I am guessing what project it belongs to will already be in the address fileld. and the id will be in the subject. If foldere

[dev] interested in issue tracker dev

2012-01-12 Thread aecepoglu
I might be interested in trying to help write one such suckless issue tracker as requested on the webpage. I just want to ask; What set of features are a must for you? Thanks, cheers.