Tom Hall
Tom Hall
If left uninterrupted, it will boot correctly. However, if I press ctrl+C at the appropriate moment to enter the tow-boot menu, none of the boot options work. If I enter...
Updating to osmscout-server version 2.0.1, built against Qt 5.15.2 on NixOS, I get a segfault on startup: ``` > osmscout-server-gui Failed to load translation for "en_GB" ":/i18n" /tmp/nix-shell-28327-0/rc: line 1:...
I know the ReadMe explicitly states that the target architecture must match the host architecture. However, I thought I would experiment to see if it might be possible for nix-bundle...
Draft as I still need to test this specific combination: I had bumped the embedded-graphics dependency in the branch I developed and tested the changes on: This branch drops the...
## Launch Checklist `PointAndCameraDistance` is `std::pair`. `vec4` is `std::array`. Implicitly converting double to float generates warnings (or errors if -Werror=narrowing is set). This pull request avoids the warning by explicitly...
Looking into it, I think this might actually be user error on my part. AutoResize runs on every boot, not just the first boot: ``` I, [2020-09-19T10:58:02.000136 #1] INFO --...
If you touch on a toot to view the conversation, it will show attached images for the toot you touched, but not for any of the replies or toots which...
To reproduce: 1. While playing some music, from the main/track screen, open the bottom pulley menu, and select "Stop playing after track: no" to toggle it to "Stop playing after...
Using downloaded binary cling_2018-06-27_ubuntu17.10 As an example, if you have the following directory structure: ``` Foo.cpp subdir/Bar.h ``` `Foo.cpp` includes `Bar.h` (without an absolute or relative path): ``` #include "Bar.h"...