Abdón Rodríguez

Results 202 comments of Abdón Rodríguez

@tirithen I create a PR to support both cases: https://github.com/epoberezkin/fast-json-stable-stringify/pull/10

@mbleigh yay! Firebase updated with lazy load support! https://firebase.google.com/support/release-notes/js#4.1.0

@tjmonsi commented: > Yes. When the firebase team decoupled the database, auth, storage and messaging from the app, they also decoupled the initialization process of those parts. That means if...

Can you share an example with JSBin or something similar? Thanks in advance! Example: https://jsbin.com/tejayukoqa/edit?html,output

Oh! I think I have it. Please, check this example: https://jsbin.com/korasagehe/edit?html,output

I will be happy to review a PR, thank you!

Thanks @sheideman! I will check when I have more free time.

I'm sorry, but I have not had time to see it. 🙁 PRs are welcome!

@ceasbz sure! PRs are welcome!

@rictic: I'm doing some tests like this: `polymer-section.html`: ```html (function() { 'use strict'; class Section extends Polymer.Element { // } Polymer.Section = Section; })(); ``` But when I used the...