**** BEGIN LOGGING AT Sun Apr 28 02:59:58 2013 Apr 28 03:27:07 * DougReeder waves hello Apr 28 07:19:58 Anybody here? Apr 28 07:31:33 I am Apr 28 07:31:46 and 28 other idlers Apr 28 07:37:44 hey Apr 28 08:29:29 Welp Apr 28 08:29:33 This should be neat Apr 28 08:29:41 enyo-depends install enyojs/layout Apr 28 08:29:44 How handy Apr 28 08:41:52 hello Apr 28 08:52:43 Hey grayb0x Apr 28 08:53:24 hello, sorry typed in the wrong window trying to get my new nix gui environment up and running Apr 28 08:53:40 No worries! Apr 28 15:54:02 hi all Apr 28 16:31:12 hi you :) Apr 28 16:32:28 i'm playing with enyo on blackberry 10 Apr 28 16:33:03 working in most case nice Apr 28 16:33:35 but i find the basic things like swtich from 1 view to another and back a little bit difficult. Apr 28 16:37:41 are there some good examples for this out? Apr 28 17:40:42 hey Apr 28 19:28:09 Cheefrocker: what is the problem with the switching? i doubt that that is specific to BB10, right? Apr 28 19:29:58 hi madnificent. I think it is not a bb10 problem. Apr 28 19:30:44 its my knowledge about this framework. Apr 28 19:32:42 in my usecase i want do following: make a selectable list with items. if i select one item a new panel with maybe many switchable panels must open. the user can go back to the list if he wants.. Apr 28 19:33:56 at the moment i destroy one view and create the new one. but the panels must iteracte with each other(some information) must move from one page to another Apr 28 19:44:50 Yay I made something cool. Apr 28 19:49:19 Roy__: You around? Apr 28 19:49:23 I want to show it to somebody. Apr 28 19:52:58 show it to me then Apr 28 19:53:13 dimk: Do you use enyo a lot? Apr 28 19:53:40 nope . I used to use but I switched to another framework. Have to say that feelings are mixed Apr 28 19:54:00 Aww, well then never mind :P Apr 28 19:54:06 haha ok :P Apr 28 19:54:14 What framework did you switch to? Apr 28 19:54:19 congrats nevertheless Apr 28 19:54:30 jquery mobile with backbone.js and require.js Apr 28 19:54:52 That's a pretty solid stack. I'm not a huge fan of query mobile, but that's just me. Apr 28 19:55:26 test many framework = jquery mobile is lacking Apr 28 19:55:44 still I prefer enyo's UI in most cases. Can't say that I am exited of jqm Apr 28 19:55:47 simple things work, but if you start dive in it suck Apr 28 19:56:04 yes it is true Apr 28 19:56:16 i test jquerymobile with angularjs Apr 28 19:56:22 Angular is sex. Apr 28 19:56:24 Straight up Apr 28 19:56:33 I'm around. Apr 28 19:56:39 i was considering to experiment with angular the same way Apr 28 19:56:57 Roy__: I wrote that cli that I wanted. Apr 28 19:57:13 how do you think ? I ve been to few conferences recently and everyone I talked with likes it. Apr 28 19:57:27 angularjs great for desktop , mobile on android dont work(or buggy) Apr 28 19:58:42 OK Apr 28 19:58:45 Thanks for the feedback.. Good to know. Most of my feedback so far comes from Rubyists and they use it for desktop . Apr 28 19:58:54 Roy__: It pulls a file named enyo.json that can declare its own dependencies. It installs those, automatically adds it to your own app's enyo.json file, and whenever you install a lib it auto adds it to your package.js. Apr 28 19:59:04 And better yet, it works with anyo repo on github Apr 28 19:59:26 wow . thats kneat kesne. congrats Apr 28 19:59:49 dimk: Thanks! I just wanted it to be more like npm, heh. Apr 28 19:59:50 Why not work with the existing enyo npm module to add new functionality? Apr 28 20:00:05 It used bower to install everything, way too much overhead. Apr 28 20:00:34 I'll look into adding it into the other one eventually. Apr 28 20:00:45 But for now, I wanted it separate so I could focus on making it work. Apr 28 20:00:54 makes enough sense. Apr 28 20:01:20 You can also define what version of enyo you need for libraries and it'll warn you when installing if you don't have that version. Apr 28 20:10:54 Roy__: Any chance you guys will include enyo.json in your first-party libs? ;) Apr 28 20:13:04 Um. Apr 28 20:13:44 Having never seen it I couldn't say. Apr 28 20:14:01 Aww man. Apr 28 20:14:02 Okay Apr 28 20:26:49 Roy__: It looks like this: Apr 28 20:26:49 https://github.com/presenter/enyo-editor/blob/master/enyo.json Apr 28 21:06:51 Woop woop Apr 28 21:06:52 https://github.com/presenter/enyo-depends Apr 28 21:07:03 Now I just need to get it to add the lib to package.js and we're set! Apr 28 22:02:34 kesne: looks cool. thoug i don't like that it depends on nodejs Apr 28 22:03:01 madnificent: Eh, I'm a JS developer, it's what I use :P Apr 28 22:03:53 also, if you want to keep things clean, and you're using git, you may want to add the repository as a submodule too. that's how we kept it tidy here. Apr 28 22:04:20 What do you mean? Apr 28 22:04:34 git submodules, that sort of thing Apr 28 22:04:45 Yeah but how would I use them? Apr 28 22:05:31 i'm assuming that most of the projects you're building have their own git repository... not sure what more i should add... Apr 28 22:06:38 adding the module you need as a submodule to that project makes sure that when you fetch it on a remote system, the source of the imported libraries gets fetched too Apr 28 22:07:03 (and more importantly, that you don't get crazy commits with 5000 loc which aren't yours) Apr 28 22:07:18 Oh yeah Apr 28 22:07:19 Okay Apr 28 22:07:28 Sorry I didn't understand. Apr 28 22:07:55 The actual stuff I'm doing uses a lot of submodules. Apr 28 22:07:56 no problem :) Apr 28 22:08:37 * madnificent wrote git automation in lisp because of it. but that won't be released. Apr 28 22:09:50 Heh, nice. Apr 28 22:12:06 anyway, i'm looking forward to any progress on the project :D Apr 28 22:12:51 It should be interesting. I use it in my own project that's going to be released soon, figured I'd make it public Apr 28 22:13:09 same with the enyo-editor in the same github account. Apr 29 01:09:15 Woop woop custom branches! Apr 29 01:22:33 hey, is anyone there Apr 29 01:22:34 ? Apr 29 01:34:35 sorta Apr 29 01:35:26 I'm trying to decide on a license before I put stuff up on github Apr 29 01:35:39 It's just going to be a library of widgets to use in enyo Apr 29 01:35:58 GodGinrai: MIT is always good. Apr 29 01:36:05 yeh, I like MIT or BSD Apr 29 01:36:09 I'm considering that Apr 29 01:36:33 just wanted to get the opinion of others Apr 29 01:36:43 I tend to think GPL is too heavy-handed Apr 29 01:36:53 If MIT is too permissive, you could follow Enyo's lead with Apache 2 Apr 29 01:37:20 and is more about a deeper ethical belief that all software and knowledge should be available to everyone Apr 29 01:38:11 yea, I wasn't really sure what the difference in wording actually granted between the two Apr 29 01:38:15 apache and MIT Apr 29 01:38:29 I'm not super familiar with the specifics Apr 29 01:40:06 GodGinrai: If I recall correctly, when redistributing Apache code you need to give credit to the original creators and maintain the same license. MIT is basically "Do whatever you want just keep the license agreement" Apr 29 01:40:49 I thought you still had to credit the original creators w/ the MIT one Apr 29 01:41:31 You just have to keep the MIT License agreement there. Apr 29 01:41:37 Which includes the copyright notice. Apr 29 01:42:36 Okay I just read a little Apr 29 01:43:25 With Apache you have to include the license, the copyright notice, and you're supposed to state the changes you made. With MIT, you only have to include the license. You also can't use the contributors names, logos, or trademarks with the Apache 2.0 License. Apr 29 01:44:15 Actually, with MIT, you have to include the copyright, not the license. Sorry. Apr 29 01:47:03 hrm Apr 29 02:04:45 GodGinrai: no, that's 3 clause BSD vs 2 clause BSD Apr 29 02:05:00 GodGinrai: 2 clause BSD is the same as MIT Apr 29 02:05:03 ah Apr 29 02:05:36 Godginrai: i needed the container property again, thanks for telling me about it! :D Apr 29 02:08:37 yw madnificent :D Apr 29 02:22:29 GodGinrai: What enyo components are you publishing? Apr 29 02:23:10 I made a multi-select similar to the one from Chosen Apr 29 02:23:14 Oh neat. Apr 29 02:23:29 I plan to flesh it out, as well as add more components to this "package" Apr 29 02:23:35 but that's the starting point Apr 29 02:23:51 You should add an enyo.json file, even though it's for a node tool, he Apr 29 02:23:53 *heh Apr 29 02:24:29 I'll consider that eventually :P Apr 29 02:24:39 initial push is going to be just the code and a license Apr 29 02:24:46 You should, it's a cool tool, if you're okay with Node. Apr 29 02:24:59 btw, would I put the license I use in a LICENSE file, or in comments in the source? Apr 29 02:25:09 file is the way to go. Apr 29 02:25:58 k Apr 29 02:26:23 And it also wouldn't hurt to link to it in the readme. Apr 29 02:27:09 k **** ENDING LOGGING AT Mon Apr 29 02:59:58 2013