Re: [polymer-dev] My computer and cell

2018-04-11 Thread Karl Tiedt
You do realize you sent this to a public open source project's mailing list right? There is no software that this project can install w/o your own direct actions. -Karl Tiedt On Wed, Apr 11, 2018 at 1:40 PM, Jose Santellan wrote: > You guys have illegally installed a program on my

Re: [polymer-dev] Re: Allow components to use global CSS

2018-03-09 Thread Karl Tiedt
The whole point of Web Components is to prevent global styles from infringing on your components... you would basically need to include the CSS in every component similar to how the style-modules of 2.x did... -Karl Tiedt On Fri, Mar 9, 2018 at 8:34 AM, Ronn Ross wrote: > I guess I sho

Re: [polymer-dev] Documentation Feedback

2018-03-02 Thread Karl Tiedt
problems with documentation, please, enlighten the community on what is clumsy, misleading etc so they can be addressed. -Karl Tiedt On Fri, Mar 2, 2018 at 6:41 PM, Mohammed Wardeh wrote: > Hello, > > I would like just to tell you guys that you have the worst documentation > ever.

Re: [polymer-dev] Re: Have a general question about Polymer? Try Stack Overflow!

2018-02-28 Thread Karl Tiedt
How exactly does the platform affect the quality of the chat? In my experience gitter is kludgey and awkward... But the few times I've used it that didn't affect people's quality of responses... Why would slack? On Feb 28, 2018 18:35, wrote: I wish polymer general chat was on gitter rather than

Re: [polymer-dev] Child html within lit-html

2018-02-19 Thread Karl Tiedt
Look at the slot API discussed on both the polymer website and the MDN website. On Feb 19, 2018 10:18, "Ronn Ross" wrote: > I have a simple button component. > > > I trying to get the child content and pass it through to the button. Here > is an example: > > > this is some content > > > I can'

Re: [polymer-dev] Re: SERIOUS HELP NEEDED WITH POLMER

2018-02-05 Thread Karl Tiedt
Rob Dodson's videos are the most often released ones that I am aware of... https://www.youtube.com/results?search_query=polycasts -Karl Tiedt On Mon, Feb 5, 2018 at 12:53 PM, wrote: > thanks but can u refer me to a tutorial such as that offered by level up > tuts on youtube (on

Re: [polymer-dev] NEW RO POLYMER PLEASE I NEED HELP

2018-02-05 Thread Karl Tiedt
have you tried the website? https://www.polymer-project.org/2.0/start/ PS. *BOLDING AND ALL CAPS (AKA SHOUTING) IS A GOOD WAY TO GET IGNORED ;)* -Karl Tiedt On Mon, Feb 5, 2018 at 12:26 PM, wrote: > *HI I NEED HELP I GOT A TUTORIAL BUT IT WAS ON POLYMER 1.0 .. SO CAN ANY > ONE HELP

Re: [polymer-dev] SERIOUS HELP NEEDED WITH POLMER

2018-02-05 Thread Karl Tiedt
have you tried the website? https://www.polymer-project.org/2.0/start/ PS. *BOLDING AND ALL CAPS (AKA SHOUTING) IS A GOOD WAY TO GET IGNORED ;)* -Karl Tiedt On Mon, Feb 5, 2018 at 12:29 PM, wrote: > *I AM A NEW BEE IN POLYMERAND I NEED SERIOUS HELP. I GOT A TUTORIAL BUT > IT WAS ON P

Re: [polymer-dev] Re: Have a general question about Polymer? Try Stack Overflow!

2018-02-03 Thread Karl Tiedt
. You clearly need to understand terminal / command line better, none of these are indications of failing or broken. Details in line. -Karl Tiedt On Sat, Feb 3, 2018 at 12:30 AM, wrote: > Here is a description: > *Under Root - Screen is frozen* > [root@vm45 my-app]# polymer ser

Re: [polymer-dev] Complete error free setup guide for Polymer

