vdbe

Results 52 comments of vdbe

After seeing #268 and d52082cc2668b8cd788e3133526c8693ee71f6a5 and tested again with nixos-24.05 which has systemd version 255.9 and it worked perfectly. d52082cc2668b8cd788e3133526c8693ee71f6a5 however does not fix the issue (which I think was...

- Rebased on master - Extracted the the logic for `Open`/`Read` - Removed id from ephemeral resources - Replaced `io/ioutil` with `os`/`io` as lint suggested Decided to remove the `id`...

@nevstokes This PR is not the place for that discussion. Continuing to ping the mantainer isn't helping anyone.

Another option it to print what the plugin does and copy the parts that you need: ```diff diff --git a/catppuccin.tmux b/catppuccin.tmux index be45bb5..26e7820 100755 --- a/catppuccin.tmux +++ b/catppuccin.tmux @@ -26,12...

What does this plugin provide that the the current weather module doesn't? It seems to also use OpenWeatherMap so the result are the same I guess (and you need your...

It currently does not do anything extra except set prefix+W. I will leave this open in case this changes and for further discussion/requests.

Can you show your config? As for the colors there was a mismatch in latte but the rest was correct.

The blue's seem to match: https://github.com/catppuccin/tmux/blob/e7cd05facc22c18fbab3f718d8ecd6494538fe38/themes/catppuccin_macchiato.tmuxtheme#L15 https://github.com/catppuccin/nvim/blob/c0bea773a09e49e123136b099bce9ddc1bf395d2/lua/catppuccin/palettes/macchiato.lua#L14 Maybe it's something with true color, see the tmux section in nvim for that https://github.com/catppuccin/nvim/tree/c0bea773a09e49e123136b099bce9ddc1bf395d2?tab=readme-ov-file#for-tmux-users

You can use `programs.tmux.extraConfig` for this `programs.tmux.catppuccin.extraConfig` was added as a way to set options _before_ the plugin was loaded, which was otherwise _impossible_ due to how home-manager creates `tmux.conf`.

Feels like it would make more sense to extend the session module with color indicators for copy and sync, but then you lose the text representation. https://github.com/catppuccin/tmux/blob/e7cd05facc22c18fbab3f718d8ecd6494538fe38/status/session.sh#L6 Starting to lean...