Lukas Schulte Pelkum
Lukas Schulte Pelkum
Hello. I define the following command: ```java @Subcommand("create") public CompletableFuture handlePunishmentCreateCommand(CommandSender sender, Player target, PunishmentType type, int duration, String reason) { //... } ``` and I see that this framework...
It would be neat to implement code execution using @ranna-go by @zekroTJA.
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...
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...
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.
pasty had a feature which allowed users to highlight specific lines some time ago, but I removed it because of its poorly performing implementation. However I think it would be...
Currently, the raw paste view (`GET //raw`) is handled by the backend while the normal paste view (`GET /`) is being routed to the frontend. It would make sense to...
Maybe it would be nice to be able to create a paste by just sending a POST request to the root URL (i.e. https://pasty.lus.pm) with the request body representing the...
Maybe it would be nice to be able to attach to the pasty process and instruct it to do something based on commands. Maybe like this: ``` $ docker attach...
This PR tracks the process of refactoring and improving pasty in many ways. It also introduces Semantic Versioning to this project, so its completion will equal the v1.0.0 release. **ToDo:**...