cjohnston | thanks jcastro | 03:19 |
---|---|---|
dpm | good morning all | 07:04 |
dholbach | good morning | 07:04 |
diwic | hi, I have a user who have - probably with good intentions - spammed ~15 bugs with advice that might be wrong. | 07:31 |
diwic | He has probably fixed his microphone by following this advice himself, and then assumed the same advice would fix everybody's mics. | 07:32 |
bkerensa | diwic: this is probably not the appropriate channel for this? Do you need some specific help with this? | 07:33 |
diwic | oh, it's actually 39 bugs. :-/ | 07:34 |
diwic | bkerensa, well, I believe he should be told not to do so | 07:34 |
bkerensa | diwic: well this is the Community Team channel. #ubuntu-bugs would likely be more appropriate if you join that channel you can provide the bug ID's and I will go ahead and look into it | 07:35 |
diwic | ok | 07:36 |
dholbach | diwic, I think you could just mail the guy and tell him that this won't work for all the cases of broken mics | 07:40 |
dholbach | and maybe point him to some debugging audio problems page | 07:40 |
dholbach | whenever I spotted people giving bad advice in an area of my expertise I did that and they were usually receptive of the feedback | 07:41 |
bkerensa | diwic: ^ | 07:41 |
diwic | dholbach, cool. I was thinking of pinging you about it, but didn't want to disturb your precious patch pilot time :-) | 07:41 |
bkerensa | :D | 07:42 |
dholbach | diwic, if you can't find an email address of the person in LP, you can use the "contact this user" button | 07:43 |
diwic | ok, I'll do that. Thanks. | 07:44 |
=== dholbach_ is now known as dholbach | ||
* dholbach hugs james_w | 09:45 | |
alourie | hello | 09:54 |
alourie | who is working on developer.u.com ? | 09:56 |
alourie | I need to file a missing link :-) | 09:56 |
dholbach | alourie, which page? | 09:57 |
alourie | hi dholbach | 09:57 |
dholbach | hey alourie | 09:57 |
alourie | http://developer.ubuntu.com/resources/programming-languages/python/ | 09:57 |
alourie | "Workflow and tools" points to a non-existent page | 09:58 |
alourie | dholbach: ^^ | 09:59 |
dholbach | in this case you'd best file a bug on https://bugs.launchpad.net/ubuntudeveloperportal/+filebug | 09:59 |
alourie | dholbach: ok | 09:59 |
dholbach | that will make sure it's on dpm's radar | 09:59 |
alourie | dholbach: any tags? | 10:00 |
dholbach | no, I think it should be fine just like that | 10:01 |
alourie | cool | 10:01 |
alourie | done, reported | 10:02 |
dholbach | awesome | 10:03 |
alourie | oh yes | 10:03 |
dpm | alourie, LP seems to be down atm, so I can't update the status of the bug, but I've just fixed the broken link. Thanks a lot for reporting it! | 10:07 |
alourie | dpm: much better, thank you | 10:08 |
dpm | cool | 10:10 |
mhall119 | good morning | 11:54 |
nigelb | Hey mhall119! | 11:57 |
cjohnston | mornin | 12:01 |
mhall119 | cjohnston: hey, not sure if you'd be interested in these stats http://91.189.93.100:8000/report/summit/ | 12:03 |
mhall119 | I was using summit as a testcase for a side project | 12:03 |
cjohnston | cool | 12:03 |
cjohnston | what would be cool is if it showed lines of code chang | 12:03 |
cjohnston | e | 12:03 |
mhall119 | yeah, that's be a lot harder | 12:04 |
mhall119 | right now it's just parsing a bare bzr log | 12:04 |
nigelb | Neat. | 12:07 |
nigelb | *facepalm* | 12:21 |
nigelb | Only today I got the significance of the word Unity. | 12:21 |
nigelb | Especially in the context of Ubuntu. | 12:22 |
mhall119 | :) | 12:27 |
cjohnston | Daviey: ping | 12:36 |
Daviey | cjohnston: hola | 12:39 |
cjohnston | hey Daviey.. we have an issue that we are trying to fix in Summit.. I think you may be familiar enough (or were familiar enough) with the codebase to help us.. | 12:40 |
cjohnston | There is that you cant put a session that takes two slots in a slot that has a break after it.... | 12:40 |
cjohnston | We want to make the scheduling stuff ignore the break and let it be scheduled | 12:41 |
cjohnston | Any chance you would be willing to help us try to solve this? | 12:42 |
Daviey | cjohnston: interesting.. i don't think that was ever 'fixed'.. i think for that situation the item was split into Part-1 and Part-2.. making it two sessions. | 12:54 |
mhall119 | Daviey: any suggestions on where such a fix would need to be made? | 12:56 |
Daviey | cjohnston: I think if you really want to fix it, you need to add an attribute to the session (override-break), and allow that in the code which otherwise blocks it. | 12:56 |
Daviey | but really, a break isn't a type of session.. so it might be more tricky. | 12:57 |
Daviey | if break/lunch was a session type, that just can't be scheduled to.. i think it would be easier. | 12:57 |
mhall119 | Daviey: I was thinking it can be made to just ignore non-open slots when checking for a conflict | 12:57 |
Daviey | mhall119: is a break a slot? | 12:57 |
mhall119 | Daviey: yes | 12:57 |
Daviey | Ah, i thought it wasn't. | 12:57 |
mhall119 | the 5-minutes between are not, the 15-minute ones are | 12:58 |
mhall119 | we don't have an issue scheduling over the 5-minute ones, it's the 15-minute ones we can't | 12:58 |
Daviey | Yes.. so.. I'd add an attribute to the session that allows it to ignore breaks.. then as mhall119 points out, override that when confcit decreasing | 12:58 |
mhall119 | so if we just ignore those slot types, I think it would be fine | 12:58 |
Daviey | detecting | 12:58 |
mhall119 | Daviey: do you know where that conflict detecting happens? | 12:59 |
* Daviey branches | 13:00 | |
Daviey | 35 tag(s) updated. ... crikey | 13:00 |
Daviey | # Check that the slot is not closed | 13:04 |
Daviey | if this_slot.type not in ('open', 'plenary'): | 13:04 |
Daviey | raise Meeting.SchedulingError("Slot not available") | 13:04 |
Daviey | i'd add.. or if slot.type == break and session.break_override | 13:05 |
Daviey | cjohnston / mhall119 ^^ | 13:05 |
Daviey | So add an attribute to a session which allows it to ignore the rule | 13:06 |
Daviey | (you don't want all sessions doing it.. right?) | 13:06 |
cjohnston | right | 13:08 |
cjohnston | ok.. | 13:08 |
cjohnston | that sounds good to me.. mhall119 ? | 13:08 |
mhall119 | go for it | 13:12 |
=== daker_ is now known as daker | ||
MrChrisDruif | Psst: for those that don't know it, I've entered myself as candidate for Ubuntu Membership. If you want to leave a testimonial go to https://wiki.ubuntu.com/MrChrisDruif/Testimonials THANKS! | 14:18 |
dholbach | alright - it's time to have dinner with the rest of my family | 16:46 |
dholbach | see you all tomorrow | 16:46 |
jcastro | jbicha: I am here! | 19:51 |
jcastro | In columbia I mean | 19:51 |
jbicha | jcastro: where? I'm in Columbia and don't see you! ;) | 20:02 |
jcastro | I'm at the hotel. :) | 20:02 |
balloons | jcastro, still @ the beach | 20:02 |
jcastro | jbicha: so other than the engine yard stuff, is there anything going on tonight? | 20:02 |
balloons | :-) | 20:03 |
jcastro | :) | 20:03 |
jbicha | jcastro: nothing I've heard yet, I'm at the Convention Center for the afternoon | 20:04 |
imbrandon | jcastro: engine yard stuff ? as in the orcrastra php dudes ? i r jelious | 20:19 |
bkerensa | jcastro: oh dave stokes is there cool beans :D | 20:19 |
bkerensa | jcastro: is their a webcast of your talk? | 20:20 |
jbicha | bkerensa: no videos at POSSCON this year, it's a very large amount of work to do that | 20:24 |
balloons | mhall119, I saw you upgrading to unity 5.8.. I just restarted with it.. it's SO SO funny now. I switched off the sticky edge and dual launcher.. and wouldn't you know it.. I miss it | 20:24 |
balloons | I keep trying to use the launcher on the right screen, but it's not there :-( | 20:24 |
cjohnston | jcastro: you still here? | 20:29 |
mhall119 | balloons: lol | 20:34 |
bodhi_zazen | For anyone interested : http://ubottu.com/meetingology/logs/ubuntu-meeting/2012/ubuntu-meeting.2012-03-27-19.07.html | 20:42 |
bodhi_zazen | FC meeting ^^ | 20:42 |
bodhi_zazen | balloons: you have a .deb for me to test ? | 20:42 |
balloons | lol it keeps failing to build | 20:42 |
balloons | so no sadly ;_9 | 20:42 |
bodhi_zazen | OUCH !!! | 20:43 |
=== JanC_ is now known as JanC |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!