/srv/irclogs.ubuntu.com/2014/02/19/#juju-gui.txt

hatchgood evening01:36
rick_h_party01:58
rick_h_how goes the mountain hatch ?01:58
hatchoh I never went to the mountain01:58
hatchI went to the lake instead, but I'm back now01:58
hatchplans for the mountain fell through :/01:59
rick_h_oh, thought I heard something about boarding01:59
rick_h_ah, gotcha01:59
rick_h_welcome home01:59
hatchthanks, I've been to the mountains 3 times this year already so I figure it's not so bad that the 4th was canceled :)01:59
rick_h_good stuff, took the fam out to the local little ski hill this week02:00
rick_h_think I'm going to get some skis here next month when they have end of year sales02:00
rick_h_try to get some lessons next year02:00
rick_h_or the way this winter has gone, look into cross country sking02:00
hatchahh awesome, yeah we have been thinking of getting into that too, there are a bunch of trails around here, and...well anything to help me get less fat02:01
hatchlol02:01
rick_h_hah02:01
hatchI see you're on the debug log email train02:03
hatchso I'll stay out of that one :)02:03
rick_h_yea02:03
lazyPowerDo you guys know where i can find the recipes for the quickstart images? I'm looking specifically for the preseeds or cloud init scripts we're using to get juju installed on the base image.03:01
marcoceppirick_h_: it definitely happened, it just too a while to happen (re: migration to openstack-charmers)11:47
rick_h_marcoceppi: oh yea? 11:50
marcoceppiyeah, queue is down to only 3k this morning too11:51
rick_h_lazyPower: quickstart images?11:51
rick_h_marcoceppi: hmm, I show 37k11:51
rick_h_baskets (bundles) is 3k11:51
* marcoceppi rubs crap out of eyes11:51
marcoceppioh yeah, there is an extra didget in there11:51
rick_h_I got logs from webopsn so we'll see today. but yea it does look like it goes down some11:51
rick_h_so glad it's processing for you somewhat, just on major 37k delay11:52
rick_h_luca__: there's both a monday and friday catch up calls?12:05
luca__rick_h_: yes because stuff might happen over the weekend... :P12:06
luca__rick_h_: I've just put them in as place holders12:06
rick_h_luca__: ok12:06
rick_h_just checking :)12:06
luca__rick_h_: I set a call up today to discuss stuff12:07
rick_h_luca__: ok12:07
luca__rick_h_: I had a meeting with Mark this morning at 9am, he signed off Machine View :D12:07
rick_h_woot!12:07
rick_h_go go go before he changes his mind :)12:08
luca__haha12:08
luca__I've already told him I'll be passing it on this week for implementation12:08
luca__it's all locked and we aren't planning to show him any more designs on i12:08
luca__it^12:08
rick_h_cool12:10
rick_h_bac: morning12:19
bachi rick_h_12:31
rick_h_bac: charmworld's gone boom. I'm getting an email ready. I've got a morning full of calls until the standup in a bit so wanted to see if I could handoff. 12:32
bacyes, please12:33
bacmanage, i assume12:33
rick_h_yea12:33
rick_h_I'll have the email out in a couple of min. logs attached12:33
bacboom in what regard?12:33
bacoh my, look at those queues!12:34
rick_h_heh, well it was over 30k this morning12:36
rick_h_email waay12:36
rick_h_away12:36
rick_h_bac: I will say that marcoceppi's stuff did eventually ingest overnight. So the queue is getting processed, but I think all these issues finding charms and empty bzr branches is causing a slow down perhaps? 12:36
rick_h_or the revision fetching code to go haywire. Not sure off the top of my head12:36
bacrick_h_: i don't know what of marco's stuff you're referring12:37
rick_h_bac: sorry, this came up because marco was submitting charms that were not ingested after 30 or so minutes last night12:37
rick_h_they did eventually, but only after going throughthe queue all night12:37
rick_h_bac: so the queue is 'working' for some definition, but it's getting waaaaay backed up12:37
bacyes, our history fetching is subpar12:38
rick_h_the logs have some interesting stuff, but didn't jump out at me what happened. Might need to check if there's been anything going on the juju store side12:38
bacwe know it is not good but haven't spent the time to fix it since it will be going away.12:38
rick_h_yea12:39
rick_h_have to limp her along for another 8mo or so though12:39
bacit seems the queuing job could look into the db to see if an older revision exists and simply not queue it if it does.  by definition, old revisions are immutable so why refetch them?12:41
bacthis looks bad: 2014-02-19 01:43:25 [24559] [CRITICAL] WORKER TIMEOUT (pid:2310)12:43
bac2014-02-19 12:00:02,921 WARNI [charm.review][MainThread] lp_credentials path doesn't exist: "/home/webops_deploy/charmworld/charmbot_credentials.txt"12:45
bacdeploy problem12:45
rick_h_bac: want to try to push for our new unit today then?12:48
rick_h_bac: jacekn was helping me on vanguard12:48
bacrick_h_: i want to investigate a little before we lose the current bad state12:49
rick_h_bac: k12:49
bacrick_h_: i'm also a bit unclear of the steps for the unit swap.12:49
bacif we bring up another charmworld instance, talking to the same mongo and es, won't they be clobbering one another?12:50
rick_h_bac: yes, but they should be clobbering with the same data for a short time12:51
rick_h_bac: maybe we can stop the queue in supervisor on the current running instance first12:51
bacactually we could just stop the ingest process on the existing unit first12:51
rick_h_so that it's just serving as pure read-only12:51
rick_h_right12:51
bacyep12:51
rick_h_and then bring up the new unit, flip the dns to the IP addresses on the new unit for m.j.c12:51
rick_h_and then take down the old unit after dns updates12:51
rick_h_in theory at least12:52
bacrick_h_: it could be that we have too much work to do in the time alloted.  the timer pops with items still in the queue.  when the process is restarted it just adds to the work and then we're doomed.12:53
bacupon ingest process restart we should use the --clear option to start from scratch.  though, if our period is too short we'll never finish.12:53
rick_h_bac: right, but I'd expect to see fewer errors/issues with that. The queues just back up but still go. 12:53
rick_h_bac: we can test it out and see. Can we add another worker to the queue processing side? 12:54
baci don't see a lot of unexpected things in the logs except the CRITICAL timeout i pasted12:54
rick_h_all the charms not found and no files in the charm is normal? /me hadn't realized that had gottn that way12:54
bacrick_h_: oh, those errors may be tied to the other issue, the lp_credentials not found12:55
bacthose could be private branches that cannot be read by lplib in anonymous mode12:55
rick_h_bac: ah ok12:56
bacrick_h_: jace found the credentials to be empty and was going to restore them.13:15
bacrick_h_: i propose we have him kill and restart the ingest process, which will clear the queues, and then monitor them to see what happens.  note that staging is processing just fine.13:16
rick_h_bac: rgr, sounds good thanks13:18
bacrick_h_: queues reset on m.j.c and processing at a reasonable rate.  will keep an eye on things13:23
frankbanguihelp: I need one review + QA for https://codereview.appspot.com/65970043 (quickstart branch in preparation for new release). Is anyone available? thanks!13:23
rick_h_frankban: looking right now13:23
frankbanthanks rick_h_ 13:24
bacrick_h_: turns out the last deploy installed an old crontab file for charmworld.  the queueing process is getting run two different ways, thus ingest can never keep up.13:37
bacrick_h_: this a direct result of RT 6722813:37
rick_h_bac: arg, yea thanks for the diagnosis. 13:38
rick_h_at least it's something we know about I guess. Time to press to get that fixed. 13:38
gary_posterfixing deploy of charmworld to make it sane was something we he've had on the list13:38
rick_h_so combo of lp creds not there and double ingesting ever cycle13:38
rick_h_yea, the RT has been in progress, just haven't gotten the fix that is noted as needing to happen...to happen13:38
bacrick_h_: yeah.  so they think creating a new unit of charmworld is the fix?13:39
rick_h_all the work on what's wrong and how to fix it has been done13:39
rick_h_bac: yes, the RT notes that after talking with juju-core that unit is fubar now 13:39
rick_h_bac: and the only fix is a fresh one13:39
bacrick_h_: so should i wait for deej and get him to make it happen?13:39
rick_h_the issue is something with how IS is using the git support in juju to track changes from the original charm to handle upgrades13:40
bacrick_h_: and will subsequent deploys need this unit replacement dance?13:40
rick_h_bac: I'd see if deej is going to be around, but if not we really need to find someone to make the fix. 13:40
rick_h_bac: I don't think so. I believe that once this damanaged unit is replaced, we're back on normal track13:40
rick_h_but I'm assuming that IS is stopping whatever put it in this bad state to start with13:40
bacrick_h_: jace is no longer vanguard.  mjc is now cowboyed to be in a happy place.  perhaps we can work with the next vanguard or deej to get the proper fix from the RT deployed.  this issue is wasting lots of our time.13:44
rick_h_bac: +113:44
rick_h_bac: let me know if you find out if deej is around and if I need to ping someone higher up to get the fix out13:44
rick_h_around today that is13:45
bache is not yet here.  gary_poster is deej us/east?13:45
gary_posterbac yes13:45
bacus/fredrickburg13:45
gary_posteryup13:45
* rick_h_ checks directory13:45
baccool;13:45
rick_h_bac: and not away in holiday list so give it a bit and let's see if we can track him down :)13:46
rick_h_frankban: LGTM + QA ok thanks!13:52
frankbanrick_h_: great thank you13:52
frankbanuhm, note to myself: remember to check the landing lane before running "lbox submit"...13:59
lazyPowerrick_h_: apparently i was referring to the jujuredirect project14:00
lazyPoweri found the scripts I was looking for though. Thanks for following up14:00
rick_h_lazyPower: cool14:17
bacrick_h_, gary_poster: deej is in the house and we're working on it now14:27
bacrick_h_: are you aware of what orange squad has been doing with putting dependencies in a swift/s3 bucket rather than in the charm dependencies?  deej just brought it up saying that's the new preferred way to provide static dependencies.14:45
rick_h_bac: no, I'm not aware. 14:56
rick_h_bac: I know we had an issue with our charm size being too big at one point14:56
rick_h_not sure if there was a trick to work around that we had to go through?14:56
rick_h_luca__: is there a hangout for the meeting? I don't see one in the calendar invite14:57
luca__rick_h_: I shall add one!14:57
rick_h_luca__: ty14:58
marcoceppi aweee yeahhh it's phone time15:10
marcoceppihah, I'm in the wrong room, but now you guys know I'm on the phone15:10
rick_h_marcoceppi: lol15:11
hatchlol15:11
* hatch needs to figure out a way to speed up his lxc machine creation15:12
marcoceppihatch: ask hazmat, he had some crazy btrfs stuff that made lxc creation lightning fast15:12
hatchthat I'll do, 10m+ is too long15:13
hatchrick_h_ I created a new bug card which needs to be fixed before release for Project 1 but I can't move it to urgent...it keeps putting it in high so I'm leaving it in Project 1 for now15:32
rick_h_hatch: ok sounds good15:33
rick_h_thanks for the heads up15:33
hatchit would sure be nice if the GUI told you what 'stage' the new machine was at...15:47
hatcheven if it just said 'waiting for machine' and 'running hooks' :)15:48
Makyojujugui call in 1015:50
rick_h_hatch: heh, yea on the radar15:50
hatchrick_h_ yeah I know....I've been running on real environments for the past little while so I'm noticing all the little 'nice to have's' that we don't see when usingthe sandbox :)15:51
rick_h_hatch: yep, that's what got me thinking on it as well15:51
rick_h_during charm development when I was bringing up new machines and wanted to know when I could get at the logs15:51
rick_h_e.g. after it's brought up, juju is running on it, etc15:51
gary_posterwe got push back on that before15:51
rick_h_yea15:52
hatchgary_poster haters gona hate :)15:54
gary_poster:-)15:55
rick_h_jujugui call in 215:58
hazmathatch, marcoceppi its on http://github.com/kapilt/juju-lxc ... its not polished yet the way the juju-digitalocean provider plugin, ie. it has setup that needs to be done manually.. but its what i use everyday.. and can do 50 containers in an env in under a minute offline... hoping to come back to it in march to polish and socialize, but if you need a 5m intro.. i'd be happy to walk through16:18
rick_h_hazmat: howdy, wanted to check for standup on reviews and commit bits for frankban on deployer?16:19
hatchhazmat thanks I'm pretty swamped today but I'm definitely interested so I'll be in touch16:20
rick_h_hazmat: we're getting releases together for MWC and would like to be able to close up the bugs for jcastro for the bundle marketing. 16:20
hazmatrick_h_, i'm switching tracks to it now.. i'd rather skep the standup, and do the work.. ie.  should be done in next 2hrs.16:20
rick_h_hazmat: rgr, thanks16:21
hatchbenji so what technique did you use to get it to pass the gjslint? I've tried a few different things and no such luck16:32
Makyojujugui anyone else receive a message thanking them for downloading a Landscape trial?16:36
hatchnope16:36
gary_posterno16:37
MakyoHuh!  Oh well.16:37
hatchyou were h4x0r3d16:37
rick_h_hatch: is the scope kind of nuts?16:38
hatchrick_h_ well I even tried assigning something to it right away and it's still complaining16:38
hatchso I don't know wth is going on16:38
rick_h_hatch: push the branch up, I'll pull it down and see what it does here16:38
hatchrick_h_ ok just trying one more thing first16:39
rick_h_hatch: rgr16:39
hatchrick_h_ https://github.com/hatched/juju-gui/tree/upload-inspector-drop I even tried assigning a value to startTheApp right after it's assignment and it still thinks it's unused 16:41
benjihatch: I transformed the code from "var foo;\nfoo = bar" to "var foo=bar;"16:41
hatchbenji hmm yeah I tried that too16:41
hatchsonofa16:42
gary_poster...hippopotamus?16:42
hatchlol16:42
hatchnow THAT is a new one16:43
gary_postersurprise and delight, that's what we're after.  At least one of 'em, anyway.16:43
rick_h_hatch: which file? lint passes here16:44
hatchugh16:45
hatch /vagrant/test/test_startup.js:25:(0133) Unused local variable: startTheApp.16:45
hatchwell ok I guess I'll just leave it then16:45
rick_h_hatch: hmm, yea push it up with a pull request and see if CI dupes16:46
hatchok well I just want to write a few more tests then will do16:47
MakyoWhat versions of gjslint?16:47
Makyo(forget if those are locked down)16:47
frankbanjuju-gui: new quickstart 1.1.0 released on the juju stable PPA and on PyPI. New features include: support juju-core 1.18, get admin-secret from juju-generated jenv file, use existing ssh-agent if possible + minor fixes to code and documentation16:48
gary_posteryay!!!16:48
rick_h_frankban: woot! you up for doing a small blog post on the jujugui blog? I'll link it from the twitter account. 16:48
Makyorick_h_, I think it should autotweet blog posts now16:49
frankbanrick_h_: will do16:49
rick_h_Makyo: oh awesome16:49
rick_h_frankban: thanks16:49
rick_h_Makyo: hatch yea, it's a python package that's in the archives so should be version locked16:50
* frankban bbiab16:51
hatchubuntu on air is starting now16:51
rick_h_hmm, wonder if that'll load on my phone16:51
hatchit should16:52
hatchit's just yewtewbe16:52
hatchhttp://www.youtube.com/watch?v=gGG_GHYzSLs16:53
hatch^ rick_h_  that's the url to the youtube stream (which hasn't started yet)16:53
rick_h_hatch: yea, works in chorme beta on my phone but not chrome stable on the tablet16:57
* rick_h_ is trying to watch while cooking some lunch wheee16:57
hatchahhhh16:57
hatchblarg now I'm getting a ton of test failures surrounding the index.html file.....:/17:34
rick_h_did you break your environment hatch? :P17:35
rick_h_stale branches lead to too much fun17:35
hatchI might have....but the diffs don't show that there are any changed files which could cause this17:36
hatchargsaurce17:36
rick_h_happy to test it out if you push up again17:37
rick_h_see if I can dupe or if it's your setup17:37
hatchI think I'll push and then delete the entire branch and reclone17:37
rick_h_l17:37
rick_h_k17:37
rick_h_one of those characters17:37
hatchlol17:38
hatchok apparently deleting that directory also made it re-build the vagrant image17:49
hatchnot cool17:49
hatchhah17:49
rick_h_uh, ok17:49
hatchtoday is not my day apparently17:49
rick_h_heh, what is your setup so I don't dupe it? :)17:49
rick_h_is vagrant all vbox still?17:50
hatchyeah17:50
rick_h_hmm, in my research it seems the worst VM tech on osx these days17:50
hatchparallels is the bet, but their Ubuntu support is absolute shit17:50
hatchand the same goes for their support17:50
hatchit's only $100....not like you would expect ANY support for that17:50
rick_h_yea, I was going to get fusion pro which I was reading is the best17:50
* hatch isn't bitter at all17:51
rick_h_:/17:51
hatchtheir support is all 'reply with canned responses' bs17:52
hatchit's like "thanks, I can read the FAQ too"17:52
hatchwe have a lot of deps17:54
hatchhaha17:54
hatchrick_h_ yeah my env must have been busted somehow. it now passes lint just fine17:55
* hatch blames python17:55
rick_h_hatch: heh, glad it's playing nice now17:56
=== _mup__ is now known as _mup_
hatchcool hangouts now tells you 'your next meeting is starting now'19:00
rick_h_yea, kind of neat19:00
Makyojujugui small review. QA is everything works w/ bundle vis and environment (no change in behavior, just ensuring unique ids) https://github.com/juju/juju-gui/pull/13519:04
rick_h_Makyo: cool, looking19:05
rick_h_Makyo: some failing tests?19:05
MakyoBoo. Worked here..19:06
rick_h_seems legit19:06
MakyoLet me dig in, may have had a .only left over19:06
MakyoAh, yeah.  Crap.  Sorry.  1sec.19:06
hatchrick_h_ 1:1 time?19:13
rick_h_hatch: linky19:14
hatchpmd19:14
Makyorick_h_, https://plus.google.com/hangouts/_/calendar/Z2FyeS5wb3N0ZXJAY2Fub25pY2FsLmNvbQ.ji7urs3vqfdc7f3nnbk33hh67s?authuser=119:32
rick_h_Makyo: cool, one sec19:33
bacrick_h_: update: mjc is processing charms/bundles like a champ.  i've asked deej for an update as to the status but heard no reply19:52
bacnothing was added to the RT19:53
rick_h_bac: thanks was watching that. Yay for working but :/ for communication19:53
rick_h_bac: thanks for tracking that all day19:53
bacrick_h_: could be busy, lunching, etc.  i'll check again before eod19:54
rick_h_bac: cool thanks19:55
bacbenji: at your leisure could you look at https://codereview.appspot.com/65920045/19:55
bacit is mighty small19:55
benjibac: sure19:55
benjiI'll take a look now.19:55
rick_h_Makyo: +1 ty19:58
benjibac: I thought that card was about making the search strings "charms" and "bundles" (with or without the "s") return all of the charms/bundles.19:58
rick_h_benji: +119:58
=== rogpeppe1 is now known as rogpeppe
bacbenji: well, yes, we *could* do that.19:59
bacbenji: and due to popular demand i think i will19:59
bacbenji: wait here...20:00
* benji opens up a newspaper and leans agains the wall.20:00
bacbenji: we should be able to do both.  our current search is broken, as there is apparent support for using 'match_all' if no search term is given to return all results.  but it does not work.20:09
bacif it worked, then 'bundles:' would return all bundles but 'bundles:mysql' would return only bundles with mysql20:10
benjibac: I would think you could just tweak what you have to do the kind search alone if there is no ":" and following string20:10
bacbenji: but 'match_all' should work and be tested20:11
hatchnew leankit UI coming up http://leankit.com/blog/2014/02/leankits-update-ui/20:18
rick_h_looks cool20:24
rick_h_was playing in the backlog today20:24
hatchI was looking at Trello for us20:25
hatchand I can't really see anything it does better than lk20:25
hatchat least for our typical workflow20:25
rick_h_yea the ability to do images and docs is cool20:27
rick_h_but we'd have to do several boards 20:27
rick_h_i use it for my personal stuff but not sure it'd scale for the team20:27
hatchyeah my thoughts exactly20:27
MakyoI use trello for other projects.  Easy to get used to multiple boards.  But yeah, LK is fine for us.20:27
MakyoThough the update makes it look like trello :P20:28
rick_h_lol20:28
hatchwell it can't look much worse than it does now.... :D20:28
hatchmy only real complaint to it is that it could use some performance improvements20:29
hatchit tends to lag if it's open for a day20:29
MakyoI liked that performance improvement blog from Trello, actually.  That was a neat way to attack the problem.20:31
hatchyeah it was pretty cool20:33
hatchso many issues people have had to deal with becasue they dont' use YUI events :)20:33
MakyoIt's almost like you really like YUI or something20:35
hatchactually I'm trying to find alternatives because I don't feel like they are trying to improve it any more20:35
hatchbut nothing else exists that takes care of all of the event issues people have20:35
hatchI'm hoping they surprise me but I have heard that the YUI team is being pulled to work on other Y! projects all the time20:39
hatchone really cool thing we could take advantage of is to start writing ES6 modules and then 'build' them into YUI modules20:48
hatchwhich is not supported20:48
hatchs/not/now20:48
hatchjujugui I accidentally cloned my juju-gui repo using https and now I need to push back up, anyone know if I can tell it to use the ssh keys?21:06
hazmathatch, remove remote.. add new one with ssh21:07
Makyoor remote set-url21:08
hatchhazmat ahh good one thanks21:08
hatchjujugui lf a review/qa for https://github.com/juju/juju-gui/pull/136 it will require a real env being spun up21:18
hatchdont' everyone jump up at once :D21:23
hatchthe tests passed.....does that help? :)21:34
rick_h_hatch: hah, might try to look at it tonight at the coffee shop21:57
hatchjujugui lf a review/qa for https://github.com/juju/juju-gui/pull/137 qa can be done in sandbox22:00
hatchrick_h_ thanks, anything you'd like me on for the rest of the day?22:01
rick_h_hatch: want to peek at that safari test failure?22:01
rick_h_would be cool to include safari support in 1.022:02
hatchsure thing22:02
rick_h_hatch: or that damn IE test failure22:02
rick_h_hatch: that one will get you cake from teammates22:02
hatchlol, the intermittent one?22:02
rick_h_hatch: but yea, just anything in the high maint for now I think22:03
rick_h_hatch: yea, the one that took Makyo 4 landing attempts to get through yesterday22:03
hatchok I'll take a look at that one22:03
rick_h_thanks22:03
hatchI have now blocked the high lane, so someone HAS to review my branches :P22:04
rick_h_lol, yea I'll look at them either tonight or in the morning. Should have you unblocked then22:04
hatchoh I'm not blocked....everyone else is lol22:04
hatchand my latest branch just failed because of that ie failure hah22:16
hatchI was able to reproduce locally though so that's good22:17
hatchodly enough it's in help-dropdown.js ....22:17
rick_h_hatch: yea, but it's in the mask bits and it started when you added drop mask support22:22
rick_h_hatch: so I have a feeling there's some mask collision/race conditoin there between the two22:23
hatchwell actually, it shouldn't work at all22:24
hatchit should throw the error 100% of the time22:24
hatchhaha22:24
hatchhmm interesting...22:45
hatchjujugui anyone still around want to help me sanity check something?22:51
Makyohatch,  sure.22:51
hatchMakyo ok switch to a fresh develop branch22:51
Makyo(is this the help-dropdown thing? Because I couldn't repro after I ran updates)22:51
hatchin app.js:846 put a debugger statement22:52
MakyoOkay.22:52
rick_h_marcoceppi: why for I get hangout things from you? Are you trying to send me messages?22:52
hatchand then in test_app put a .only on 71922:52
hatchand then put another debugger in help-dropdown.js:9122:52
hatchnow....when you run the tests using test-server (in chrome is fine)22:53
hatchwhen you hit the app.js debugger you should run Y.one('#help-dropdown') and it'll give you `null`22:53
hatchthen when you hit the debugger in help-dropdown run this.get('container')22:53
hatchit will be the rendered template somehow?22:54
hatchit 'should' be null because it was set as null on instantiation22:54
MakyoMaybe Null isn't what we want?  The default container is a <div> Node, but you can override this in a subclass, or by passing in a custom container config value at instantiation time. If you override the default container in a subclass using ATTRS, you must use the valueFn property. The view's constructor will ignore any assignments using value.23:00
Makyo</quote>23:00
hatchwell null definitely isn't want we want, but it's null because the Y.one('#help-dropdown') returns null because the element doesn't exist...23:00
hatchI'll look into the view source23:01
hatchsec23:01
Makyo#main is indeed empty.  Did you mean to instantiate something there?23:01
hatchahhh I think I found it...http://yuilibrary.com/yui/docs/api/files/app_js_view.js.html#l34723:02
hatchit looks like if a container is falsy then it makes a new one from a '<div/>' string23:03
MakyoYyyyeah.  That's the part I quoted.  It's expecting a Node, per the docs.23:03
hatchthe question is....why does it sometimes have an element and sometimes not23:03
hatchwe can fix it pretty easily now that we know what the issue is....but why is there an issue there....it 'should' just create a div and be done with it23:04
MakyoIt is an empty div, for me.23:04
Makyothis.get('container').getDOMNode() 23:04
marcoceppirick_h_: no, it's Google being crazy23:04
hatchthe only place it won't be is in IE......sometimes23:04
hatchthat's whats causing the failure23:05
MakyoYes.23:05
hatchso what I'm saying is....I don't see why it doesn't create the element.....sometimes23:05
MakyoWhich is where we were at the start. :)23:06
hatchbasically the Y.Node.create('<div/>') is returning an empty object.....sometimes haha23:06
hatchwell I'm going to fix the instantiation code to solve this issue but I am really curious as to why it's failing23:06
hatchahhhh I figured it out23:15
hatchit's a race condition between the mocking of Y.one() and the Y.Node.create() call 23:16
hatchYou cannot stub Y.One without Y.Node.create() failing see http://yuilibrary.com/yui/docs/api/files/node_js_node-create.js.html#l2023:18
hatchY.one()23:18
hatchMakyo thanks for sanity checking that23:19
Makyohatch,  np23:19
rick_h_hatch: wtf is 'launchpad' downloading 2gb for?23:29
hatchrick_h_ not sure?23:29
hatchI'm going to need some more information23:29
rick_h_hatch: just launchpad has a progress bar says downloding 700mb of 2gb23:30
hatchhmm link?23:30
rick_h_and no idea what it's downloading. Nothing in there says what it is23:30
rick_h_it's launchpad on the mac23:30
rick_h_no link, just in my little app bar 23:30
hatchohhh23:30
hatchI thought you were talking about launchpad.net23:30
hatch:D23:30
rick_h_heh, no, looks like it's over a little star icon, imovie?23:31
hatchif you open up App Store23:31
rick_h_doesn't show anything in my app store app, but in the launchpad UI there's downloading23:31
hatch it should show your downloads23:31
hatchhmm that's odd23:31
hatchiMovie is a star23:32
hatchso that could be it23:32
hatchit showed all of the downloads in the app store for me23:32
hatchbut thenagain the app store software is a little bonkers sometimes23:33
hatchso it might show up later lol23:33
hatchrick_h_ hows the resolution?23:38
rick_h_it's ok so far. Not gotten editors and such going23:38
rick_h_just trying to get through setup, install updates, etc23:38
rick_h_before heading to the coffee shop23:38
hatchcool, well if you run into anything else odd I'll see what I can help :)23:41

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