Darius Arnold

Results 7 comments of Darius Arnold

I am using CMake 3.15.3 (bundled with CLion) on Debian 10. My minimal CMakeLists.txt: ``` cmake_minimum_required(VERSION 3.14) project(doublebeam_cpp CXX) set(CMAKE_CXX_STANDARD 17) find_package(xtl REQUIRED) find_package(xtensor REQUIRED) find_package(xtensor-blas REQUIRED) add_definitions(-DHAVE_CBLAS=1) find_package(BLAS REQUIRED)...

I think reloading a file on file system changes is an important feature, since with git you often change the file on disk (switching branches/reverting changes in the working copy)...

Environment: CLion 2024.1.4 dev container integration on OpenSuse TumbleWeed 202408 The container works in the default configuration, using a non root user inside the container requires modifying the Dockerfile to...

If I set the URL using tailscale command and then start Trayscale, the URL will be shown in preferences. Trying to connect opens the browser with the custom URL passed...

Hello, I have been using this for some time now and really like it, thank you @JustScott. I did a small review to help this get merged. I have not...

Hi, I am interested in the smart alarm app but have not used SleepTk before. I installed this PR on my Pinetime but the user interface/alarm settings are not really...

I also experienced this crash in the shake calibration screen when clicking the start button. This crash is caused by `MotionController::Update()` being called faster than the tick rate of `xTaskGetTickCount()`...