Jacob Groß

Results 63 issues of Jacob Groß

Let's say you have unique IDs (such as tweet ids), would it make sense to pass them (regarding performance)? Like so: ``` { rows.map( row => ( {row.entry} )) }...

question

This removes the need for CSS blurring, see https://github.com/axe312ger/sqip/issues/116#issuecomment-692602581

This should fix #71, #69. Might fix #72 too, but not sure.

There is a lot of other noise in this commit, which you don't want to backport, but also quite a few optimizations: https://github.com/kurtextrem/local-cdn/commit/c1370bfdcc1e3f0431bfba4907e2ab3cad7fbdf9 a) V8 needs to compile the regex...

Would be useful to run this extension automatically on save on supported files.

enhancement

http://www.html5rocks.com/en/tutorials/speed/animations/

Although it's cool to have the "badge", I don't really like having numbers there... especially on youtube, it goes up to 300+ easily. An option to disable that would be...

See this issue on why: https://github.com/socketio/engine.io/issues/388 And here how: https://github.com/socketio/engine.io#methods

# Pure Annotation https://www.npmjs.com/package/babel-plugin-annotate-pure-calls This helps reducing the bundle size, however it could break your code. I'd say we should mention it. Plus: https://github.com/kurtextrem/Improved-for-Instagram/blob/master/pure-plugin.js - this annotates classes. We can...