Rapha149
Rapha149
Honestly, I have no idea what could cause this bug. My API really only sends the information about the sign to the player and then prompts the client to open...
So, I fixed all the convention errors and warnings. I didn't know about the commands `pnpm lint` and `pnpm typecheck` before. Regarding the security warning from SonarCloud: I don't know...
Yes, the same thing happens when using the menu entry. The default filename for exporting to PDF is `${name}`.
What do you mean by a hexadecimal dump or how do I do one in C++? As I said, I don't know much about C++
No, it still crashes even though I renamed `~/.config/xournalpp` to something else. I also compiled the newest commit as there was a merge in the related commit but it didn't...
**Output of** `locale` ``` LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL= ``` so `LC_ALL` is set to nothing I suppose. **Output of** `locale...
No, still doesn't work even when starting Xournal++ with the environment flag: `LC_ALL="de_DE.UTF-8" xournalpp`. But I don't have many filenames with special characters in it, so if that will be...
Do you mean that the method uses the parameter type `Object` instead of `Component`? If yes: right now I don't know why I did that but I must have had...
I don't exactly understand what you mean, I convert the kyori components to net.minecraft components using a class from Paper here: https://github.com/Rapha149/SignGUI/blob/18926ad44c36ae3e805ea93aa9f6506c23d327d8/Mojang1_21_R4/src/main/java/de/rapha149/signgui/version/MojangWrapper1_21_R4.java#L51 but you can, and in fact must, supply...
Is your plugin a Spigot or Paper plugin?