/srv/irclogs.ubuntu.com/2014/12/08/#juju-gui.txt

=== kadams54 is now known as kadams54-away
=== kadams54_ is now known as kadams54-away
=== urulama_ is now known as urulama
=== kadams54 is now known as kadams54-away
hatchmorning13:37
fabricemorning hatch13:43
hatchjcsackett: do you still use weechat?15:49
jcsacketthatch: periodically. depends on what wm i'm using.15:54
hatchjcsackett: oh ok I was just hoping you had some experience with the 'beep' script. I can't seem to get it to work15:55
jcsacketthatch: beep.pl?15:56
hatchoui15:56
jcsacketthatch: that just "works for me"...maybe a terminal issue?15:56
jcsackettwhat issue are you seeing?15:56
hatchwell it doesn't ding15:57
hatchlike make sounds :)15:57
hatchI need my train sound :P15:57
rick_h_uiteam call in 2 kanban please15:59
hatchjcsackett: I could try others but beep was the 'popular' one15:59
jcsacketthatch: i believe all beep does is trigger the terminal bell.16:00
hatchI wonder how I can test the terminal to see if it can make sounds16:00
jcsacketthatch: if you're using e.g. iterm that just flashes on bell, no dice.16:00
hatchjcsackett: I'm in Terminal16:00
hatchohh right you don't know - I'm now on UbuMini16:00
hatch:) 16:00
jcsackettUbuMini?16:01
hatchubuntuified mac mini16:01
jcsackettah. nifty.16:02
hatchjcsackett: apparently `echo -e "\a"` should make a ding and it doesn't 16:02
hatchso I must have something else wrong16:03
jcsacketthatch: check your profile preferences and make sure "terminal bell" is checked.16:04
jcsackettEdit -> Profile Preferences16:04
hatchyep it is16:04
hatchjcsackett: could be something funky with the apple hardware 16:08
hatchwill have to investigate further later 16:08
jcsacketthatch: dig.16:08
hatchhmm none of the quick fixes online work so I'll have to read the beep source to find out what's going on16:33
rick_h_hatch: :P16:34
hatchI also have to figure out how to add more strings to beep on16:34
hatchfor another day!16:34
hatchrick_h_: I reviewed huws branch - it's going to need a little bit more work before it can land16:35
rick_h_hatch: all good ty much16:35
rick_h_hatch: if you seem him when he comes on line make sure to sync and make sure it's all clear please16:35
hatchwill do16:35
rick_h_Makyo: woot!17:51
hatchWHOO17:52
hatchwhat are we chearing for?17:52
jrwrenlife.17:53
hatchwoooo17:53
kadams54yay.17:54
rick_h_Makyo's branch landed which I take to mean he got the sauce/functional test stuff figured out and working17:54
hatchawesome I'm very interested to know what the issue was17:54
hatch^ Makyo 17:54
jrwrenkadams54: how would you feel about a debian directory in https://github.com/switchboardpy/switchboard so I can put it into a PPA?17:55
kadams54jrwren: Um, sure? What's a .deb get us over a normal python package (e.g., "pip install switchboard")?17:57
jrwrenkadams54: no need for a build environment or even pip itself when you deploy.17:58
kadams54jrwren: I'm completely ignorant of our production setup, so if it needs to be in a PPA to get there, clue me in.17:58
rick_h_jrwren: it'll be a offline-cache'd python package during install and won't be using a deb for our use17:59
jrwrenoh no. I'm sorry I didn't add context. I mean for non-workies stuff. 17:59
jrwrenI'd like to submit the PR to switchboardpy on my own time and not with the idea of using it for work.18:00
kadams54Sounds find to me.18:00
jrwrenkadams54: excellent.18:00
hatchyay open source :)18:04
jrwrenpypi packages are always better as debs :)18:05
hatchiunno venvs are easier to use than lxc18:06
hatch:)18:06
jrwrenhatch: for dev they are and for production not using venvs is much faster IME.18:07
hatchyeah I suppose if you can install to the container then you don't care18:07
hatchbrb lunching18:58
Makyohatch, rick_h_ sorry, stepped away for a moment. Issue was there's a set of credentials in fakebackend.js, which was updated, but app.js replaces those with the creds in config.js, which wasn't updated. Wasn't caught in live env because those aren't used, wasn't caught in devel because I had creds in local storage.19:05
rick_h_Makyo: ah, gotcha. Well glad it's sorted.19:05
MakyoI KNEW we had tests for a reason...19:07
hatchMakyo: interesting - so these were the sauce credentials?19:27
hatchAnything we can do to make this failure more obvious in the future?19:27
Makyohatch, no, they were just only showing up in functional tests since they didn't have credentials in local storage.  The failure was pretty obvious once I tested !localhost.  That might be a good step for our QA days: clear your local storage cache.19:28
hatchahh 19:30
hatchbahaha I love this headline http://www.cbc.ca/news/canada/saskatoon/man-tosses-snake-behind-tim-hortons-counter-over-diced-onions-dispute-1.286438919:35
MakyoPff hahaha19:59
hatchMakyo: could we replace the bundle vis in the gui with the svg generated thingy from jujucharms?20:31
hatchwould big time speed up the rendering of this details pane 20:31
Makyohatch, we'd lose interaction.20:31
Makyothough I believe that's next on the plate for diagrams.20:32
hatchMakyo: couldn't we just add the highlight stuff to the svg? 20:32
hatchshould be pretty trivial no?20:32
hatchok if it's on the plate somewhere :)20:33
hatchwould save a ton of code20:33
=== kadams54 is now known as kadams54-away
Makyohatch, I guess?  I mean, you'd have to fetch the SVG and embed it in the dom, rather than just including it with an img tag, but yeah, it'd probably work?20:33
Makyohatch, was asked to consider it, but I didn't go much further :)20:33
hatchjust right now we have to instatiate a whole new canvas with all the relation data etc etc etc20:33
hatchso much code/data for that vis20:34
hatchespecially since we already have it20:34
MakyoYeah.20:34
MakyoIt's just slack until we absolutely need it.20:34
hatchthings go to slack to die faster than the backlog20:34
hatchlol20:34
Makyo:)20:34
hatchMakyo: actually I'd really like to prioritize that because it's going to save a bunch of work and time because I'll have to make a separate request to pull down all of the charm data when viewing the bundle details page20:45
hatchassuming we do a first step which is simply show a static image without the interactions - any idea how much work it would be?20:46
hatchis it simply dropping a link to the page?20:46
MakyoYeah, first pass is <img src="diagram.svg" />20:46
MakyoWith some scaling, natch.20:47
MakyoHave to position it over a crosshatch background, but that might already be there.20:47
hatchhmm rick_h_ ^ any chance we could move this up? It'll save me a bunch of work implementing something which will ultimately be removed later anyways20:48
hatchyeah tbh I'm not sure - probably though, the crosshatch has to be around there somewhere :)20:48
hatchMakyo: would the scaling be just on the image element? 20:49
MakyoSecond pass is getting the SVG in JS land and embedding it in the dom, third pass is modifying jujusvg to identify serviceblocks, fourth pass is adding interactions back in.20:49
Makyohatch, yep, for first pass.20:49
hatchyeah I'd be happy with this regression comparing it to the amount of work which needs to be done on the other side :)20:49
MakyoSo you're blocked on interactions on a CS release.20:49
hatchassuming we care about that regression20:50
hatchmaybe we do?20:50
hatchnot sure really20:50
hatchI don't think so20:50
MakyoI defer to the will of the gods (check with UX and rick_h_ )20:50
hatchlower case g ....nice20:51
hatchlol20:51
MakyoHah20:51
hatchMakyo: see that chlorine thing at the furry thing? 20:53
hatchhorrible20:53
hatchjust horrible20:53
Makyohatch, oh my goooosh, I woke up to 850 tweets yesterday.20:54
MakyoThankfully no one was seriously hurt.20:54
hatchagreed20:54
hatchlol nice tweet20:55
MakyoThere's definitely folk who feel they've been burned by the fandom enough to do something like that.20:55
MakyoThis story's making international headlines, apparently :P20:55
hatchhaha yep20:56
hatchI just don't understand how people could make that kind of jump20:56
hatchto do something like that20:56
MakyoYeah, it's nuts.20:56
MakyoFolk are all sorts of angry, rightfully so20:56
hatchdefinitely20:57
=== kadams54-away is now known as kadams54
hatchlol we have some get icon code which is in utils, which calls a hbs helper, which calls utils21:59
hatchmoar steps = better? :D22:00
huwshimiMorning22:05
hatchhey huwshimi 22:05
hatchhuwshimi: I added some comments to your branch I hope that they make sense22:07
huwshimihatch: Ah thanks, I'll take a look22:08
hatchhuwshimi: np I have to take off shortly to go pick the car up from the dealer (of course it's done during rush hour) 22:14
huwshimihatch: So instead of .substring(0, 4) you would like to see something like .split('.')[0] + .split('.')[1]?22:22
=== urulama_ is now known as urulama
=== kadams54 is now known as kadams54-away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!