-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
Move all demo gifs to github #401
Comments
also consider using git lfs |
Good idea, but we might hit quotas pretty quickly with that: Demo.gif is 2.8MB, the monthly quota on github's lfs is just 1GiB, and the readme was visited 5475 times in the last 2 weeks (e.g. 15.3GB just for that image), VHS also supports mp4 (651KB->3.6GB), and webm (846KB->4.6GB). I'm unsure how those would render on crates.io, but they look ok on Github. E.g.: demo.mp4demo.webm |
+1 to the idea. I'd like this to be easy to automate both in CI and locally. |
Yeah we totally need this... |
I took the approach of creating a new branch to store the gifs. https://github.com/ratatui-org/ratatui/tree/images |
Done |
Problem
Currently a lot of the demo gifs are on vhs's website. For reliability, we might want to consider moving them to github.
Solution
We don't want to bloat the repo git history. So we can either:
The text was updated successfully, but these errors were encountered: