Niklas Haas

Results 344 comments of Niklas Haas

The way I would personally approach this problem is by keeping something like a hash chain of the history - every message is part of a “block” of messages, each...

+1 on providing a clean way to just open a pulseaudio stream in both directions; and having PulseAudio take care of mapping that to devices or whatever. I don't want...

![sort_screenshot](https://user-images.githubusercontent.com/1149047/160291625-94a84600-7c52-4c08-9ecd-e7f77b7ca112.png)

For reference, I modeled the design after the `pcmanfm` context menu, which looks similar. Only difference is that it also has small radial ("option" style) checkboxes next to each option...

Re: date sorting I think the proper solution would be to convert everything to UTC (e.g. via `Glib::DateTime` intermediary) for comparison sake. I'll have to look into how the plumbing...

Okay, I got some more time to hack on this. I made the following changes: 1. Stop sorting based on the datetime string and start propagating a `Glib::DateTime` directly, to...

> By the way, the AppImage build failed. Maybe there's a missing #include. Yeah, needs an `#include ` as well. Should be fixed now.

So, I wanted to look into this again (specifically the timezone stuff) but it seems that at least my camera doesn't actually write any tags that could be used to...

Okay, I dropped the EXIF stuff for now and just implemented the sorting commit. I also switched from bare items to radio items, massively increasing quality of life in my...

Sorry for the delay. Should be fixed and updated now, and I confirmed that it works as expected in a mixed folder of valid, invalid and untagged (EXIF-less) image files,...