Mailspring/internal_packages/composer-emoji
Ben Gotow 8613921a55 fix(emoji): Re-use img tag to avoid running out of file descriptors
Summary:
On my machine the new emoji picker was causing "too many open file descriptor"
errors. I think that this was because it was creating 1300 image tags in 50msec.

I refactored this code so that it uses a single image tag and only loads one image
at a time. This could make it slower on some people's machines, but eliminates the
possibility of it breaking the app!

Test Plan: Run tests

Reviewers: jackie

Differential Revision: https://phab.nylas.com/D2878
2016-04-12 14:29:59 -07:00
..
assets sp(composer-emoji): Correct emojis to emoji 2016-03-15 13:37:54 -07:00
lib fix(emoji): Re-use img tag to avoid running out of file descriptors 2016-04-12 14:29:59 -07:00
spec fix(composer-emoji): Switch to characters to PNGs (#1898) 2016-04-12 10:27:24 -07:00
stylesheets 🎨(scroll): Fix UI issues in theme picker/emoji picker 2016-03-30 15:52:51 -07:00
package.json bump(node-emoji): Use 1.2.1 with merged PR 2016-03-18 10:07:56 -07:00