[00:01:33] *** wilsonpage has joined #polymer
[00:10:58] *** wilsonpage has quit IRC
[00:15:44] *** Jason0987 has quit IRC
[00:20:34] *** wilsonpage has joined #polymer
[00:23:27] *** wilsonpage has quit IRC
[00:23:54] *** dcherman has joined #polymer
[00:24:56] *** fiatjaf has joined #polymer
[00:27:29] <fiatjaf> ok, all these polymer docs are too confusing. I just wanna import a polymer-element I created. I don't wanna use bower. what should I do? what libraries exactly should I load/import/include?
[00:37:52] *** bender_unit has joined #polymer
[00:40:23] <Jerub> fiatjaf: you need to <link rel="import" your element, and that element has to import its own dependencies.
[00:40:45] <Jerub> fiatjaf: 'bower' is only for downloading the correct files
[00:44:45] *** dcherman has quit IRC
[00:52:13] <fiatjaf> Jerub: which dependencies?
[00:55:47] <Jerub> fiatjaf: it's easy to figure out.
[00:55:53] <Jerub> if you use an element, you have to import it
[00:56:01] <Jerub> :)
[00:58:03] <fiatjaf> I'm using <polymer-element>, shouldn't I have to import something for this to work?
[00:59:03] <Jerub> yep, polymer/polymer.html
[01:01:45] <fiatjaf> Jerub: this is crazy. that polymer/polymer.html will import other two js files
[01:01:59] <Jerub> well spotted
[01:02:00] <fiatjaf> why can't I get one js file for all this?
[01:02:06] <Jerub> you can!
[01:02:26] <Jerub> there's a tool that will coalesce all your dependencies into 1 html file and 1 js file, it's call vulcanize.
[01:02:42] <Jerub> during development i don't bother with it, but i use it for deployment
[01:05:42] <fiatjaf> I also need webcomponents.js, the polyfill?
[01:05:59] <Jerub> yep, for any browser that doesn't implement everything.
[01:06:07] <Jerub> such as IE and FF.
[01:06:22] <Jerub> wait no. platform.js
[01:06:31] <Jerub> which i think includes webcomponents.js
[01:06:34] *** shiftins has quit IRC
[01:09:06] <fiatjaf> can I include all this in the bottom of the page, after the custom elements are written to the DOM (as meaningless tags)?
[01:12:38] <Jerub> actually, it's best if you put them first
[01:12:55] <fiatjaf> my app stopped working after I included a lot of things, but neither the debugger nor the console shows exception or error.
[01:13:02] <Jerub> so that components are registered before they appear
[01:13:05] <fiatjaf> is this normal?
[01:13:17] <Jerub> nope
[01:13:19] <fiatjaf> people face a lot of problems when trying to use thse things?
[01:13:36] <fiatjaf> ah, thank you
[01:13:45] <Jerub> i've had some simple problems - mismatched tags, invalid import paths, and typos
[01:14:07] <Jerub> there's a good bookmarklet there to help you find unregistered elements for instance
[01:16:42] *** codegirl_ has joined #polymer
[01:18:57] <codegirl_> Does anyone know what the best practice is for testing polymer components? Is it using the web-component-tester Polymer element?
[01:20:18] <Jerub> codegirl_: that actually looks awesome. i'm going to try using it tomorrow :)
[01:21:16] <codegirl_> It does right? I just discovered it, but trying to figure out the best way to use it. I have a bunch of components and I want to be able to run tests on all of them
[01:21:51] <Jerub> looks like you just have to create a bunch of files in a directory called 'test/' and run wct
[01:22:50] <codegirl_> It's confusing though, because each component has its own 'test/' directory, and if i run wct from the parent directory, it does not detect them
[01:23:18] <Jerub> yeah
[01:23:36] <Jerub> i guess i've mostly written a large number of copmonents but all 'together', so this fits for me
[01:24:15] <codegirl_> Ah-ha, gotcha
[01:25:25] <Jerub> fiatjaf: i'm heading to bed, sorry if you had any followup questions
[01:25:59] <fiatjaf> Jerub: you helped a lot. thank you very much.
[01:27:33] <codegirl_> no prob, thanks
[01:27:36] *** vloz has quit IRC
[01:35:41] <codegirl_> oh thanks rhalff! let me check that out
[01:37:00] *** bender_unit has quit IRC
[01:38:08] <fiatjaf> the polymer website is mostly bugged for me. is that only with me?
[01:39:49] *** bender_unit has joined #polymer
[01:40:08] <codegirl_> rhalff: do you know where to specify these options? I have web-component-tester as a sibling directory to all my components, all of which have a 'tests/' directory inside them. so I'm trying to figure out where to specify the nested paths for all the components to be tested..
[01:42:52] <rhalff> codegirl_, I just followed the readme, I used grunt, it seems it is also reading a config file though.
[01:47:34] *** shiftins has joined #polymer
[02:03:13] *** codegirl_ has quit IRC
[02:11:23] *** dc_ has joined #polymer
[02:23:31] *** edrocks_ has joined #polymer
[02:24:15] <fiatjaf> this is crazy. I give up.
[02:24:29] *** fiatjaf has left #polymer
[02:31:24] *** bender_unit has quit IRC
[02:38:01] *** DavidMulder has quit IRC
[02:39:44] *** shiftins has quit IRC
[02:50:59] *** wprater has quit IRC
[03:09:08] *** hareth has quit IRC
[03:15:42] *** jyasskin has quit IRC
[04:14:03] *** riskable has quit IRC
[04:27:53] *** cnbuff410 has quit IRC
[04:46:57] *** edrocks_ has quit IRC
[04:49:05] *** germ13 has quit IRC
[05:02:47] *** rektide has quit IRC
[05:09:53] *** borgenk has quit IRC
[05:10:05] *** rektide has joined #polymer
[05:12:37] *** shiftins has joined #polymer
[05:53:04] *** cnbuff410 has joined #polymer
[06:32:18] *** lholmquist has quit IRC
[06:36:09] *** bender_unit has joined #polymer
[06:39:03] *** lholmquist has joined #polymer
[06:40:41] *** shiftins has quit IRC
[06:51:07] *** jyasskin has joined #polymer
[06:52:09] *** jyasskin has quit IRC
[06:52:49] *** jyasskin has joined #polymer
[06:57:48] *** jyasskin has quit IRC
[07:16:52] *** Pomax has quit IRC
[07:22:31] *** bender_unit has quit IRC
[07:23:17] *** Pomax has joined #polymer
[07:24:12] *** bender_unit has joined #polymer
[07:29:18] *** knownasilya has quit IRC
[07:37:15] *** dc_ has quit IRC
[07:47:04] *** bender_unit has quit IRC
[08:07:29] *** jyasskin has joined #polymer
[08:13:15] *** dc_ has joined #polymer
[08:13:53] *** jyasskin has quit IRC
[08:16:44] *** frank_____ has joined #polymer
[08:17:53] *** dc_ has quit IRC
[08:27:00] *** cnbuff410 has quit IRC
[08:27:33] *** cnbuff410 has joined #polymer
[08:32:17] *** cnbuff410 has quit IRC
[08:43:38] *** dc_ has joined #polymer
[08:47:57] *** dc_ has quit IRC
[09:02:19] *** caitp has quit IRC
[09:20:33] *** Gustav_ has joined #polymer
[09:22:10] <Gustav_> I'm new to this, and learn best by example.
[09:37:26] *** lfryc has joined #polymer
[09:37:26] *** lfryc has joined #polymer
[09:38:19] *** mxmxmx has joined #polymer
[09:51:07] *** kaos|work has joined #polymer
[10:03:05] *** lholmquist_ has joined #polymer
[10:05:23] *** lholmquist has quit IRC
[10:06:47] *** mikhailvs has joined #polymer
[10:30:35] *** lholmquist_ has quit IRC
[10:35:33] *** jlebrech has joined #polymer
[10:36:37] *** manuelbieh has joined #polymer
[10:37:14] *** lholmquist has joined #polymer
[10:39:22] *** diegocerdan has quit IRC
[10:39:29] *** diegocerdan has joined #polymer
[11:02:04] *** frank_____ has quit IRC
[11:07:10] *** mxmxmx has quit IRC
[11:14:00] *** mikhailvs has left #polymer
[11:17:25] *** darktears has quit IRC
[11:19:11] *** hareth has joined #polymer
[11:19:56] *** mxmxmx has joined #polymer
[11:24:24] *** jlebrech has quit IRC
[11:28:55] *** jlebrech_ has joined #polymer
[11:29:45] *** maciejpaprocki has joined #polymer
[11:31:21] *** vloz has joined #polymer
[11:32:41] *** wilsonpage has joined #polymer
[11:33:47] *** wilsonpage has quit IRC
[11:33:57] *** wilsonpage has joined #polymer
[11:34:16] *** wilsonpage has quit IRC
[11:39:20] *** wilsonpage has joined #polymer
[11:40:16] *** kaos|work has left #polymer
[11:42:24] *** hareth has quit IRC
[11:46:12] *** dc_ has joined #polymer
[11:51:11] *** dc_ has quit IRC
[12:04:52] *** Schtive has joined #polymer
[12:10:23] *** munumnu has joined #polymer
[12:42:51] *** Schtive has quit IRC
[12:46:31] *** maciejpa_ has joined #polymer
[12:46:47] *** darktears has joined #polymer
[12:47:40] *** caitp has joined #polymer
[12:48:30] *** maciejpaprocki has quit IRC
[12:56:09] *** max96at|off is now known as max96at
[13:05:57] <Gustav_> Thank you for the response, tgaz. Greatly appreciated. Suppose I want to style the layout and text of each card differently, how would I go about doing that?
[13:10:13] <tgaz> Gustav_, i guess there are a few alternatives. one is encoding the style class name in the data model and bind that to the class attribute of whatever you are styling. the other would be to keep an object representing the styles in the data model and using style="{{... | styleList}}". the last option would be <template if="...">s and use completely separate DOM structures for the different layouts. most versatile, but also more verbose.
[13:12:18] *** hareth has joined #polymer
[13:20:37] *** munumnu has quit IRC
[13:21:39] <Gustav_> That first solution sounds good for the time being. Do you mean like we did with 'body' to the last element?
[13:33:52] *** riskable has joined #polymer
[13:36:55] <tgaz> Gustav_, yepp
[13:45:53] *** caitp has quit IRC
[13:48:36] *** jlebrech_ has quit IRC
[13:51:22] *** munumnu has joined #polymer
[13:54:41] <Gustav_> I hate to ask for more, tgaz, but could you kindly edit your previous jsbin example to include that, if it's just a quick change?
[14:02:54] *** kaos|work has joined #polymer
[14:03:00] *** kaos|work has left #polymer
[14:11:14] *** maciejpa_ has quit IRC
[14:14:29] *** maciejpaprocki has joined #polymer
[14:17:26] <darktears> what's the best way to control the timeout value of core-ajax?
[14:21:33] *** jlebrech has joined #polymer
[14:22:59] *** kaos|work has joined #polymer
[14:24:37] *** hswolff has quit IRC
[14:25:47] *** hswolff has joined #polymer
[14:28:08] *** munumnu has quit IRC
[14:28:26] *** kaos|work has left #polymer
[14:30:20] *** lfryc has quit IRC
[14:34:33] *** edrocks has quit IRC
[14:46:37] *** Schtive has joined #polymer
[14:46:44] *** lfryc has joined #polymer
[14:50:12] *** dc_ has joined #polymer
[14:54:56] *** dc_ has quit IRC
[14:55:19] *** lfryc has quit IRC
[15:02:23] *** lfryc has joined #polymer
[15:05:54] <tgaz> darktears, i would fork it, and send a pull request.
[15:14:45] <Gustav_> I was experimenting with that, but your last example really achieved what I was trying. Thanks a ton for your help, this has been a great resource.
[15:21:28] *** diegocerdan has quit IRC
[15:23:07] *** diegocerdan has joined #polymer
[15:24:18] <tgaz> :)
[15:27:09] *** diegocerdan has quit IRC
[15:32:34] *** diegocerdan has joined #polymer
[15:33:28] *** caitp has joined #polymer
[15:37:23] *** munumnu has joined #polymer
[15:38:00] *** diegocerdan has quit IRC
[15:43:21] *** munumnu has quit IRC
[15:44:13] *** diegocerdan has joined #polymer
[15:44:53] *** kevashcraft has quit IRC
[16:00:14] *** nickpresta has joined #polymer
[16:01:00] *** ddadlani has joined #polymer
[16:06:07] *** caitp has quit IRC
[16:06:58] *** Magnus___ has joined #polymer
[16:09:11] <Magnus___> Hi, Does anyone know how well polymer cooperates with google apps script projects?
[16:09:49] <Magnus___> We are using bootstrap framework for the front-end side of some company-wide apps and this has some problems
[16:10:34] <Magnus___> before i switch to doing things in polymer it would be nice to hear if someone else has used custom elements with google apps scripts
[16:10:43] <Magnus___> and how that turned out
[16:10:59] *** jyasskin has joined #polymer
[16:11:54] *** mven has joined #polymer
[16:15:25] *** jyasskin has quit IRC
[16:20:53] *** nickpresta has quit IRC
[16:33:25] *** Schtive has quit IRC
[16:34:01] *** jyasskin has joined #polymer
[16:37:27] *** dcherman has joined #polymer
[16:38:23] *** Schtive has joined #polymer
[16:48:17] *** dc_ has joined #polymer
[16:52:40] *** cnbuff410 has joined #polymer
[16:56:27] *** Gustav_ has quit IRC
[16:57:23] *** d4de has joined #polymer
[16:57:23] *** d4de has joined #polymer
[17:01:55] *** dc___ has joined #polymer
[17:03:35] *** darktears has quit IRC
[17:03:37] *** dc_ has quit IRC
[17:09:42] *** hareth has quit IRC
[17:10:16] *** cnbuff410 has quit IRC
[17:15:55] *** hareth has joined #polymer
[17:16:41] *** maciejpa_ has joined #polymer
[17:17:50] *** edrocks has joined #polymer
[17:19:11] *** maciejpaprocki has quit IRC
[17:21:55] *** cnbuff410 has joined #polymer
[17:25:03] *** darktears has joined #polymer
[17:25:37] *** jyasskin has quit IRC
[17:27:21] *** jyasskin has joined #polymer
[17:38:48] *** cnbuff410 has quit IRC
[17:46:05] *** shiftins has joined #polymer
[17:46:55] *** jyasskin has quit IRC
[17:51:43] *** d4de has quit IRC
[17:58:07] *** dc___ has quit IRC
[18:01:08] *** hareth has quit IRC
[18:13:49] *** wprater has joined #polymer
[18:15:41] *** jyasskin has joined #polymer
[18:18:59] *** caitp has joined #polymer
[18:19:00] *** jlebrech has quit IRC
[18:20:03] *** jlebrech has joined #polymer
[18:21:27] *** hareth has joined #polymer
[18:23:09] *** Magnus___ has quit IRC
[18:26:20] *** cnbuff410 has joined #polymer
[18:26:45] *** github has joined #polymer
[18:26:45]
<github> [polymer] sjmiles created 0.8-preview from master (+0 new commits): http://git.io/PqpAnw
[18:26:45] *** github has left #polymer
[18:39:22] *** d4de has joined #polymer
[18:39:26] *** d4de has joined #polymer
[18:45:29] *** manuelbieh has quit IRC
[18:47:07] *** jlebrech has quit IRC
[19:02:34] *** mxmxmx has quit IRC
[19:04:16] *** jlebrech has joined #polymer
[19:05:01] *** knownasilya has joined #polymer
[19:05:54] *** shiftins has quit IRC
[19:06:28] *** jlebrech has quit IRC
[19:08:11] *** jarek has joined #polymer
[19:11:13] *** manuelbieh has joined #polymer
[19:14:37] *** bender_unit has joined #polymer
[19:17:35] *** mxmxmx has joined #polymer
[19:19:22] *** hareth has quit IRC
[19:21:25] *** dc_ has joined #polymer
[19:25:55] *** shiftins has joined #polymer
[19:27:41] *** lfryc has quit IRC
[19:28:56] *** Schtive has quit IRC
[19:35:22] *** wilsonpage has quit IRC
[19:35:48] *** bender_unit has quit IRC
[19:38:36] *** bender_unit has joined #polymer
[19:39:04] *** kaos|work has joined #polymer
[19:39:07] *** manekinekko has joined #polymer
[19:39:16] *** patricka_ has joined #polymer
[19:39:25] *** m3talsmith has joined #polymer
[19:39:47] *** m3talsmith has left #polymer
[19:40:32] *** rigor789|away is now known as rigor789
[19:40:57] *** patrickarlt has quit IRC
[19:46:03] *** David_____ has joined #polymer
[19:46:11] *** David_____ has quit IRC
[19:46:24] *** DavidMulder has joined #polymer
[19:46:45] *** maciejpa_ has quit IRC
[19:47:00] *** h0ru5 has joined #polymer
[19:53:59] *** AliG has joined #polymer
[19:54:31] *** AliG has quit IRC
[19:57:37] *** shiftins has quit IRC
[20:02:47] *** dcherman2 has joined #polymer
[20:04:18] *** jyasskin has quit IRC
[20:04:53] *** kaos|work has left #polymer
[20:05:42] *** dcherman has quit IRC
[20:17:41] *** dc_ has quit IRC
[20:19:20] *** jarek has quit IRC
[20:19:32] *** rl has joined #polymer
[20:19:55] *** github has joined #polymer
[20:19:55]
<github> [polymer] nevir force-pushed 0.8-preview from 2d000d1 to 945a888: http://git.io/PqpAnw
[20:19:55] <github> polymer/0.8-preview 16c66fb Scott J. Miles: Initial commit
[20:19:55] <github> polymer/0.8-preview 3e551fb Scott J. Miles: initial
[20:19:56] <github> polymer/0.8-preview 8c9115d Scott J. Miles: another baseline mark
[20:19:56] *** github has left #polymer
[20:28:55] *** jyasskin has joined #polymer
[20:31:15] *** manekinekko has quit IRC
[20:31:34] *** Schtive has joined #polymer
[20:36:07] *** manekinekko has joined #polymer
[20:38:01] <rl> Hi there,
[20:38:15] <rl> Is it possible to have data binding within an object in an attribute? I'm trying to do <rl-sparklines strokeWidth="1" responsive="false" width="32" height="18" graphs="[{ 'traces': [{ 'style': 'line', 'points': [100,90,80,70,60,50,40,30,20,10,100,-10,-20], 'color': '{{column.traceColor}}' }] }]"> </rl-sparklines> It's dying on color. When I do 'color': 'pink' it's fine. When
[20:38:44] <rl> sorry, copy paste didn't work so well. Will try that again with pastebin.
[20:39:45]
<rl> OK, I'm trying to do http://pastebin.com/raw.php?i=PsVsk1ea. It's dying on color. When I do 'color': 'pink' it's fine. When I do {{column.traceColor}} outside of the the attribute it shows up fine. It breaks when the binding is used inside of the attribute. Any ideas?
[20:42:37] *** manuelbieh_ has joined #polymer
[20:43:37] *** manuelbieh has quit IRC
[20:58:01]
<tgaz> rl, seems to work in http://jsbin.com/zojitabebi/1/, but i think it's cleaner if you do graphs="{{data}}" and then create the data as a computed property.
[21:02:05] *** Gustav_ has joined #polymer
[21:03:49] *** diddledan has quit IRC
[21:04:04] *** diddledan has joined #polymer
[21:05:13] *** rl has quit IRC
[21:05:25]
<Gustav_> In the example pasted here (http://jsbin.com/dafojumedo/1/edit?html,output) (Modified earlier by tgaz) - is there a way to link specific images to specific elements? I.e. I'd like to have one core-icon for every chip, and then possibly images within every unique card.
[21:06:23] *** dcherman2 has quit IRC
[21:08:31] *** dcherman has joined #polymer
[21:16:04] *** Rastus_Vernon has joined #polymer
[21:17:51] *** wilsonpage has joined #polymer
[21:27:57] *** wilsonpage has quit IRC
[21:28:41] *** DavidMulder has quit IRC
[21:31:42] *** wilsonpage has joined #polymer
[21:55:17] *** jyasskin has quit IRC
[21:56:41] *** bender_unit has quit IRC
[22:22:23] *** h0ru5 has quit IRC
[22:37:11] *** diegocerdan has quit IRC
[22:37:17] *** diegocerdan has joined #polymer
[22:40:34] <heathn> can I change the text color of a paper-dropdown-menu?
[22:46:16] *** patrick__ has joined #polymer
[22:46:47] *** patricka_ has quit IRC
[22:47:08] *** wprater has quit IRC
[22:48:01] <heathn> Also, my menu is not showing the selected items as active once I click them, do I need to add something to the JS to do this?
[23:02:10] *** wprater has joined #polymer
[23:07:14] *** jlebrech has joined #polymer
[23:11:18] *** max96at is now known as max96at|off
[23:11:54] *** jlebrech has quit IRC
[23:13:23] *** bender_unit has joined #polymer
[23:22:29] *** Schtive has quit IRC
[23:23:04] *** shiftins has joined #polymer
[23:42:06] *** manekinekko has quit IRC
[23:42:18] *** bender_unit has quit IRC
[23:53:56] *** ddadlani has quit IRC
[23:54:21] *** dcherman2 has joined #polymer
[23:55:00] *** espeed has joined #polymer
[23:57:37] *** dcherman has quit IRC
[23:59:19] *** dcherman2 has quit IRC