Daniel Busłowicz

Results 46 comments of Daniel Busłowicz

Almost a year past the original question was asked, yet nothing has been done. Should we consider the issue as "we don't care", or just nobody has time to do...

Could you provide an example of that? I am not sure I understand what you described.

@goatandsheep Could you please reexplain what is the issue? I would appreciate some code samples illustrating what goes wrong.

If I understand correctly, you want a property with mixed type. Sadly, this does not work with Polymer itself, so TWC has no chance to support it. Please familiarize yourself...

Hmm, OK so I had no knowledge of `type: undefined` being valid. If this is the case, I will make `any` to become `undefined` (probably `undefined` will be the default...

@goatandsheep I studied through that issue. When type is set to non-supported type (`null` and `undefined` are unsupported types), serialization and deserialization does not happen. This means using the default...

Hmm, sounds good, but it would not be as easy as one would think. Finding every `Polymer.importHref` is rather easy, under the condition that nothing overrides the `Polymer` name. If...

Thats a bit bigger thing, as it would require to first crawl all the project files to list files to watch, then watch each of them. Also to work correctly...

That would require to write a custom watch script :P. AFAIK this is not done by any watcher. It needs to additionally listen to keystrokes in the console, pretty easy...

Uhm, ok now I see I mixed 2 concepts here ^^ one is expressions, the other one is using string templates. Sooo, the markup. Totally agree with superfluity of `{{...