[00:09:14] *** kaos|work has quit IRC
[00:10:50] *** xdrone has joined #polymer
[00:21:52] *** edrocks has joined #polymer
[00:33:56] *** kalehv has joined #polymer
[00:46:59] *** falood has quit IRC
[00:47:27] *** falood has joined #polymer
[00:51:41] *** falood has quit IRC
[01:01:40] *** edrocks has quit IRC
[01:58:07] *** kiyura has joined #polymer
[01:58:18] *** xdrone has quit IRC
[02:00:53] *** xdrone has joined #polymer
[02:15:09] *** manuelbieh has quit IRC
[02:22:09] *** ackrause has joined #polymer
[02:24:51] *** falood has joined #polymer
[02:26:38] *** ackrause has quit IRC
[02:28:04] *** falood has quit IRC
[02:34:04] *** ron_frown_ has joined #polymer
[02:52:18] *** kiyura is now known as kiyura[GB]
[02:56:32] *** mven has quit IRC
[02:58:38] *** mven has joined #polymer
[03:01:02] *** zkat has quit IRC
[03:01:33] *** bojangles has quit IRC
[03:06:06] *** bojangles_ has joined #polymer
[03:06:43] *** edrocks has joined #polymer
[03:13:43] *** edrocks has quit IRC
[03:25:48] *** caitp- has joined #polymer
[03:26:23] *** hswolff has quit IRC
[03:28:45] *** caitp has quit IRC
[03:28:46] *** caitp- is now known as caitp
[03:28:48] *** falood has joined #polymer
[03:30:42] *** hswolff has joined #polymer
[03:35:47] *** zkat has joined #polymer
[03:58:02] *** kalehv has quit IRC
[04:22:23] *** xdrone has quit IRC
[04:59:05] *** kalehv has joined #polymer
[05:03:24] *** Tidwell has joined #polymer
[05:03:49] *** kalehv has quit IRC
[05:22:04] *** jyasskin has joined #polymer
[05:26:48] *** jyasskin has quit IRC
[05:29:20] *** jyasskin has joined #polymer
[05:53:59] *** kiyura[GB] has quit IRC
[05:59:45] *** ackrause has joined #polymer
[06:03:12] *** jyasskin has quit IRC
[06:04:10] *** ackrause has quit IRC
[06:09:34] *** mven has quit IRC
[06:15:10] *** bojangles_ has left #polymer
[06:32:37] *** jyasskin has joined #polymer
[07:06:52] *** jyasskin has quit IRC
[07:08:03] *** kalehv has joined #polymer
[07:09:52] *** ron_frown_ has quit IRC
[07:13:10] *** jyasskin has joined #polymer
[07:48:07] *** caitp has quit IRC
[07:48:33] *** ackrause has joined #polymer
[07:53:04] *** ackrause has quit IRC
[07:56:42] *** kalehv has quit IRC
[08:09:12] *** dc_ has quit IRC
[08:11:19] *** dc_ has joined #polymer
[08:17:31] *** lfryc has joined #polymer
[08:24:59] *** sourcecube has joined #polymer
[08:25:24] *** carlosmantilla has joined #polymer
[08:26:15] *** jyasskin has quit IRC
[08:43:49] <vloz> mmmmh, we cant disable paper-item :'(
[08:45:14] *** caitp has joined #polymer
[09:05:06] *** caitp has quit IRC
[09:27:30] *** kaos|work has joined #polymer
[09:32:35] *** mxmxmx has joined #polymer
[09:37:16] *** ackrause has joined #polymer
[09:41:56] *** ackrause has quit IRC
[09:59:54] *** hswolff has quit IRC
[10:01:44] *** hswolff has joined #polymer
[10:06:48] *** jlebrech has joined #polymer
[10:39:51] *** manuelbieh has joined #polymer
[10:47:31] *** caitp has joined #polymer
[10:53:26] *** bergie_ is now known as bergie
[10:54:09] *** falood has quit IRC
[10:57:57] *** prophile has joined #polymer
[10:59:17] *** caitp has quit IRC
[11:11:12] <tgaz> ?
[11:13:44] *** cledev has joined #polymer
[11:18:08] *** maciejpaprocki has joined #polymer
[11:26:10] *** ackrause has joined #polymer
[11:30:17] *** ackrause has quit IRC
[11:34:53] *** cledev has quit IRC
[11:38:18] *** lfryc has quit IRC
[11:42:49] *** hareth has joined #polymer
[11:49:11] *** Amaan has joined #polymer
[11:55:35] *** cledev has joined #polymer
[12:03:40] <hareth> hello!
[12:07:42] *** Schtive has joined #polymer
[12:10:52] *** maciejpaprocki has quit IRC
[12:15:45] *** hareth has quit IRC
[12:28:22] *** nickjohnson has joined #polymer
[12:28:37] <nickjohnson> Is this the right place to ask a question about using Polymer from within a Chrome app?
[12:29:42] *** cledev has quit IRC
[12:32:34] <vloz> nickjohnson, what's your problem?
[12:34:12] *** maciejpaprocki has joined #polymer
[12:36:37] *** hareth has joined #polymer
[12:40:17] <nickjohnson> So, I'm developing a Chrome app that dynamically constructs a UI based on the field an attached device (via serial) exposes
[12:40:42] <nickjohnson> I'd like users to be able to provide a stylesheet of sorts that customises the widgets (and how they're shown) that get bound to each field
[12:40:56] <nickjohnson> I figure the best way to do that is to let them specify a Polymer document/template, and simply bind the fields I get to that
[12:40:57] *** cledev has joined #polymer
[12:41:31] <nickjohnson> But I'm not sure how I can go about loading that dynamically without violating the CSP, or if there are any special steps required to get polymer to recognise and enhance the template when I load it.
[12:42:13] <nickjohnson> Also, it'd be nice to give the user a default template to start with, so I suppose I need to dynamically generate the markup for the default templates, too, instead of just having a conditional template for each field.
[12:43:04] <vloz> I am not sure to understand, you want to update the css of some custom element during the runtime of your chrome app? :?
[12:43:20] *** Manaus has joined #polymer
[12:43:24] *** Schtive has quit IRC
[12:43:46] <nickjohnson> No. I want to be able to generate and/or download HTML for polymer templates at runtime
[12:44:18] <vloz> ok
[12:44:35] <vloz> i have no answer personnaly :P
[12:45:18] *** caitp has joined #polymer
[12:45:42] <vloz> (for updating css there is core style, but building template element within code must be hard... :$ )
[12:45:50] <vloz> *core-style
[12:46:03] <nickjohnson> Thanks anyway. Hopefully someone else in here has an answer. :)
[12:49:27] *** wilsonpage has joined #polymer
[12:50:17] *** wilsonpage has quit IRC
[12:52:49] *** wilsonpage has joined #polymer
[12:57:29] *** wilsonpage has quit IRC
[12:59:04] *** wilsonpage has joined #polymer
[13:01:28] *** wilsonpage1 has joined #polymer
[13:03:17] *** wilsonpage2 has joined #polymer
[13:03:59] *** wilsonpage has quit IRC
[13:06:10] *** wilsonpage has joined #polymer
[13:06:17] *** wilsonpage1 has quit IRC
[13:08:25] *** wilsonpage2 has quit IRC
[13:09:08] *** wilsonpage1 has joined #polymer
[13:10:51] *** wilsonpage has quit IRC
[13:11:57] *** wilsonpage has joined #polymer
[13:12:01] *** apok has joined #polymer
[13:13:46] *** apok is now known as sergcunh
[13:13:49] *** wilsonpage1 has quit IRC
[13:14:46] *** wilsonpage1 has joined #polymer
[13:14:46] *** jlebrech has quit IRC
[13:14:54] *** ackrause has joined #polymer
[13:16:12] *** wilsonpage has quit IRC
[13:18:52] *** wilsonpage1 has quit IRC
[13:19:43] *** ackrause has quit IRC
[13:22:29] *** zkat has quit IRC
[13:22:33] *** lfryc has joined #polymer
[13:23:10] *** zkat has joined #polymer
[13:23:38] *** lfryc has quit IRC
[13:23:53] *** lfryc has joined #polymer
[13:23:54] *** lfryc has joined #polymer
[13:24:29] *** max96at|off is now known as max96at
[13:25:27] *** Manaus has quit IRC
[13:25:46] *** wilsonpage has joined #polymer
[13:30:35] *** wilsonpage has quit IRC
[13:37:18] *** wilsonpage has joined #polymer
[13:41:49] *** wilsonpage has quit IRC
[13:48:51] *** jlebrech has joined #polymer
[13:50:12] *** wilsonpage has joined #polymer
[13:52:51] *** wilsonpage1 has joined #polymer
[13:54:23] *** wilsonpage has quit IRC
[13:57:01] *** wilsonpage1 has quit IRC
[14:01:09] *** caitp has quit IRC
[14:03:08] *** Amaan has quit IRC
[14:05:58] *** Schtive has joined #polymer
[14:06:47] *** kalehv has joined #polymer
[14:09:08] *** Schtive has quit IRC
[14:12:45] *** kalehv has quit IRC
[14:14:24] *** carlosmantilla has quit IRC
[14:15:19] *** carlosmantilla has joined #polymer
[14:19:03] *** ddadlani has joined #polymer
[14:20:54] *** cledev has quit IRC
[14:23:58] <max96at> nickjohnson: for generating markup you could either use a meta template or create polymer element instance from javascript
[14:24:58] <nickjohnson> max96at: Is a meta template as simple as writing a regular template and taking its output? And how do I create a polymer element instance from JS?
[14:28:18] *** lholmquist has joined #polymer
[14:28:18] *** lholmquist has joined #polymer
[14:31:49] <manuelbieh> is there a built-in way in polymer to easily assign some sort of "id" to created custom elements or is there an easier way to style one certain element only via css? scoped styles arent supported by any browser out there yet, as far as i know
[14:32:25] *** caitp has joined #polymer
[14:32:27] *** hswolff has quit IRC
[14:33:14] <manuelbieh> looking for something like that: <my-logo background="red"></my-logo> polymer: <template><div class="logo"></div><style>.logo {background: {{background}}; }</style></template>
[14:33:25] *** hswolff has joined #polymer
[14:33:44] <manuelbieh> but wouldnt that style all my .logo elements? or doesnt it because of the shadow dom?
[14:33:58] <nickjohnson> manuelbieh: Can't you use mustache substitution on the "style" attribute?
[14:34:10] <nickjohnson> <div class="logo" style="background: {{background}}"> ?
[14:35:02] <manuelbieh> haha. inline styles. sure, that was too easy. thank you ;)
[14:36:19] <manuelbieh> should work I guess
[14:37:14] <max96at> took me a while to find it, but that might help you
[14:37:20] *** hareth has quit IRC
[14:37:37] <max96at> the creation of that div isn't really necessary, just query for some element to put your definitions in
[14:38:19] <nickjohnson> I figured Polymer wouldn't know to enhance dynamically added tags like that, but I guess it can?
[14:38:26] <max96at> yeah, it can
[14:38:58] <nickjohnson> So, do I need to put my UI inside a polymer element and invoke it somewhere? Or could I just insert the UI HTML directly?
[14:40:37] <max96at> you could probably just skip the polymer step for this, if you only have one single modifiable ui
[14:41:31] <nickjohnson> Well ,the goal is that you can plug in a number of different devices, each of which requires its own UI
[14:41:42] <nickjohnson> And for users to be able to create and register their own UIs for those devices
[14:42:04] <nickjohnson> The point of using polymer templates is to take advantage of the bidirectional data-binding
[14:42:24] *** carlosma_ has joined #polymer
[14:45:58] *** carlosmantilla has quit IRC
[14:49:31] *** cledev has joined #polymer
[14:56:05] *** knownasilya has joined #polymer
[14:59:05] *** Schtive has joined #polymer
[15:02:46] *** jyasskin has joined #polymer
[15:02:59] *** carlosma_ has quit IRC
[15:03:39] *** ackrause has joined #polymer
[15:08:09] *** ackrause has quit IRC
[15:12:45] *** wilsonpage has joined #polymer
[15:15:28] *** mven has joined #polymer
[15:16:36] *** hareth has joined #polymer
[15:22:09] *** ddadlani has quit IRC
[15:27:45] *** jyasskin has quit IRC
[15:29:41] *** ddadlani has joined #polymer
[16:01:23] *** patrickarlt has joined #polymer
[16:06:10] *** dcherman has joined #polymer
[16:09:20] *** Phloxx has joined #polymer
[16:21:42] *** edrocks has joined #polymer
[16:30:23] *** jyasskin_ has joined #polymer
[16:34:10] *** sergcunh has quit IRC
[16:39:02] *** diddledan has quit IRC
[16:40:02] *** zkat has quit IRC
[16:41:53] *** edrocks has quit IRC
[16:43:39] *** zkat has joined #polymer
[16:44:24] *** diddledan has joined #polymer
[16:49:50] *** zkat has quit IRC
[16:51:00] *** lfryc has quit IRC
[16:52:23] *** ackrause has joined #polymer
[16:57:01] *** ackrause has quit IRC
[17:00:43] *** jyasskin_ has quit IRC
[17:03:27] *** github has joined #polymer
[17:03:27]
<github> [polymer] imrehorvath opened pull request #841: Introduce jshint (master...master) http://git.io/tFNMsw
[17:03:27] *** github has left #polymer
[17:09:06] *** github has joined #polymer
[17:09:06]
<github> [polymer] nevir closed pull request #816: Notes about where to find original source (master...readme) http://git.io/dG4BvQ
[17:09:06] *** github has left #polymer
[17:11:28] *** hareth has quit IRC
[17:14:56] *** jyasskin has joined #polymer
[17:15:19] *** borgenk_ has quit IRC
[17:18:07] *** akshay has joined #polymer
[17:18:21] <akshay> Hello guys
[17:18:40] <akshay> I'm stuck with an issue regarding polymer
[17:18:56] <akshay> I have multiple paper-inputs in a page
[17:19:15] <akshay> How do I select a specific one using JS?
[17:20:43] <akshay> any help is very much appreciated
[17:23:36] *** akshay has left #polymer
[17:29:39] *** hareth has joined #polymer
[17:32:39] *** darktears has joined #polymer
[17:48:33] *** wprater has joined #polymer
[17:48:56] *** kaos|work has quit IRC
[17:53:06] *** ackrause has joined #polymer
[17:57:53] *** ackrause has quit IRC
[18:05:08] *** kaendfinger has joined #polymer
[18:07:51] *** lfryc has joined #polymer
[18:13:16] *** mxmxmx has quit IRC
[18:17:30] *** sourcecube has quit IRC
[18:21:28] *** kaendfinger has quit IRC
[18:26:49] *** Manaus has joined #polymer
[18:26:52] *** kaos|work has joined #polymer
[18:34:57] *** kaos|work has quit IRC
[18:37:37] *** kaendfinger has joined #polymer
[18:40:05] *** Manaus has quit IRC
[18:53:00] *** jyasskin has quit IRC
[18:53:45] *** ackrause has joined #polymer
[18:55:00] *** manuelbieh has quit IRC
[18:59:41] *** hareth has quit IRC
[19:01:05] *** cledev has quit IRC
[19:10:31] *** jlebrech has quit IRC
[19:13:01] *** hareth has joined #polymer
[19:14:04] *** Schtive2 has joined #polymer
[19:14:25] *** Schtive has quit IRC
[19:17:31] *** github has joined #polymer
[19:17:31]
<github> [polymer] keanulee closed pull request #839: webcomponentsjs should be a dependency, not just a dev dependency (master...webcomponentsjs-dependency) http://git.io/ZvgSKA
[19:17:31] *** github has left #polymer
[19:17:38] *** github has joined #polymer
[19:17:38]
<github> [polymer] keanulee deleted webcomponentsjs-dependency at 48f7ed0: http://git.io/sb7OvA
[19:17:38] *** github has left #polymer
[19:19:14] *** supertobi_ has quit IRC
[19:19:23] *** supertobi has joined #polymer
[19:25:37] *** manuelbieh has joined #polymer
[19:27:19] *** kaos|work has joined #polymer
[19:31:09] *** kaos|work has quit IRC
[19:32:33] *** cledev has joined #polymer
[19:41:37] *** maciejpaprocki has quit IRC
[19:43:38] *** morrita_ has joined #polymer
[19:43:50] *** wilsonpage has quit IRC
[19:43:54] *** wilsonpage1 has joined #polymer
[19:52:05] *** hareth has quit IRC
[20:07:46] *** wilsonpage1 has quit IRC
[20:19:50] *** kaendfinger has quit IRC
[20:22:50] *** dc_ has quit IRC
[20:23:58] *** kaos|work has joined #polymer
[20:26:52] *** jyasskin has joined #polymer
[20:34:47] *** wilsonpage has joined #polymer
[20:35:53] *** cledev has quit IRC
[20:37:08] *** edrocks has joined #polymer
[20:39:42] *** mxmxmx has joined #polymer
[20:50:29] *** darktears has quit IRC
[21:05:50] *** kaos|work has quit IRC
[21:08:32] *** ackrause has quit IRC
[21:25:16] *** borgenk has joined #polymer
[21:37:42] *** zkat has joined #polymer
[21:55:41] *** mxmxmx has quit IRC
[21:57:08] *** mxmxmx has joined #polymer
[22:04:27] *** ddadlani has quit IRC
[22:09:18] *** lfryc has quit IRC
[22:17:24] *** max96at is now known as max96at|off
[22:23:56] *** wprater has quit IRC
[22:32:10] *** wprater has joined #polymer
[22:40:04] *** sjama has joined #polymer
[22:40:08] *** sjama has quit IRC
[23:00:10] *** wilsonpage has quit IRC
[23:05:47] *** edrocks has quit IRC
[23:10:53] *** jlebrech has joined #polymer
[23:12:21] <nickjohnson> Is there any way for me to force Polymer to evaluate templates on a tree that isn't part of a document, so I can copy the resulting elements for use as a sort of meta-template?
[23:15:30] *** jlebrech has quit IRC
[23:15:36] <Jerub> that's a weird question.
[23:15:41] <Jerub> what are you trying to achieve?
[23:17:51] <nickjohnson> Jerub: I'm writing a Chrome app that dynamically constructs a UI based on a manifest sent it by a USB device
[23:18:17] <nickjohnson> The goal is to provide a default UI, but allow people to rewrite the HTML to present any (data-bound) UI for the device that they want
[23:18:33] <nickjohnson> So ideally I want to generate markup for the default UI programmatically, to provide a starting point for people to base their customisation on
[23:21:00] *** prophile has quit IRC
[23:21:40] <Jerub> interesting ideas
[23:24:07] <nickjohnson> I could do it with conditional templates, but I'd like to provide people who want a custom UI with a starting point rather than a generic template for everything
[23:24:11] <nickjohnson> Any thoughts on how I can do thaT?
[23:26:12] *** prophile has joined #polymer
[23:33:49] <Jerub> sorry, not got any hints for you
[23:34:03] <Jerub> beyond 'keep it simple' :)
[23:34:51] <nickjohnson> Heh, thanks
[23:45:55] *** Phloxx has quit IRC