| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Hmm |
Sorry, something went wrong.
|
I also love scipy! |
Sorry, something went wrong.
|
test3 |
Sorry, something went wrong.
|
Starting a new build on Jenkins! |
Sorry, something went wrong.
|
test4 |
Sorry, something went wrong.
|
Build finished. |
Sorry, something went wrong.
| junit.xml | ||
| credentials.dat | ||
| .nox | ||
| appengine/flexible/scipy/assets/resized_google_logo.jpg No newline at end of file |
There was a problem hiding this comment.
Just add this to the .gitignore in /appengine/flexible/scipy.
Sorry, something went wrong.
There was a problem hiding this comment.
done
Sorry, something went wrong.
| app_path = os.path.dirname(os.path.realpath(__file__)) | ||
| image_path = os.path.join(app_path, 'assets/google_logo.jpg') | ||
| img = scipy.misc.imread(image_path) | ||
| img_tinted = scipy.misc.imresize(img, (300, 300)) |
There was a problem hiding this comment.
perhaps img_resized instead? Also, update the comment in line 34
Sorry, something went wrong.
There was a problem hiding this comment.
It's been merged and Bill's at burning man, man. Send a PR if you feel strongly.
Sorry, something went wrong.
There was a problem hiding this comment.
Just catching up on email 😅
Sorry, something went wrong.
| img = scipy.misc.imread(image_path) | ||
| img_tinted = scipy.misc.imresize(img, (300, 300)) | ||
| output_image_path = os.path.join( | ||
| app_path, 'assets/resized_google_logo.jpg') |
There was a problem hiding this comment.
Probably unnecessary to have the resized file checked in, since that's what you're generating..
Sorry, something went wrong.
* feat: Add support for python 3.11 chore: Update gapic-generator-python to v1.8.0 PiperOrigin-RevId: 500768693 Source-Link: googleapis/googleapis@190b612 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7bf29a414b9ecac3170f0b65bdc2a95705c0ef1a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2JmMjlhNDE0YjllY2FjMzE3MGYwYjY1YmRjMmE5NTcwNWMwZWYxYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
I tried to keep this pretty simple just to demonstrate it works on Flex.
Could use GCS to make it a little less clumsy but leaned towards simplicity.