pasty icon indicating copy to clipboard operation
pasty copied to clipboard

pasty is a fast and lightweight code pasting server

Results 22 pasty issues
Sort by recently updated
recently updated
newest added

When a line is too long and wrapped, the extra content goes to next line but the line number didn't correspond to that. The follow image was captured on Firefox...

classification/bug
area/frontend

Hey, cool Product! I try to run it as Sub-path on Apache2 Server e.g. `https://FQDN/pasty/` with few rewrite rules, but not really successful. 1. I use docker compose ```yaml version:...

classification/bug
area/frontend

So, I had a request from my team to set some paste docs to never expire While I see there's no option, I thought to ask for the said feature...

classification/enhancement
area/frontend
area/backend

It would be neat to implement code execution using @ranna-go by @zekroTJA.

classification/enhancement
area/frontend
area/backend

Making a request to `/api/v2/pastes` fails with `invalid character 'x' looking for beginning of value`. Code to reproduce: ```py import requests resp = requests.post("https://pasty.lus.pm/api/v2/pastes", data={"content": "Test paste"}) ``` ![image](https://user-images.githubusercontent.com/57541873/155200673-32305d79-1980-49bc-b6e1-1958bea1da6a.png)

classification/bug
area/backend

Hey @lus, first of all thank you for your work on pasty. I really like the project, the UI and the functionality. But I would really appreciate if you could...

I think removing all storage drivers except the PostgreSQL one would be a good idea. One major problem when it comes to the implementation of new features that somewhat affect...

area/backend

As presented in #31 , I did not implement any error logging in the backend. I would do differently if I would start the project nowadays. This definitely has to...

classification/enhancement
area/backend

Serving the web frontend by opening the `./web/` directory is not flexible at all. We should consider using Go's (relatively) new embed feature to embed it into the final binary.

classification/enhancement
area/backend

Currently adding any custom JS/CSS means, the person has to manually fork and edit the code, would request for an environment variable which can take the source of a JS/CSS...

classification/enhancement
area/frontend