Miepee
Miepee
**Environment:** - OS: Arch Linux - qView version: 5.0 **Information:** Not sure what exactly is the cause, but sometimes zoom does not zoom where i'm currently looking, but instead into...
**Is your feature request related to a problem? Please describe.** The date popup header currently blends too much with the background. **Describe the solution you'd like** Have it stand out...
If I have a category like this: ```yaml root: - c - b - a ``` then using `toc-tree` will display that alphabettically instead: ```yaml root: - a - b...
Doing ```cs var Control = new Gtk.FileChooserNative(string.Empty, null, Gtk.FileChooserAction.Open, null, null); Control.SetCurrentFolder(System.IO.Directory.GetCurrentDirectory()); ``` (with GetCurrentDirectory returning `/root/atomic`) seems to crash on linux-arm64 This was initially discovered via Eto (relevant lines...
Done by simply not monkeypatching the echoes database and use it as-is.
The tests fail on this if run in reverse, likely because `background_task_mixin` is setting it to `asyncio.get_event_loop()`. It can be easily reproduced by setting `IO_LOOP` to `asyncio.get_event_loop()`. Looking at [the...
Fix #4742 