Lukas Schulte Pelkum

Results 23 issues of 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...

core

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

classification/enhancement
area/frontend
area/backend

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

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...

classification/enhancement
area/frontend

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...

classification/enhancement
area/frontend
area/backend

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...

classification/enhancement
area/backend

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...

classification/enhancement
area/backend

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:**...

classification/enhancement
area/backend