**** BEGIN LOGGING AT Mon Jul 13 02:59:59 2015 Jul 13 20:07:23 Hey dmanderson, I just noticed the "allowHighlanderDeactivate" property in enyo.Group. Maybe it should be renamed to "thereCanBeNone" :P Jul 13 20:11:57 lol nice Jul 13 20:35:51 doing all this React coding really has me wanting to code something in Enyo... <.< Jul 13 20:39:51 hahaha Jul 13 20:56:00 God, I can't even easily add a class to my child components using react T_T Jul 13 20:57:01 I refuse to learn React Jul 13 20:57:24 chall: you can't refuse to learn it when your job requires it Jul 13 20:57:27 like Angular, it'll be replaced by something next year Jul 13 20:57:33 fair enough Jul 13 20:57:44 I get to be part of those kinds of decisions, so... Jul 13 20:58:01 React has a better foundation than Angular, so I don't think it's going away any time soon Jul 13 20:58:12 * chall shrugs Jul 13 20:58:18 Angular was pretty popular Jul 13 20:58:28 and made by Google, I don't think you can get much better than that Jul 13 20:58:55 I think Polymer is going to get you a lot farther than anything else Jul 13 21:04:20 except it wasn't made by google Jul 13 21:04:26 and it flew against standards Jul 13 21:16:13 According to the Angular page "Super-powered by Google ©2010-2015" Jul 13 21:16:24 certainly looks like it was developed by Google Jul 13 21:16:57 https://angularjs.org/img/AngularJS-large.png Jul 13 21:17:06 "made by Google" and "one of the key devs who created it started working at Google" are not the same thing Jul 13 21:17:08 it even says "By Google" right in their header Jul 13 21:17:30 Google supports it now, sure Jul 13 21:17:38 but it was not "made" by Google Jul 13 21:18:56 I can't really argue that, but I don't really agree either Jul 13 21:19:29 just because someone didn't start something doesn't mean they haven't been a majority share of its development Jul 13 21:26:04 besides, I'm pretty sure that "By Google" stuff didn't show up until Angular 2.0 was unveiled (which breaks compat with Angular 1.0, so no one cares) Jul 13 21:28:10 Colorfull discussion :) Jul 13 21:40:02 GodGinrai, be that as it may, it's still been owned by Google for 90% of it's existence, if that copyright is to be believed. Jul 13 21:40:41 if that doesn't qualify enough as being "made by" them, I don't know what does Jul 13 21:41:16 maybe Jul 13 21:41:49 either way, React doesn't break standards like Angular does, so it's off to a better start Jul 13 22:10:18 I hate that react ties a component's creation to its first render.... Jul 13 22:11:25 I can't do anything meaningful using the children before they've been rendered because of it Jul 13 22:45:32 GodGinrai: so does that make you to do stuff like display:hidden until after you're done initializing the children? Jul 13 22:46:29 er, visibility:hidden. I was going to say display:none, but that makes things jump around and then I changed my mind Jul 13 22:52:31 I'm surprised Python isn't declared "made by Google" yet. Guido has been working for Google for some time now. He even has Google written all over him. Jul 13 22:52:34 https://en.wikipedia.org/wiki/Guido_van_Rossum Jul 13 22:54:26 wait what!? he works for Dropbox now. I've been under a rock. Jul 13 23:05:21 a big rock yea Jul 13 23:05:23 :- Jul 13 23:05:25 :-p Jul 13 23:05:42 So looks like there maybe some more resources thrown behind taking Enyo native. Jul 13 23:14:03 Zectbumo: no, but it stops me from getting default values from the children and populating them in a list until after they have rendered Jul 13 23:14:22 dmanderson: neat Jul 13 23:17:18 Way neat :) Jul 13 23:44:48 dmanderson: will Enyo native need recompiles to work on different architectures? Jul 13 23:45:16 Qt does, but the JS wont. Jul 13 23:45:55 My PoC was mostly aimed at NodeJS, so WebOS is a natural target. Jul 13 23:46:23 With no NodeJS, and if we wanted to target Android/iOS we would need to look into a transpiler like react (or I prefer, to get enyo running on Qt JS) Jul 13 23:47:00 dmanderson: so if Qt has already been recompiled for the target architecture, it should just work? Jul 13 23:47:36 Right Jul 13 23:48:07 I'm wondering because I think it may be interesting to do some Enyo Native development for the Pyra handheld, which will be running Debian on a TI OMAP5 Jul 13 23:48:45 Oh nice, would totally be able to target something like that Jul 13 23:48:52 cool Jul 13 23:49:15 well see :) I still need to prove that it’s a worhty project to Enyo stake holders Jul 13 23:49:23 hehe Jul 13 23:49:23 WebOS stake holders are convinced Jul 13 23:49:58 Does it have any way to access the filesystem yet? Jul 13 23:51:14 There would be some unsandboxing of NodeJS done on webOS Jul 13 23:51:21 to make it more prominent in the app stack. Jul 13 23:51:34 But anything NodeJS would work in an Enyo Native App for webOS Jul 13 23:51:40 I see Jul 13 23:52:01 Internally I’m pitching it as a way to have unified applcation development against a single API. Jul 13 23:55:45 makes sense **** ENDING LOGGING AT Tue Jul 14 02:59:58 2015