hiperbolt

Results 5 issues of hiperbolt

**Affects versions :** - OS: Fedora Workstation 35 - Gnome-Wayland - libgtk version 3.24.31 - Version of Xournal++: 1.1.0 - Installation method: Official Release **Describe the bug** Not sure if...

bug
UX

I encontered two issues, first its the fact that in debian node doesnt exist, and the program is calling for node instead of nodejs; I fixed it by making a...

Currently does not compile because GENHD_FL_NO_PART_SCAN was renamed to GENHD_FL_NO_PART. This pull request fixes that.

When casting a long double that overflows the double-precision floating point exponent range (10^308) to double and trying to print it, it results in an infinite print loop: ![Image](https://github.com/user-attachments/assets/22caee30-fc31-4a8a-a89e-46dada61a87c) Looking...

Printing a long double with %Lf doesn't seem to work. ![Image](https://github.com/user-attachments/assets/23f56cf4-e362-4d4e-bc87-b3ceadd6621d) Looking at our current printf implementation, it seems like the "L" modifier is not implemented: ` bool long_double_qualifier {...