Adrian Wan
Adrian Wan
An aesthetic touch that I really like for my other vim emulators is that in command mode the cursor is a block, and in insert mode it's a line. Hope...
I just went through the tutorial and got the demo working. Some feedback: - Getting started with a postgres server was by far the most difficult and annoying part. If...
Fix #114
To reproduce: - Fold some code on screen - Use H/M/L commands to move cursor Expected result: - The cursor moves to the top/middle/bottom of the screen without expanding folded...
Basically applied [this tmux powerline fix](https://github.com/powerline/powerline/pull/1436/commits/c687ea943fa8d925889d74228902b3ad31a7f2b6) to maglev. Could definitely be prettier, right now it adds a `*` in normal operation, which becomes `*Z`when zoomed.
Package versions: * whisperx: 3.4.2 * pyannote.audio: 3.3.2 # Problem I was running something like this code snippet ``` import whisperx from pyannote.audio import Pipeline # Load models model =...