hiperbolt
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...
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:  Looking...
Printing a long double with %Lf doesn't seem to work.  Looking at our current printf implementation, it seems like the "L" modifier is not implemented: ` bool long_double_qualifier {...