**** BEGIN LOGGING AT Thu Dec 04 02:59:59 2014 Dec 04 19:42:49 knock knock Dec 04 19:43:04 *creeeaaaaaak* Dec 04 19:43:15 * GodGinrai peers at Cage1___ through the crack in the door Dec 04 19:43:20 whaddyawant? Dec 04 19:43:22 :P Dec 04 19:43:36 enyo 1.5.1 :) Dec 04 19:43:50 sounds rather.... old Dec 04 19:44:05 haha i mean 2.5.1 Dec 04 19:44:35 ah, for that you'll have to bug dmanderson Dec 04 19:45:20 Roy__ is the one to bug! Dec 04 19:45:43 dmanderson: you're more likely to not be idle Dec 04 19:46:23 Scandalous. Dec 04 19:47:21 2.5.1 is very close to release. We are currently investigating some structural changes to bootplate and a new tool for developers. Dec 04 19:47:25 haha true :) but Roy__ is getting 2.5.1 ready for you guys :) I just push buttons here. Dec 04 19:47:48 Documentation is getting some html polish. Dec 04 19:48:36 neat Dec 04 19:48:38 btw Dec 04 19:49:02 Did that bindings bug ever get fixed? (the one where ^ bindings weren't working?) Dec 04 19:49:09 oh, a new tool (toy)? :) what's that Dec 04 19:49:25 btw, whats the link to the new docs again? Dec 04 19:50:46 Cage1___: http://enyosite.enyojs.com/docs/latest/#/home Dec 04 19:52:25 the docs pages at enyosite still have a lot of wasted space that makes me have to scroll more Dec 04 19:52:30 I hope that gets fixed soon Dec 04 19:55:11 Roy__: I was hoping you could shed some light on the state of the binding bug involving sources and targets that begin with ^ Dec 04 19:55:56 if i remember correctly, that got fixed? Dec 04 19:59:06 I seem to remember Roy__ saying a ticket was made for it... but I don't remember if the problem actually was ever resolved or not Dec 04 19:59:51 GodGinrai: Yes, binding bug got fixed. Dec 04 20:00:27 And we even added a nice test case to the unit tests for it. Dec 04 20:02:26 nice Dec 04 20:02:28 thanks Dec 04 20:10:34 wait, 2.5.1? is there a 2.5? Dec 04 20:11:41 summatusmentis: there is, but it wasn't officially released :P Dec 04 20:12:02 oh Dec 04 20:13:19 is there anything I care about in it? (still on 2.2, and scared of the new MVC stuff) Dec 04 20:13:38 The MVC boogieman will eat your babies. Dec 04 20:13:58 summatusmentis: the MVC stuff is easy peasy. You should upgrade Dec 04 20:14:30 The mvc stuff really has some great features. Dec 04 20:14:38 Roy__: I feel that way about Angular's approach to MVC <.< Dec 04 20:14:38 Simplifies a lot of routine crap. Dec 04 20:14:43 GodGinrai: easy peasy, but a big change in the way data models are handled Dec 04 20:15:14 summatusmentis: Kind of, but not really Dec 04 20:17:11 maybe it'll be a weekend project Dec 04 20:17:15 I mostly want the Route Dec 04 20:17:18 Router* Dec 04 20:17:35 lol, the Router is one of the few things I haven't taken the time to understand Dec 04 20:17:37 GodGinrai: You object to the extra space below the header? Dec 04 20:17:45 (because they didn't write any documentation for it :P ) Dec 04 20:17:47 The router is nice. Dec 04 20:18:13 We still need a tutorial for it, I think. Dec 04 20:18:26 Roy__: the space below the header, but also the wasted space in the Kind section Dec 04 20:18:46 Which wasted space? Dec 04 20:19:26 is there a typo in documentation: Dec 04 20:19:30 The breadcrumb doesn't need to be on a separate line, the distance between the breadcrumb and the kindname is ridiculous, and why do we even need the word "Kind" there, that's just more space wasted Dec 04 20:19:41 http://enyosite.enyojs.com/docs/latest/developer-guide/building-apps/managing-data/building-data-driven-apps.html#sources Dec 04 20:19:52 Under Specifying a source Dec 04 20:20:03 it says: "When defining a custom enyo.Model or enyo.Collection subkind, you may specify the defaultSource property" Dec 04 20:20:31 but then the example uses source. "enyo.kind({ Dec 04 20:20:31 name: "MyContactCollection", Dec 04 20:20:31 kind: "enyo.Collection", Dec 04 20:20:31 model: "MyContactModel", Dec 04 20:20:31 url: "http://myservice.com/users", Dec 04 20:20:32 source: "jsonp" // use jsonp source instead of ajax for fetching Dec 04 20:20:32 });" Dec 04 20:23:25 And yes, a tutorial for enyo.Router would be nice Dec 04 20:24:01 summatusmentis: binding makes lists and repeaters so much easier to deal w/ Dec 04 20:24:28 summatusmentis: it also reduces a lot of message passing and events you had to write Dec 04 20:26:38 Cage1___: Those may not be updated to the 2.5.1 versions yet. Dec 04 20:26:49 I will check Dec 04 20:27:02 Or that's an error Dec 04 20:27:49 Also, just a personal complaint, but the docs being completely decked out in Carolina Blue irks me Dec 04 20:27:58 haha Dec 04 20:28:10 Which breadcrumb are you talking about? Dec 04 20:28:19 the extends breadcrumb Dec 04 20:34:01 GodGinrai: right, but there's just a lot of modification and re-factoring that integrating that code will require Dec 04 20:34:31 Moving extends below kind name, remove 'Kind' Dec 04 20:34:36 That make you happy? Dec 04 20:35:00 Roy__: sounds good. Can't tell for sure until I see it :P Dec 04 20:37:08 Roy__: Did some simple height changes in Firebug, visible here: http://imgbin.org/index.php?page=image&id=21204 Dec 04 20:37:31 This gives you an idea of what I was talking about for saving space Dec 04 20:37:47 I do like the idea of extends being below the name, tho' Dec 04 20:38:11 that way it reads like a sentence "KindName extends X > Y > Z" Dec 04 21:09:59 this is maybe a dumb question, how do I get things to keep a natural height in a toolbar? Dec 04 21:10:43 I can't get a "button, panels, button" construct to give the panels a height Dec 04 23:00:21 is there a way to know when a div has successfully loaded and been given the right size? Dec 04 23:43:08 perhaps using a overloaded rendered and/or resized function? after this.inherited line? Dec 04 23:43:51 the issue seemed to be resolved by responding in the rendered() function from the parent **** ENDING LOGGING AT Fri Dec 05 02:59:58 2014