-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance improvements #352
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TheFunkyMonk
pushed a commit
to TheFunkyMonk/smart-mirror
that referenced
this pull request
Aug 7, 2016
* upstream/master: (64 commits) removing dupe fixes evancohen#363 Removing PulseAudio version bump Fixed issue with an individual stock quote not rendering. (evancohen#357) Performance improvements (evancohen#352) Updated the stock information to the yahoo yql service. (evancohen#354) Added scrobbler support. (evancohen#346) [CALENDAR] Polish day/multi-day formatting. (evancohen#347) reverting evancohen#311 because of IPC issues Switching to use Dependency CI Made descriptions consistent, changed some wording or localizations Added localization and made use of ng-show to hide fitbit data when not present Attempt to improve the RSS functionality. checking in bash boot script fixes evancohen#109 (evancohen#339) simplifying example config resolving conflicts and preparing for merge experamental on-device model trainer (evancohen#330) Add the stock-ticker information on screen. (evancohen#331) Fixed the discontinued google feed api as defined in evancohen#332. fixing calendar issue for days 7+ out ... # Conflicts: # css/main.css # index.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a part of the ongoing performance optimizations, I thought I'd merge in what I've done so far so everyone can benefit.
What's in this merge
scope.$digest
See #345 for more details