Nicolas Froidure
Nicolas Froidure
Is this still an issue for you? Would some of you build a PR on top of this?
@crowmagnumb would you mind to PR the README.md so that no one ever fall into that trap again?
https://github.com/sapegin/grunt-webfont/issues/220#issuecomment-73214435+-
Things are moving forward but unable to use TTFAutoHint... https://github.com/nfroidure/gulp-iconfont/commit/383d0db4ab71f4f507aafd94943e579359d36c78 If you got it working, let me know ;)
@jerepaajanen probably but i'll need you to give me the fail output.
That would be a good enhancement, feel free to PR the feature.
I'll test with Chrome Canary and give the feedback here.
Ooops, not available for my platform :( (Linux). Anyway, as concluded in the issues listed above, a MIDI player will systematically have to rely on setTimeout to send MIDI events...
I added the PageVisibility test to try to avoid the problem as announced, here is the commit: https://github.com/nfroidure/MIDIPlayer/commit/59759ea9f6a77c0c0491b5fd18a19eb2a70127f3 And here is a test URL: http://rest4.org/github/nfroidure/MIDIPlayer/master/tests/index.html Let me know if the...
Just use pure functions and composition: ``` js var Hello = React.createClass({ getExpensiveNumber: function() { return ...; // expensive value computed from props and state }, computeSomethingBasedOnExpensiveValue: function(expensiveNumber) { return...