[08:39] Morning all! :) [09:37] morning all! [11:14] good morning! [11:17] mandel, ping [11:17] gatox, pong!!!! [11:17] po po po pong [11:18] mandel, hi..... are you turning japanese? [11:18] jej [11:18] a little :) [11:18] now a real questoin [11:18] we were talking with alecu yesterday [11:19] yes [11:19] and we want to use a structure to send data via ipc, like a Struct of a Dict of {String, variant}....... for dbus..... but we need to know if this is valid in windows ipc also.... and you were the guy to ask [11:21] gatox, so the deal is the following, as it is right now you can send with no problem nearly any python object as long as we extend pb.Copyable [11:22] gatox, http://twistedmatrix.com/documents/current/core/howto/pb-copyable.html#auto2 [11:22] mandel, ok, sound good [11:22] gatox, now the but.. [11:22] mandel, bloody hell! [11:23] gatox, but I'd like to stop using pb at some point for something we can use from other langs.. so keep the objects simple :) [11:24] mandel, the object is "simple", but it's a dict with String keys, and one of the values will be: (sii), and the other one (s) [11:24] no problem then :) [11:25] gatox, ^ [11:27] need to restart..... partial upgrade === gord_ is now known as gord [11:30] back [12:09] gatox, I'm off to have lunch :) [12:09] mandel, please don't forget to review my branch [12:09] i really need you to do that [12:10] gatox, yes! [12:28] mandel: the thing we discussed with gatox was regarding "nested structures" being sent thru ipc [12:28] mandel: so, right now what is being sent is thru pb, and it's using the serialization mechanism for pb, right? [12:29] (good mornin all, btw!) [12:30] alecu, hi [12:39] alecu, i'm having some problems with variant :S [12:39] gatox: tell me [12:41] alecu, one of the variant for example is a list, when the list is empty, d-feet shows: ValueError: Unable to guess signature from an empty list [12:42] do i need to create the variant in some special way? [12:42] i'm just assigning the python list [12:45] ah..... i could do that, when the list is empty, don't send that key :P [12:45] that work [12:46] uh! [12:46] alecu, you don't like it? [12:46] I've just found out that the family we have in bariloche has just arrived for a surprise visit. [12:46] gatox: ^ [12:46] gatox: that means that I'll probably be taking a few vacation days next week. [12:46] alecu, ohhhh!! well, you were going to take half of the day off today! so enjoy :P [12:47] gatox: how did you end up doing the variant stuff? [12:48] alecu, if the value that is going to be a variant, is empty..... as an empty list (we are using only list at this moment), don't add that key to the dict we are returning..... we just need to explore the dict with "get" (i think we are always doing this), so not problem there (from my point of view) [12:54] gatox: there is probably a dbus.List(signature) or something, we had that for dicts [12:54] * ralsina goes away again [12:54] ralsina, :P [12:56] brb [12:56] gatox: here's how I would do it: [12:57] http://pastebin.ubuntu.com/1099994/ [12:58] gatox: being explicit with the signature of composite dbus types (dict, array, struct) is the best way to avoid nasty surprises. [12:58] gatox: well, in fact, it's nice to use the same for basic types too, because we are defining an api. [12:59] gatox: so, let me expand on this example to include other values... [13:01] hmm [13:03] back [13:08] gatox: take 2: http://pastebin.ubuntu.com/1100006/ [13:08] * gatox looking.. [13:08] i see [13:34] doh [13:52] anyone can review https://code.launchpad.net/~dobey/ubuntuone-control-panel/update-4-0/+merge/115607 ? [13:55] alecu: that example looks like it is duplicating API we already have :-/ [13:56] alecu, gatox: also, why are we defining new API here? if this is for integrating in unity, we don't need to define any new APIs afaik [13:57] dobey, it's not only unity [13:58] gatox: right, but maybe we should move the tray icon stuff for windows, into syncdaemon [14:00] or if we need to do stuff outside syncdaemon, we should peruse the APIs we already have, and not define a new one which just lumps all the data in a single signal [14:01] alecu, yes, that is correct, changing it is not a problem [14:02] dobey, we are doing it inside syncdaemon, and we are not using signal, as alecu explain yesterday, we are defying a new method that we are going to check from the menu, only when it's needed [14:04] gatox: still, i think it should result in all the current signals we have, which would be relevant, getting called, rather than defining a new way to get the same data. people will abuse this to get the data they want anyway [14:05] * briancurtin coffee run, back in a few mins [14:14] hi guys. I've got ubuntu-one installed on my computer(ubuntu) and got ubuntu-one-mobile on my phone (galaxy s3). I'm sharing a couple of files from my phone, but the computer ubuntu-one doesnt even see the device. When I open one.ubuntu.com from my comp, I only see the computer under "devices", but from the mobile browser, I can see all my devices. Yes, I have cleared the browser cache. Any suggestions, please? [14:14] dobey: moving tray icon stuff inside syncdaemon on windows means using the qtreactor for it, and I don't like the qtreactor that much. [14:15] progre55: what does the web show? [14:15] alecu, it doesnt show my mobile under devices when opened on the computer browser (firefox), but does show it when opened on a mobile browser (firefox) [14:16] progre55: it seems like a bug we've already encountered... let me check. [14:17] alecu, the ubuntu client doesnt have the mobile under "devices" either [14:19] progre55: it looks like two user accounts were created for you... [14:19] progre55: can you check if the email in both accounts is the same? [14:20] hmm.. let me see [14:20] oh, apparently different emails [14:20] how can I join them? [14:25] gatox, review has been done.. by the way, there is some weird problem in the mp, some code we removed in clean-fsevents is back :( [14:26] well I guess I'll just pick one and use it :) [14:26] progre55: file a support request about it at https://one.ubuntu.com/help/contact/ [14:26] alecu, nah no problem, I'll just use one, and keep the other one in case I exceed my 5Gb limit :) [14:27] progre55: I'm not sure if support can join both accounts; it might be easier to just pick one, right. [14:28] progre55: I would suggest keeping the one already syncd with your pc [14:28] yes, I also thought so, as I've got my backup data in that one.. [14:28] alecu, thanks a lot, appreciate [14:30] dobey, any idea about what happened here: https://code.launchpad.net/~mandel/ubuntuone-client/fsevents-daemon/+merge/114836 ? [14:31] mandel: hrmm [14:33] mandel: looks like maybe a package was missing or something [14:35] weird.. [14:45] weekly call is happening, right? [14:45] is it? [14:45] aren't we short a bunch of people? [14:45] mandel, branch updated: https://code.launchpad.net/~diegosarmentero/ubuntuone-client/darwin-tests-refactoring/+merge/113289 [14:45] gatox, superb! [14:46] briancurtin, dobey, I was not told otherwise [14:46] briancurtin: just ralsina no? [14:46] mandel, weekly call?? ralsiina is on vacation [14:46] i thought mmcc and thisfred as well [14:46] oh [14:46] thisfred is here at least [14:47] are we not skipping it| [14:47] ah. mmcc is on the way back to san diego the next few days or something [14:47] so we have all but ralsina and mmcc, is that right? [14:47] he only said not to party, not specifically to not slack off ;) [14:47] so I guess we can vote to skip it :) [14:47] heh [14:49] * thisfred votes skip [14:49] * mandel votes skip [14:49] * dobey skips voting to skip [14:49] * briancurtin skips [14:49] * gatox votes skip [14:51] dobey, got the same exact error, can you take a look [14:51] dobey, also, it seems that the config test is giving an error [14:51] and complains about setlocale ? [14:51] wtf [14:51] mandel: yes, because the locale isn't getting set correctly [14:51] mandel: because it fails if the locale encoding isn't in UTF-8 [14:51] dobey, what changed in tarmac to be getting this things? [14:52] mandel: setting the locale to C.UTF-8 (now en_US.UTF-8 because lucid/natty don't have C.UTF-8 avaialble at all), so that we can have the encoding set to UTF-8 [14:54] dobey, but there, right now it seems that no branch will land, is that correct? [14:54] mandel: yes. i'll look into it [14:55] dobey, thx! [14:56] Don't slack off! [14:56] * ralsina goes back into hibernation [14:56] just kidding, it's ok [14:56] :) [14:57] Also, don't sell the cow formagic beans. [15:04] ralsina, I got a good deal for gatox :) [15:04] 2 bananas and a pony [15:04] mandel, shhhhh [15:08] gatox, I think we should remove that in_modify thing and import the IN_MODIFY from the right spot, which module is importing it? [15:08] gatox, it was remove in trunk AFAIK and everything is ok [15:08] mandel, read the comment... there it explains why i don't tihnnk that is the best solution, and alecu agree with me when i explain tihs [15:11] gatox, but there are no IN_ consumed from that module afaik, not in ubuntuone/platform/filesystem_notifications/windows or darwin [15:12] gatox, right now they all use the pyinotify agnostic module, so I don't understand the comment [15:12] mmmmmm in that case yes it's not really necessary [15:13] mandel, changed pushed [15:13] gatox, super :) [15:20] mandel: ah i see what happened [15:22] dobey, fixable? [15:27] mandel: yes [15:28] dobey, lovely [15:38] ok, need to get lunch. bbiab [15:48] and I eod, see you all tom [15:48] gatox, branch has my +1 [15:48] dobey, can you approve the failing branch whenever tarmac is fixed [15:57] * gatox lunch! === gatox is now known as gatox_lunch [16:00] heading to the doctor + lunch combo, back in a bit [16:24] dobey: while trying to run trunk on mac, I get this error regarding dirspec: http://pastebin.ubuntu.com/1100349/ [16:24] dobey: any ideas? [16:28] and gatox_lunch: the tests won't run on windows nor mac on https://code.launchpad.net/~diegosarmentero/ubuntuone-client/darwin-tests-refactoring/+merge/113289 [16:28] ok, early eod for me. See you guys tomorrow. [16:40] alecu, fixed..... it was a typo [16:49] alecu: you need newer dirspec === gatox_lunch is now known as gatox === zyga is now known as zyga-afk [17:37] * briancurtin back === m_conley` is now known as m_conley_away [18:50] anyone using javascript to connect ubuntu one? === yofel_ is now known as yofel [19:39] alright, gotta run for a few. brb [20:02] eod here! see you tomorrow people! :D [20:51] ugh, it's about to storm here :( [20:51] we had it last night. something like 40k without power [20:55] guess my new truck will get dirty :-/ [20:56] what'd you get? [20:56] 09 Chevy Avalanche [20:57] nice. i kind of want a tahoe in that same body style whenever i'm done with this trailblazer [20:59] yeah, it's the LTZ, so fully loaded with folding running boards and mirrors, and bose dvd+nav, and all kinds of buttons to play with [22:48] later all, gotta run [22:52] anyone issues with https://one.ubuntu.com/oauth/sso-finished-so-get-tokens/ ?