Gunther Klessinger

Results 48 comments of Gunther Klessinger

+1 ( nspawn is fun )

Looking at the code I think a `previous-selected` would be only a few lines more and it would be awesome to hop back and forth between selections.

That was fast, many thanks. For me personally this ~~is~~ would be a milestone for log analysis with fzf. Match error string => select all + clear-query => dig context...

While sixel support would be amazing, just a sidenote for people who don't not know it: ANSI based terminal rendering of images is pretty decent meanwhile - and works in...

Looking a bit around the extension I'd say the server is needed, since the extension trys to connect to it, in retry loop until it has one. I.e. if you...

Don't know if it is related to yours but on my Mac it it gets stuck 80% of the time but not always when I enable rubyracer in the Gemfile...

Ok, got it running now *fast*, i.e. with therubyracer: - I was using mermaid.min.css and mermaid.js, put those away from middleman to a static server - The same for fontawesome,...

I had the same problem: My OS is Linux - on X11. I mapped paste to `ctrl+v` because otherwise `ctrl+shift+v` is for block edit in vim: ```yaml - { key:...

Edit: Forget the recompile solution - you can simply declaratively tell espanso to ignore the internal patch and configure like so: ```yml ~/.config/espanso/config ❯ cat alacritty.yml filter_class: Alacritty paste_shortcut: CTRL+V...

Hi, some general remarks: For achieving better turnaround times on CPU intense tasks you will gain nothing from python threads - CPU bound stuff is best done using the main...