Jeremias Menichelli

Results 11 issues of Jeremias Menichelli

I think Polymer _does_ support two way data binding by using curly braces instead of square ones: ``` html ``` Hope @ebidel or anyone from the Polymer team can confirm...

We were talking with a speaker from JSHeroes also, that having a direct feed of Q&A session (call it a screen or over a mic) is really bad because you...

Without a main field the package cannot be resolved by bundlers, adding it.

HTML should be minified on release to improve FMP (First Meaningful Paint) time, this would also allow us to add above-the-fold styles and scripts and improve our current loading patterns...

approved
in progress
in pull request

Moving the browserlist config _right now only used by autoprefixer_ will help us simplify our style node scripts and prepare the ground for other tools like `babel-preset-env`.

approved

Right now we are not optimizing SVGs. This has a negative effect in our bundle size on complex and large vector graphics because we are inlining them as strings which...

approved

We are penalizing users with modern stack by making them load polyfills even when they don't need them to run our webs and apps. Once we _enable html minifying_ we...

approved

We are currently compressing styles using our CSS pre-processor options which are not _that smart_. My recommendation is to move to PostCSS plugin [cssnano](https://github.com/Jam3/generator-jam3/blob/master/templates/scripts/scss/style.js#L33) plugin which does more stuff like...

approved

🔴 **NOT READY FOR MERGING YET** 🔴 **ISSUE** 👉 https://github.com/Jam3/generator-jam3/issues/331 This pull request contains all the configuration to run our projects under **webpack**, so far it's making half of our...

I'm starting a project that, as Gout and Kraken, needs both React and WebGL to interact. I think it would be good if that becomes an option when initializing a...

research