Gino Bustelo

Results 65 comments of Gino Bustelo

Some work for this is being done in #315

The rename of the kernel APIs is being done in #389

Removing this from the milestone. Renaming the elements at this point does not buy us anything other than more pain. There is no easy way of doing it other than...

@haobibo So the main headache was that we could not find a way to create aliases in Polymer without basically having to copy code.

I think this is fine... there are other elements that end up mixing in this behavior... @haobibo did you do a sniff test around all the other elements to make...

@haobibo I don't think it is ok for a behavior to have explicit knowledge of elements that may mix-in the code. `error-display-behavior` should know know anything about the existence of...

Sounds to me like dependency hell... Some dependency somewhere needs to be temporarily pegged or the tests need to be updated to support new versions.

After you mentioned this today I gave it some thought and we should be careful since there is no unwatch(). Wherever we store the list of watcher would have to...

@tmoerman have you tested this already. I thought that the Spark guys retained the DataFrame type around.