Mod: Ensure We Account For Odd Number Of Images When Finding Center - #280
Open
tres wants to merge 7 commits into
Open
Mod: Ensure We Account For Odd Number Of Images When Finding Center#280tres wants to merge 7 commits into
tres wants to merge 7 commits into
Conversation
added 5 commits
February 20, 2014 10:34
This modifies an implicit divide by int which has the effect of rounding and causing center to be offset when there are an odd number of photos beign shown.
This update modifies the library so that it doesn't enqueue multiple messages of the same type which can keep showing to the user long after no longer being relevant.
_....----"""----...._
.-' o o o o '-.
/ o o o o \
/ o o o o o \
_| o o o o o o |_
/ `''-----.................-----''` \
\___________________________________/
\~`-`.__.`-~`._.~`-`~.-~.__.~`-`/
jgs \ /
`-._______________________.-'
From small things, momma, big things one day come.
added 2 commits
January 14, 2015 17:33
8""""8
8 eeeee eeee eeeee e e e eeeee eeeee eeee
8eeeee 8 88 8 8 8 8 8 8 8 8 8 8
88 8 8 8eee 8e 8e 8 8 8eee8 8eee8e 8eee
e 88 8 8 88 88 88 8 8 88 8 88 8 88
8eee88 8eee8 88 88 88ee8ee8 88 8 88 8 88ee
This file contains hidden or 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
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 modifies an implicit divide by int which has the effect of rounding
and causing center to be offset when there are an odd number of photos
beign shown.