-
-
Notifications
You must be signed in to change notification settings - Fork 76
Fix show file blob fn with an alternative algorithm #283
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
Fix show file blob fn with an alternative algorithm #283
Conversation
Great, thanks! Can you also please add a small test? Can be generated with AI. Needs to http.get a file blog url and ensure it contains certain text. |
Well, yes, I think I can. It will take some time to think it over, though. My pleasure. |
Yes, you can remove commented out code. If it is needed, it can be recovered from the history. Better to keep only "live" code, instead of having to scroll past lots of commented code. |
@medvednikov Ready. Please have a look and check if it can be merged now. |
Perfect, thanks! |
Current implementation seems to me as a compromise between performance and usability:
I hope the changes may help the project. The branch goal is to take into account the considerations discussed here: #282