2018-02-03 Thread Karl Tiedt
You clearly need to understand terminal / command line better, none of these are indications of failing or broken. Details in line. -Karl Tiedt On Sat, Feb 3, 2018 at 12:30 AM, wrote: > Here is a description: > *Under Root - Screen is frozen* > [root@vm45 my-app]# polymer ser

Re: [polymer-dev] Complete error free setup guide for Polymer

2018-02-02 Thread Karl Tiedt
thing more than finish the setup and move on to the > discovery. > > Thanks > > > On Friday, February 2, 2018 at 7:57:36 PM UTC-10, Karl Tiedt wrote: >> >> The Polymer 2 guide is pretty rock solid... have you tried reading the >> actual documentation on the Polymer w

Re: [polymer-dev] Complete error free setup guide for Polymer

2018-02-02 Thread Karl Tiedt
The Polymer 2 guide is pretty rock solid... have you tried reading the actual documentation on the Polymer website? https://www.polymer-project.org/2.0/start/ -Karl Tiedt On Fri, Feb 2, 2018 at 11:33 PM, wrote: > Polymer setup Errors: npm vs nvm node setup, Bower errors, browser err

Re: [polymer-dev] Re: Have a general question about Polymer? Try Stack Overflow!

2018-02-02 Thread Karl Tiedt
The Polymer 2 guide is pretty rock solid... have you tried reading the actual documentation on the Polymer website? https://www.polymer-project.org/2.0/start/ -Karl Tiedt On Fri, Feb 2, 2018 at 11:26 PM, wrote: > > Polymer setup Errors: npm vs nvm node setup, Bower errors, browser

Re: [polymer-dev] Polymer 3.0 (version 3.0) status?

2018-01-08 Thread Karl Tiedt
The 3.0-preview channel on slack is pretty active... On Jan 8, 2018 18:10, "Jim Montgomery" wrote: > What is the status of Polymer version 3.0? The last related update/commit > to the 3.0-preview branch is from 2017 September and I see no significant > activity or documentation available more re

Re: [polymer-dev] Need help with data bindings

2018-01-04 Thread Karl Tiedt
properties are hyphenated because html attributes are case insensitive you need to use bank-info="{{checkingBankInfo}}" as per the documentation here: https://www.polymer-project.org/2.0/docs/devguide/data-binding in "Anatomy of a data binding" -Karl Tiedt On Thu, Jan 4, 20

Re: [polymer-dev] Re: Resuable components throwing error 'must use non-unique' ID's

2017-12-15 Thread Karl Tiedt
well the only thing I can offer based on your previous information is you are creating a non shadow-dom scoped element with a hard coded ID which is against HTML standards. -Karl Tiedt On Fri, Dec 15, 2017 at 2:09 PM, wrote: > I can't link to my component. But I attached a screenshot t

Re: [polymer-dev] Resuable components throwing error 'must use non-unique' ID's

2017-12-15 Thread Karl Tiedt
eated maybe instead? -Karl Tiedt On Fri, Dec 15, 2017 at 1:57 PM, wrote: > Hi All, > > I created a component, in that I exported one bower component. And then I > used my component in one view multiple times. > > I am getting below error > * [DOM] Found 4 elements with non-uni

Re: [polymer-dev] Re: Is Polymer still alive?

2017-11-10 Thread Karl Tiedt
Most activity happens on slack these days. That's always been the primary support means for polymer. On Nov 10, 2017 07:03, "Mark" wrote: > Is Polymer still alive? Yeah, I'd say so. The team has been working on > Polymer 3 which seems to be what the focus is but their Github issues page > does

Re: [polymer-dev] Polymer on GitHub

2017-10-25 Thread Karl Tiedt
You dont need to be in the org to contribute - https://github.com/Polymer/polymer/blob/master/CONTRIBUTING.md -Karl Tiedt On Wed, Oct 25, 2017 at 11:52 AM, Drew Roberts wrote: > I'm a large fan of Polymer and the speed it allows me to load websites. > Thank you for creating it! >

Re: [polymer-dev] Polymer support for getFoo()/setFoo() style properties

2017-10-25 Thread Karl Tiedt
with Protobufs and they were used quite a bit. -Karl Tiedt On Wed, Oct 25, 2017 at 12:35 PM, Red Daly wrote: > The use case is to support generated code from the protocol buffers > library so that those objects can be used directly as property values. > Protobuf objects use getFoo an

Re: [polymer-dev] Polymer support for getFoo()/setFoo() style properties

2017-10-25 Thread Karl Tiedt
posed APIs in your plnkr... Trying ele.getName() fails, ele.myThing.getName() works but ele.myThing.name does not... Can you more clearly elaborate on what your goal is here? -Karl Tiedt On Wed, Oct 25, 2017 at 1:00 AM, wrote: > I'm using objects that only expose data through getFoo

Re: [polymer-dev] how to prevent resole phenolic/urea (60/40) "from the suspension .??

2017-10-11 Thread Karl Tiedt
This is a Javascript Libraries Google Group, not a chemistry group. See https://www.polymer-project.org/about for who we are. -Karl Tiedt On Wed, Oct 11, 2017 at 10:45 AM, wrote: > I have study the synthesis the resole liquid phenolics resin with the > addition of urea (ratio 60:40) but

Re: [polymer-dev] Re: What happened with Polymer Docs

2017-10-10 Thread Karl Tiedt
core-elements is 0.5 level stuff, that has been deprecated for like 2 years now I believe... You're best bet is to dig up the github repos for those. -Karl Tiedt On Tue, Oct 10, 2017 at 12:55 PM, wrote: > Ohhh... That was quick > > Thank you, Mark & Karl for the swift respo

Re: [polymer-dev] What happened with Polymer Docs

2017-10-10 Thread Karl Tiedt
/PolymerElements All was clearly communicated months and months ago when 2.0 was released ;) -Karl Tiedt On Tue, Oct 10, 2017 at 12:41 PM, wrote: > Hey Polymer Community, > > Wanted to thank Polymer community for building this!!! > > Polymer and web-components are just cool, thi

Re: [polymer-dev] Re: How to test Polymer 2 components with Protractor when /deep/ will be deprecated?

2017-10-02 Thread Karl Tiedt
roper input nets proper output (or page/view changes etc). -Karl Tiedt On Mon, Oct 2, 2017 at 1:20 PM, wrote: > We have a website that in each page there are multiple components, so we > need to run acceptance tests to pierce each component and test them > > On Friday, September 29, 20

Re: [polymer-dev] Re: How to test Polymer 2 components with Protractor when /deep/ will be deprecated?

2017-09-29 Thread Karl Tiedt
The more important question... why do you feel you need /deep/ to test components? -Karl Tiedt On Fri, Sep 29, 2017 at 12:58 PM, wrote: > I will reply with something i found on slack overflow > > "The piercing selector is being dropped (/deep/ and >>>). There's >

Re: [polymer-dev] Migration path out of Polymer 1.0 with Bootstrap?

2017-09-22 Thread Karl Tiedt
with-shadow-dom/ -Karl Tiedt On Fri, Sep 22, 2017 at 7:04 PM, Egor Egorov wrote: > > See https://groups.google.com/d/msg/polymer-dev/vB7upjV_z7s/5Hk9BJFTAAAJ > - no replies. No one uses Bootstrap with Polymer? > > Am I right assuming that basically anything jQuery-based is a no go? &

Re: [polymer-dev] Migration path out of Polymer 1.0 with Bootstrap?

2017-09-22 Thread Karl Tiedt
Please elaborate on this, " and 2.0 flat-out ignores virtually all of the javascript libraries in existence"... I worked with many 3rd party libraries and so have many people... In fact you can find these integrations on GitHub and the web components website... On Sep 22, 2017 18:49, "Egor Egorov"

Re: [polymer-dev] Re: My Naive Thoughts On Polymer 2, And The Google I/O 2017 Presentations

2017-05-26 Thread Karl Tiedt
How best would you develop a collection of extendable components while avoiding classes? Even 10 years ago libraries rolled their own class systems... Should we avoid the platform way of doing inheritance and extensibility just because? Everything you have alluded to in the past is all making do wi

Re: [polymer-dev] Problems with displaying results in dom-module

2017-03-19 Thread Karl Tiedt
d to your private emails, but I will continue to share your insults with the list if you continue to attack me privately, because this is meant to be a professional place to seek help and attacking those who help achieves absolutely nothing. It also wastes the time of the volunteers here who o

RE: [polymer-dev] Problems with displaying results in dom-module

2017-03-19 Thread Karl Tiedt
le To: "Karl Tiedt" Cc: Have you always been an asshole, or has it been since you took over as > "Head Dick" for a mailing list community? > Awesome responsibility. Highlight of your career I bet. > > Original Message > Subject: Re: [polymer-

Re: [polymer-dev] Problems with displaying results in dom-module

2017-03-19 Thread Karl Tiedt
yours". Good luck Terry, you'll need it at this point. -Karl Tiedt -- Forwarded message -- From: Date: Sun, Mar 19, 2017 at 3:08 PM Subject: RE: Private message regarding: [polymer-dev] Problems with displaying results in dom-module To: Karl Tiedt up yours O

Re: [polymer-dev] Problems with displaying results in dom-module

2017-03-18 Thread Karl Tiedt
repat="{{item in items_array}}" This doesn't have meaning to polymer...toy probably want this to be items= On Mar 18, 2017 15:28, wrote: > My first post asking for help, so please be patient with a newbie .. > > Why doesn't this work? The console.log shows that data is being returned > fro

Re: [polymer-dev] How to distinguish between structural changes to array made in parent element vs property changes to an item of array made in child element observer?

2017-03-04 Thread Karl Tiedt
es of changes for each list item... Again, cant attest to it being expected or not, but I would not be surprised by your log output at all right this second. -Karl Tiedt On Sat, Mar 4, 2017 at 8:34 PM, Santanu Basu wrote: > I have posted this in another form on SO (http://stackover

Re: [polymer-dev] How is the correct way to deploy Polymer to a web server?

2017-01-15 Thread Karl Tiedt
Yup, you can find the details of those two folders here https://www.polymer-project.org/1.0/docs/tools/polymer-cli search for "Bundled and unbundled builds" -Karl Tiedt On Sun, Jan 15, 2017 at 11:27 PM, Adjie Purbojati < official.purboj...@gmail.com> wrote: > 2 folder? Do y

Re: [polymer-dev] How is the correct way to deploy Polymer to a web server?

2017-01-15 Thread Karl Tiedt
If you are using the Polymer CLI tool, you would do a `build` and copy the contents of one of the two folders under the build folder (depending on your server setup)... -Karl Tiedt On Sun, Jan 15, 2017 at 11:07 PM, Adjie Purbojati < official.purboj...@gmail.com> wrote: > I tried i

Re: [polymer-dev] Putting dom-modules into folders inside src

2016-11-24 Thread Karl Tiedt
Absolutely -Karl Tiedt On Thu, Nov 24, 2016 at 6:28 PM, wrote: > Hi there, > > Looking at the Polymer Shop app and PSK it doesn't look like any folders > are used in the SRC folder. I'm currently working on a pretty big site and > the naming conventions could get r

Re: [polymer-dev] Re: Call this.push in Polymer({ }) function from HTML5's geolocation callback

2016-11-22 Thread Karl Tiedt
I intentionally left that method out because it is the least correct way to fix the problem anymore. -Karl Tiedt On Tue, Nov 22, 2016 at 8:09 AM, Abhilash Sathe wrote: > var self = this and then in place of this I used self. Problem Solved ! > Yes, scope was the problem. > >

Re: [polymer-dev] Call this.push in Polymer({ }) function from HTML5's geolocation callback

2016-11-22 Thread Karl Tiedt
+ err.code + '): ' + err.message); }); -Karl Tiedt On Tue, Nov 22, 2016 at 7:43 AM, Abhilash Sathe wrote: > navigator.geolocation.getCurrentPosition(function(position) { > lat = position.coords.latitude, > lng = position.coords.longitude; > this

Re: [polymer-dev] Dom-Repeat Render: What is it actually do ?

2016-10-31 Thread Karl Tiedt
below method with the single line, is enough to get what you expected. // call dom-repeat render _renderDREmployees: function() { this.set('employees.0.name',"RENDERED"); }, -Karl Tiedt On Mon, Oct 31, 2016 at 7:34 PM, Quang Le wrote: > I was fighting with a nested

Re: [polymer-dev] WCT handbook

2016-08-18 Thread Karl Tiedt
I would think the tests of the polymer components would function as an excellent guide... I'm not 100% certain but I also believe that their demo apps (like shop) come with tests as well. -Karl Tiedt On Thu, Aug 18, 2016 at 11:05 AM, Dean Wagner wrote: > Just discovered how powe

Re: [polymer-dev] App-toolbar / App-drawer hirarchie

2016-08-13 Thread Karl Tiedt
I'm I'm not mistaken this is achieved in several of the demo apps by adding a toolbar to the drawer as well and styling it to match. -Karl Tiedt On Sat, Aug 13, 2016 at 1:28 PM, Stefan Muke wrote: > Hey, > > Is it possible to make the app-toolbar go all the way through

Re: [polymer-dev] Re: Caching

2016-08-02 Thread Karl Tiedt
above options: -Karl Tiedt On Tue, Aug 2, 2016 at 3:29 PM, wrote: > First of all, thank you for the answer. > > To me it's ok that solution, but, and the web user to navigate every day? > How I make no common user suffers this problem? > > Thank to all, > J. &g

Re: [polymer-dev] Caching

2016-08-02 Thread Karl Tiedt
Worth noting, since you were unaware of this feature before, `disable cache` only applies when you have enabled the feature *and* the dev console is open, no need to toggle the feature on and off for normal browsing. ;) -Karl Tiedt On Tue, Aug 2, 2016 at 1:19 PM, Eric Bidelman wrote: >

Re: [polymer-dev] Iroin-ajax response with html tags

2016-07-28 Thread Karl Tiedt
Please don't repeat questions with new subjects, it just creates extra noise and makes finding answers harder for others who may be searching archives. -Karl Tiedt 2016-07-28 4:47 GMT-07:00 nawras albaghdadi : > I'm getting a JSON feed by iron-ajax, in the returned JSON come wit

Re: [polymer-dev] Iron-ajax response JSON

2016-07-28 Thread Karl Tiedt
If you want to blindly display parsed HTML, use marked-element and be sure the sanitize feature is set to false. -Karl Tiedt 2016-07-28 4:40 GMT-07:00 nawras albaghdadi : > im getting a Json feed by iron-ajax, in the returned json come with html > tags like this. > [{ > pk :1, &

Re: [polymer-dev] Contributing To polymer

2016-07-21 Thread Karl Tiedt
in a more efficient manner. Can't make any promises but, I'll see what comes of it. -Karl Tiedt On Thu, Jul 21, 2016 at 7:31 AM, Tomek W wrote: > Thanks Vladimir for starting this topic, > > Karl Could you poke someone for me as well? ;) > > Here is the small list of PRs

Re: [polymer-dev] Loaded Polymer Element with Fetch has no custom methods after inserting to DOM

2016-07-14 Thread Karl Tiedt
Awesome, glad that helped! -Karl Tiedt On Thu, Jul 14, 2016 at 11:12 AM, Ádám Liszkai wrote: > Now it's working! Thank you for your help! > > The modified code: > > getTemplate( templateName ) > { > let templateFile = this.baseURL+'templates/'+temp

Re: [polymer-dev] Loaded Polymer Element with Fetch has no custom methods after inserting to DOM

2016-07-14 Thread Karl Tiedt
Sorry I wasn't very clear there, you can use either Polymer.Base.importHref or from an Polymer component, this.importHref I believe. -Karl Tiedt On Thu, Jul 14, 2016 at 10:52 AM, Ádám Liszkai wrote: > The importHref is not only available in the custom tag? Because in the > program

Re: [polymer-dev] Loaded Polymer Element with Fetch has no custom methods after inserting to DOM

2016-07-14 Thread Karl Tiedt
I would suggest using Polymer's importHref method... since it handles things similarly to the link rel="import" ... I suspect you're not actually getting things parsed how you think you are with this method. -Karl Tiedt On Thu, Jul 14, 2016 at 8:51 AM, Ádám Liszkai

Re: [polymer-dev] Contributing To polymer

2016-07-11 Thread Karl Tiedt
he Polymer Team can get back to you soon via Github. -Karl Tiedt On Mon, Jul 11, 2016 at 12:01 PM, wrote: > Hello, > > Thank you for your reply. > > These are the two pull requests I have made, they allow to position the > label on the left side of a checkbox/toggle-bu

Re: [polymer-dev] Contributing To polymer

2016-07-11 Thread Karl Tiedt
were they just PR's you felt were needed? You'll get a lot farther when this information is readily available to those you are seeking to prod into action. -Karl Tiedt On Mon, Jul 11, 2016 at 10:06 AM, wrote: > Hello, > > It's been almost a month since I've opened 2 p

Re: [polymer-dev] Re: Host attributes and shadow dom

2016-07-04 Thread Karl Tiedt
ts are using as well. -Karl Tiedt On Mon, Jul 4, 2016 at 1:25 AM, Rob Stone wrote: > And fixed! > > I had a look at some of the polymer paper elements (paper-checkbox to be > specific) and noticed that the 'host' styling should be: > > :host([state="closed&quo

Re: [polymer-dev] Binding to native attribute subproperty

2016-05-28 Thread Karl Tiedt
Use computed bindings <https://www.polymer-project.org/1.0/docs/devguide/data-binding#annotated-computed> (closest to what you are trying) or standard CSS (better approach) -Karl Tiedt On Sat, May 28, 2016 at 12:18 AM, wrote: > Hi! > Is there any way for? Something like this

Re: [polymer-dev] Re: Paper-menu with icons with sub-menu

2016-05-27 Thread Karl Tiedt
cluding polymer.html 4. no web components have been imported - paper-menu/paper-menu.html - paper-icon-item/paper-icon-item.html - iron-icon/iron-icon.html - iron-icons/iron-icons.html Good luck! -Karl Tiedt On Fri, May 27, 2016 at 12:44 AM, Ruslan Zhunusov wrote: >

Re: [polymer-dev] Re: Paper-menu with icons with sub-menu

2016-05-27 Thread Karl Tiedt
By all means, prove me wrong with a functional example and I will happily help adjust it into a working state. Here is a JSbin template to start from: http://jsbin.com/tedecinuhu/1/edit?html,console -Karl Tiedt On Fri, May 27, 2016 at 12:36 AM, Ruslan Zhunusov wrote: > No its not unfortunat

Re: [polymer-dev] Re: Paper-menu with icons with sub-menu

2016-05-27 Thread Karl Tiedt
Well then the link answers your question, menu and submenu apply the icons the same way. You can find the code for that in the github repo associated with the demo. -Karl Tiedt On Fri, May 27, 2016 at 12:26 AM, Ruslan Zhunusov wrote: > This is simple question. > I didn't ask for m

Re: [polymer-dev] Re: Paper-menu with icons with sub-menu

2016-05-27 Thread Karl Tiedt
in explaining exactly what you are looking for more clearly, particularly with *functional* examples in a JSbin or Plnkr will go a lot farther than your previous emails. -Karl Tiedt On Thu, May 26, 2016 at 8:27 PM, Ruslan Zhunusov wrote: > So no one can answer this simplest question? >

Re: [polymer-dev] Paper-menu with icons with sub-menu

2016-05-25 Thread Karl Tiedt
Can you be more specific on what what isn't working? Or maybe provide a JSbin? As this stands, it sounds like you are expecting menus to open to the side of the parent menu and that isn't how paper-menu/submenu work... -Karl Tiedt On Wed, May 25, 2016 at 10:01 PM, Ruslan Zhunusov wrot

Re: [polymer-dev] Search JSON Objects on button click base on user input in Polymer

2016-05-24 Thread Karl Tiedt
-Karl Tiedt On Fri, May 20, 2016 at 3:35 PM, Buba Bayo wrote: > I am pretty new to Polymer and i have this issue where i want users to be > able to search through the JSON objects on button click (SEARCH BUTTON) > base on the user input and select option and return the message like

Re: [polymer-dev] loading polymer app into an iOS WKWebView fails

2016-05-02 Thread Karl Tiedt
Nothing in polymer appears to reference file:// anything... this sounds like it may be a Cordova issue? -Karl Tiedt On Mon, May 2, 2016 at 9:17 AM, Jim Trainor wrote: > Polymer applications fail to load in an iOS WKWebView, as supported by > Cordova. The root cause of the problem i

Re: [polymer-dev] Anchor tag data-route attribute?

2016-04-20 Thread Karl Tiedt
Your snippet is incomplete, if you look at the entire file you will see a selector of some sort, iron-pages, paper-menu etc... that has attr-for-selected="data-route" data attributes are just an HTML5 feature that is being leveraged here... -Karl Tiedt On Wed, Apr 20, 2016 at 11:14 A

Re: [polymer-dev] How to get all elements by class created in a template "dom-repeat"

2016-04-14 Thread Karl Tiedt
Why not make class a computed binding? Otherwise use this.querySelectorAll the $$ is a wrapper for the singular On Apr 14, 2016 16:31, "Colin Cannon" wrote: > How can I select and add an additional class to all elements of a certain > class that were created by a dom-repeat? For example: > > {{i

Re: [polymer-dev] Request to join

2016-04-07 Thread Karl Tiedt
opening bugs/feature requests on the appropriate repository and then following up with your pull request to fix/implement it. Good luck and welcome to the community. -Karl Tiedt On Thu, Apr 7, 2016 at 2:27 PM, Daniel Llewellyn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256

Re: [polymer-dev] DoD IEA v2 0_Volume II_Description Document_Final_20120806.pdf

2016-04-04 Thread Karl Tiedt
Going to go out on a limb here and guess this was not meant for the Polymer Google group? If I am wrong, it might be worthwhile to provide some context next time ;) -Karl Tiedt On Mon, Apr 4, 2016 at 3:15 PM, Robert Engelbrecht < engelbrecht7...@gmail.com> wrote: > Follow Polymer

Re: [polymer-dev] Multiple instances of elements seem to be sharing property values ?

2016-03-19 Thread Karl Tiedt
Read the docs on properties and you'll see a statement about using: value: function() { return []; } In relation to arrays and objects with the appropriate change to the function. On Mar 18, 2016 07:42, "Rob Stone" wrote: > I've just discovered something that is a little confusing and was hopin

Re: [polymer-dev] Multiple instances of elements seem to be sharing property values ?

2016-03-19 Thread Karl Tiedt
Polymer/Polymer <https://github.com/polymer/polymer/issues> github repo -Karl Tiedt On Fri, Mar 18, 2016 at 9:56 AM, Rob Stone wrote: > Would it be feasible for polymer to auto-wrap array/object types in a > function call? I can't imagine anyone wanting the existing behaviou

Re: [polymer-dev] Multiple instances of elements seem to be sharing property values ?

2016-03-18 Thread Karl Tiedt
properties definition (recommended way) requires the function call. -Karl Tiedt On Fri, Mar 18, 2016 at 9:00 AM, Rob Stone wrote: > Thinking about the mechanics of this, I can now see why it works this way. > However, it is still a pretty nasty gotcha and it might be worth looking at > tha

Re: [polymer-dev] Re: Responsive designs

2016-02-27 Thread Karl Tiedt
You might check out https://github.com/Saulis/iron-data-table/releases/tag/v1.0.0-alpha3 instead, it may achieve your goals. On Feb 27, 2016 10:42, wrote: > Hi, i am trying to use iron-grid but for example this code doesn't respect > the sizes in chrome :( but in EDGE it works and i donn't know w

Re: [polymer-dev] Unsubscription

2016-02-27 Thread Karl Tiedt
Opt out instructions are in the footer of every email. It's just a Google group, you have full control over your membership and email preferences. On Feb 27, 2016 03:28, "vineet vinayak" wrote: > Kindly unsubscribe me from this mailing list. > > Follow Polymer on Google+: plus.google.com/10718784

Re: [polymer-dev] Dendrimer

2016-02-22 Thread Karl Tiedt
Yeah this is a mailing list for the Polymer javascript project <http://polymer-project.org> not a science group ;) -Karl Tiedt On Mon, Feb 22, 2016 at 9:28 PM, wrote: > Hi! I'm new to polymers and while I was looking through some examples, I > found what was called a "tai

Re: [polymer-dev] Not knowing code. How long will it take to learn Polymer?

2016-02-18 Thread Karl Tiedt
The more appropriate question would probably be, 'how long would it take to learn Javascript' That is an arbitrary question that nobody here can answer, we know nothing about you or your understanding of code. Start with some JS courses on Code Academy and see how things go ;) -Karl

Re: [polymer-dev] Ask for globals

2016-02-14 Thread Karl Tiedt
It's just JavaScript... No special consideration required if you feel you must use globals. On Feb 14, 2016 12:03, "Pedro Nicolás Cuadra Guamán" wrote: > Hello again Polymer, team. I'm looking for a way to make globals, is to > say, variables or functions, because I dont want to make a huge web >

Re: [polymer-dev] where can i find a list of "on-events"?

2016-02-08 Thread Karl Tiedt
Ahhh gotcha, that would be the 'on-value-change' or maybe -changed I forget which it is... basically ANY property will fire an on-*-change[d] event, which I believe requires that property to be notify:true (but could be wrong). -Karl Tiedt On Mon, Feb 8, 2016 at 12:23 PM, Colin Can

Re: [polymer-dev] where can i find a list of "on-events"?

2016-02-08 Thread Karl Tiedt
Like the ones listed here? https://elements.polymer-project.org/elements/paper-dropdown-menu#events ;) -Karl Tiedt On Mon, Feb 8, 2016 at 12:13 PM, Colin Cannon wrote: > I am using a paper-dropdown-menu. I want to fire a custom event when the > drop down is changed (maybe on-chang

Re: [polymer-dev] how to use paper-input to show errors

2016-01-27 Thread Karl Tiedt
or messages in use -Karl Tiedt On Wed, Jan 27, 2016 at 9:49 AM, Colin Cannon wrote: > From reading the docs I can't figure out how to use paper-input to show > errors on input. I use iron-ajax to make a request to my server and it > returns info on whether my fields were vali

Re: [polymer-dev] insert html fragment from database

2016-01-27 Thread Karl Tiedt
Currently polymer has no means of safe html injection but you can use a really dirty hack and set your divs innerHTML property as inner-h-t-m-l="{{ producct.info}}" and that should work for now... On Jan 27, 2016 09:17, "Marco Stolle" wrote: > Hello Eric > > this element receives properties i got

[polymer-dev] Re: iron-media-query inside paper-toolbar doesn't load template

2015-09-10 Thread Karl Tiedt
I'm not saying you are restricting it, I am saying, if that if that is in fact part of a custom element, is="dom-bind" is not correct to my knowledge and is probably causing the problems. -Karl Tiedt On Thu, Sep 10, 2015 at 1:40 AM, wrote: > Thank you. > I am new to Polyme