Lukas Schulte Pelkum
Lukas Schulte Pelkum
Ooh, that sounds reasonable to me. I'll try it asap. Thank you very much!
Now I am using the `other` flag and I can punish players on that server but the tab completion still doesn't work.
Hey^^ Yeah, I'm currently busy working on another project, but I plan to rewrite the whole command routing, because it is pretty inefficient/buggy. I will think about your suggestion when...
Hey^^ Yeah, that's currently the only way to check for flags. I will think about a better solution.
Hello! I am not familiar with Apache2 and its configuration, but based on your description I can imagine one problem. The frontend currently calls the API on the main hostname...
Hello! Thank you for your suggestion. I will implement a feature like that, but it may take some time as I currently plan to overhaul and clean up the backend...
I looked into the documentation of the `requests.post` method and it seems like the `data` parameter is being form encoded which is not supported by pasty (however, it shouldn't return...
Hello! Thank you for bringing this up. I already thought about using semantic versioning but ultimately decided against it because I like the simplicity of using the commit hash as...
Update: I thought a bit about this and I came to the conclusion to use Semantic Versioning from now on.
I think I can agree on only supporting PostgreSQL and SQLite as I can write similar migrations for both of them. SQLite would allow you to run pasty without setting...