Oystein Kristoffer Tveit oysteikt
oysteikt pushed to main at mugiten/mugiten 2026-06-09 03:44:47 +02:00
8a53575272 Bundle libtamerye
oysteikt pushed to main at mugiten/tamerye 2026-06-09 03:25:43 +02:00
9adfd813e6 Cargo.toml: enable lto
d196510f26 tamerye-shared-lib-android: manually specify sdk + ndk version
Compare 2 commits »
oysteikt commented on issue mugiten/jadb#93 2026-06-08 17:26:31 +02:00
Vendor custom SQLite build with tamerye enabled

https://github.com/sqliteai/sqlite-extensions-guide

.aar (Android Archive) is an Android-specific package format that bundles compiled code, resources, and native libraries (.so files)…

oysteikt deleted branch colorize-matches from mugiten/mugiten 2026-06-08 17:08:09 +02:00
oysteikt deleted branch only-allow-search-on-nonempty-text from mugiten/mugiten 2026-06-08 17:08:03 +02:00
oysteikt deleted branch fix-archive-v1-id from mugiten/mugiten 2026-06-08 17:08:02 +02:00
oysteikt commented on issue Drift/issues#372 2026-06-08 15:01:35 +02:00
Access logs for postgresql

Would we not? The reason I opened this issue in the first place was due to the dibbler leak, and me realizing I couldn't verify whether someone used the credentials during the leak. I could only…

oysteikt commented on pull request Drift/pvv-nixos-config#143 2026-06-08 14:44:25 +02:00
export and scrape dibbler prometheus stats

Here's the relevant statements ftr:

CREATE INDEX "purchases_by_date" ON "purchases"(DATE("date"));
CREATE INDEX "purchases_price_sum" ON "purchases"(SUM("price"));
oysteikt commented on pull request Drift/pvv-nixos-config#143 2026-06-08 14:01:41 +02:00
export and scrape dibbler prometheus stats

Yeah, but that one is kinda inherent. There'd no way to sum all purchases without actually looping over all the purchases and summing them. You can speed either by creating a index on the…

oysteikt opened issue oysteikt/nix-dotfiles#181 2026-06-08 10:24:05 +02:00
hyprland: add shortcuts for resizing windows horizontally
oysteikt opened issue oysteikt/nix-dotfiles#180 2026-06-08 10:23:42 +02:00
hyprland: automatically resize scratchpad when connecting/disconnecting an external monitor
oysteikt opened issue oysteikt/nix-dotfiles#179 2026-06-08 10:23:02 +02:00
hyprland: automatically resize scratchpad when moved to a different monitor
oysteikt opened issue oysteikt/nix-dotfiles#178 2026-06-08 10:17:53 +02:00
hyprland: don't follow window when moving to a different workspace
oysteikt opened issue oysteikt/nix-dotfiles#177 2026-06-08 10:17:22 +02:00
Hyprland: don't exit fullscreen mode when switching between windows
oysteikt commented on issue mugiten/mugiten#217 2026-06-08 10:05:09 +02:00
Temporarily disable language bar

Not needed, #31 was fixed :3

oysteikt closed issue mugiten/mugiten#31 2026-06-08 09:59:36 +02:00
Make language choice bar functional
oysteikt pushed to main at mugiten/mugiten 2026-06-08 09:59:27 +02:00
7bbba073ef word_search: display search mode used on result page
6a38a95d3f word_search: make language bar functional
Compare 2 commits »
oysteikt closed issue mugiten/mugiten#217 2026-06-08 09:52:31 +02:00
Temporarily disable language bar
oysteikt commented on issue mugiten/mugiten#219 2026-06-08 09:39:57 +02:00
Fix Archive v1 import for history entries

Fixed this and an issue with datetime in library lists