Christian

Results 10 issues of Christian

### Summary The theme preference is now represented by an enum with 3 values: - light => maps to libadwaita::ColorScheme::ForceLight The app uses the light theme - regardless of system...

The event count in the search bar for the logs does not update when events are deleted [Screencast from 2022-10-13 12-01-22.webm](https://user-images.githubusercontent.com/9384305/195567619-89866c1a-4370-45fb-ada3-77bc6f00e6ed.webm)

Here's the problematic behaviour: 1. Start a clock - the timer is now running, the reset button is **disabled** 2. Pause the clock 3. Continue the clock - the timer...

Addresses #3970 - Still needs some cleanup around the error handling. Feedback appreciated! I added Filesystem::from_mount to ensure only valid (i.e. non-overmounted) Filesystem structs are created. I guess the next...

The timezone offset calculation didn't take into account that some locales change their UTC offset throughout the year (like due to daylight savings time). This change fixes. Fixes #4236

![image](https://user-images.githubusercontent.com/9384305/206221307-a7de7265-562e-4a4c-b70f-c858dca7b310.png) - folder contains 1 file - file-5G is a file - this is a move via copy+remove, no rename happening --> 1 folder and 2 files have been moved,...

**Is your feature request related to a problem? Please describe.** Currently, when viewing an event in the calendar, a link to navigatum is opened in the browser. (Screenshot for clarity)...

Feature :tada:

As far as I understand.... I believe Arrow's `DataType::Float64` should be mapped to DuckDB's `DOUBLE` -- and `DataType::Float32` is DuckDB's `FLOAT`. https://github.com/duckdb/duckdb-rs/blob/1096461ea9d6a9632e5cb079860ea47b2de0257b/crates/duckdb/src/types/mod.rs#L119-L121 Is it a bug that this snippet is...

Combined with https://github.com/apache/arrow-rs/pull/7325, tries to use the take_in kernel in repartitioning. The goal is to elide the coalesce step after repartitioning.

optimizer
Stale

## Rationale for this change I wrote this PR mostly to show that it can be done. Replacing `OnceFut` with a `OnceCell` has some advantages though: - It no longer...

Stale