Custom Query (22 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 22)

1 2 3 4 5 6 7 8
Ticket Resolution Summary Owner Reporter
#17 fixed gbq tab formatting broglek mats_a
Description

gbq seems to use tabs for formatting:

Job ID          Owner           File
-----------------------------------------------------------------
5844            example         blah1
5845            example         blah2
5846            exemplar                blah3

probably should do something like:

(pseudocode)

columnWidths = [("Job ID",4), ("Owner",20), ("File",60)]f
function formatCell(text, width):
  return text + " "*(width-text.length)
etc.
#19 fixed Volume commands should use an identifiable scale (% or dB) broglek quentin
Description

The scale of volume levels is currently sound-card dependent. ALSA supports both percentage and dB scales; we should use one of them instead.

#9 fixed Fix the web interface jhamrick jhamrick
Description

There used to be a sipbmp3 web interfact at http://sipb.mit.edu/sipbmp3, but it no longer works since we switched from LPRng to CUPS. It needs to be updated such that it uses the correct syntax to interface with CUPS.

1 2 3 4 5 6 7 8
Note: See TracQuery for help on using queries.