PMXBOT Log file Viewer

Help | Karma | Search:

#dcpython logs for Friday the 6th of January, 2012

(Back to #dcpython overview) (Back to channel listing) (Animate logs)
[14:36:26] <aclark> Morning
[14:52:41] <MattBowen> morning
[15:08:35] <shentonfreude> mourning
[15:23:01] <djbpython1> timeit defaults to 1,000,000 runs…good to know
[15:26:49] <aclark> djbpython1: timeit?
[15:27:18] <djbpython1> aclark: http://docs.python.org/library/timeit.html
[15:27:44] <djbpython1> kind of a crap api design, but its useful
[15:27:54] <aclark> oic
[15:27:59] <aclark> stdlib
[15:28:34] <dahoste> djbpython1, yeah, very crap. I tried to use it for something recently and just flat out couldn't due to its limitations.
[15:29:24] <djbpython1> dahoste: what did you end up using?
[15:31:39] <dahoste> djbpython1, ghetto time.time() comparisons.
[15:32:00] <redir_> I often use the magic %timeit command.
[15:32:00] <dahoste> djbpython1, I didn't need the hi-res timing.
[15:32:09] <redir_> in ipython
[15:32:22] <djbpython1> ah
[21:55:41] <richleland> aclark heya - you can keep the multi-mech on the boards for FEb
[21:55:52] <richleland> sorry about the flip-flop there!
[21:55:55] <richleland> but it's on!
[22:45:37] <joshfinnie> aclark: have you looked into changing the color of the "topbar" on Twitter Bootstrap?
[22:47:51] <aclark> richleland: cool
[22:47:59] <aclark> joshfinnie: no why, got a request?
[22:48:46] <joshfinnie> Just looking to change it on a project I am working on… this black bar on the top of my website is a dead give-away I am not good at design and have used Twitter Bootstrap
[22:49:19] <joshfinnie> I was thinking that if I at least made it 'not-black' I would be going in the right direction
[22:57:11] <craigkerstiens> joshfinnie: I've done that, as well as made it not span across the entire space which seems to at least help hide it some
[23:06:03] <joshfinnie> craigkerstiens: do you remember the css class you used to change it? .topbar does not seem to work.
[23:06:31] <craigkerstiens> I don't recall it right off, but it is changed on python.heroku.com so you can probably inspect that chrome and get an idea
[23:07:17] <craigkerstiens> looks like there's a .topbar-inner, .topbar .fill
[23:12:33] <joshfinnie> Thanks, I will take a look
[23:32:38] <joshfinnie> ohh, background-color is over-ridden by all the special webkit/moz gradient code… Got it now.
[23:33:11] <craigkerstiens> joshfinnie: ah yeah, to fully change it there's like 3 places
[23:33:24] <craigkerstiens> background is the fallback for ie6 i think
[23:33:58] <joshfinnie> craigkerstiens: yep and you need to find your own gradient colors because for some reason they forgot they use .less for that class
[23:35:16] <craigkerstiens> joshfinnie: yeah, its definitely not perfect
[23:44:44] <aclark> joshfinnie: oh, yeah dunno. i'd poke around in firebug