-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Startup Issues? #31
Comments
Hello, thanks for your feedback. I'll explain some points you made.
Generally, running the app (or any app) using
I have to admit I did not implement that much logging when I initially started the project. Thanks for bringing this up, I will create an issue on this topic.
Jup, piping a 5MB string into pasty causes severe performance issues. I don't see the point in having such a huge(!) paste though as the most common use case is sharing small log or code snippets which is handled pretty well. Again, thank you for your test and feedback ^^ |
I'm out looking for a self-hosted Pastebin service. I'm mostly doing:
I cloned this repo and moved into the
pkg/pasty
folder, then rango run .
Then I went to http://localhost:8080 and got this.
Maybe this is expected, but it's certainly not user friendly. So I can back here and scanned through the README more, but found no mention of "how to use" this app. I can only assume what I'm getting from the web interface is not expected, and something is wrong here.
Then, on a whim I did
cd ../.. ; go run ./cmd/pasty
and got the same output, but this time the web server had actual content. So I looked in the README for the wordlog
but found nothing. This app doesn't seem to log errors, or requests, or anything happening. Is that expected?I finally tested it. My test is (always) paste a 5MB log file and hit save.
Does it work? Nope, it just spins.
Is it fast, or slow? Slow, and the line numbers seem to misalign with the paste lines while scrolling.
Can it be "loaded" quickly after being saved? It never saved the 5MB paste, and never printed an error.
Small pastes seem to work OK. This is my feedback, hope it's helpful.
The text was updated successfully, but these errors were encountered: