We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
パっと見た感じ、1MB 越えたファイルは
Sorry about that, but we can’t show files that are this big right now.
こうなって View Raw しか使えなくなるっぽいんだけど、このあたりの仕様を詳しく調べときたい。
python でこんなの書いて、
writesize = 1024*1024*1024 print '1'*writesize
これ活用して、1MB付近のファイルを作って preview させる感じ。
The text was updated successfully, but these errors were encountered:
どの拡張子でもおなじっぽいのでもうええわ。
Sorry, something went wrong.
No branches or pull requests
パっと見た感じ、1MB 越えたファイルは
こうなって View Raw しか使えなくなるっぽいんだけど、このあたりの仕様を詳しく調べときたい。
TODO
実装
python でこんなの書いて、
これ活用して、1MB付近のファイルを作って preview させる感じ。
The text was updated successfully, but these errors were encountered: