-
Notifications
You must be signed in to change notification settings - Fork 108
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
Histogram upgrade #361
Histogram upgrade #361
Conversation
Prune older than patch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems sane, though I should probably run it.
You need to fix the fact Vera.ttf
has gone walkies again.
find "${IMAGE_OUTPUT}/" -maxdepth 1 -type f -name "${img_path}*.jpg" exec rm -f {}; | ||
find "${IMAGE_OUTPUT}/thumb/" -maxdepth 1 -type f -name "${img_path}*.jpg" exec rm -f {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just merged this in the other PR, so this probably needs an update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From my point of view this checks out. @Cadair do you want to do the merge honours :)
The problem with this merge is the browser still looks for the jpg file.
…On Sat, May 29, 2021 at 2:06 AM Dom Robinson ***@***.***> wrote:
***@***.**** approved this pull request.
From my point of view this checks out. @Cadair <https://github.com/Cadair>
do you want to do the merge honours :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#361 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3WJEALDCX5PHVBMFZDBRTTQCVC5ANCNFSM42VVLYZA>
.
|
@colinluthier @Cadair are we 'go' with this? Want me to merge it in now? |
I have not had time to look for the browser bug. It works on my production
system but I can’t merge from it and the changes code was added by Justin.
I have not found it.
…On Tue, Aug 17, 2021 at 9:26 AM Dom Robinson ***@***.***> wrote:
@colinluthier <https://github.com/colinluthier> @Cadair
<https://github.com/Cadair> are we 'go' with this? Want me to merge it in
now?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#361 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3WJEHY676A4BBE6UWBQGLT5KESZANCNFSM42VVLYZA>
.
|
I think this PR needs master merging in? |
This looks like everyone was approving it but not actually merging it so i thought I’d ‘just do it’ :) Lets hope its not breaking :) |
@jekhokie I didn't make the new file executable but I think the rest is in place.