Custom Query (22 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 22)

1 2 3 4 5 6 7 8
Ticket Resolution Summary Owner Reporter
#22 fixed gutenbach should enable cups-lpd jhamrick quentin
Description

Gutenbach can improve its backwards compatibility by enabling cups-lpd. This can be done by appending:

printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd \
        -o document-format=application/octet-stream

to /etc/inetd.conf and then restarting openbsd-inet. This fixed printing to Gutenbach from my Mac.

#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.

#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.
1 2 3 4 5 6 7 8
Note: See TracQuery for help on using queries.