Branislav Gerazov

Results 61 comments of Branislav Gerazov

This feature would be useful, how can we upvote it?

I also feel that the clunky `[I]` and `[N]` don't really do justice to the awesome look of the prompt. I suggest the following default mappings: ```zsh SPACESHIP_VI_MODE_INSERT="\uf8ea" SPACESHIP_VI_MODE_NORMAL="\uf6b5" ```...

Here's what I have in my `.zshrc` ```bash VIM_MODE_ESC_PREFIXED_WANTED='bdfhul.g' # Default is 'bdf.g' MODE_CURSOR_VIINS="#00ff00 blinking bar" MODE_CURSOR_REPLACE="$MODE_CURSOR_VIINS #ff0000" MODE_CURSOR_VICMD="green block" MODE_CURSOR_SEARCH="#ff00ff steady underline" MODE_CURSOR_VISUAL="$MODE_CURSOR_VICMD steady bar" MODE_CURSOR_VLINE="$MODE_CURSOR_VISUAL #00ffff" SPACESHIP_VI_MODE_INSERT="\uf8ea" SPACESHIP_VI_MODE_NORMAL="\uf6b5"...

Great work! :sunglasses: It seems that `lookatme` is less active lately and `slides` seems like the successor :+1: Image support is something that's very important. I'm sure you're already aware...

Yeah, I changed to `packer` recently and the problem persists. ![image](https://user-images.githubusercontent.com/15214418/221531986-51f222f9-208e-469a-8afa-bd8c9295ec55.png) With the minimal config as instructed by @kristijanhusak it's ok. ![image](https://user-images.githubusercontent.com/15214418/221531264-fcef32ed-efb3-4989-980c-1c757dfc94e2.png) So I don't know what's wrong, maybe close...

Still persists on my side but I'm ok with cleaning it up - it seems I'm the only one experiencing it and it's no biggy :+1:

@jgollenz thanks for picking this one up :pray: It would be great if the free time is collapsible like in the second screenshot. This would avoid spamming the agenda if...

We could improve on emacs if it makes sense :thinking:

Ok, only if it's easy then :slightly_smiling_face: In my workflow I'm not really missing much functionality so I guessed we're nearing v1.0 :sunglasses:

Also stuck ... Found this for `GridHeatMap` but it doesn't work, i.e. the callback is not triggered ... https://uiuc-ischool-dataviz.github.io/is445_spring2021/nbv.html?notebook_name=%2Fis445_spring2021%2Fweek05%2Fprep_notebook_week05.ipynb ```python # 4. Marks -- lets now re-do our heat map...