Charles Tamzarian

Results 20 comments of Charles Tamzarian

I was excited from the 'Vinyl' name that .cue would most likely be supported. Disappointed to find out that was not the case.

Yes. universal-ctags is basically just ctags as far as packaging maintainers are concerned.

If this works well. Be sure to add it to the patch list.

Very cool. This solves my main gripe with fzf-tab. But I wonder, would it be difficult to trigger resizing the popup pane when toggling the preview? I use [fzf-tab-source](https://github.com/Freed-Wu/fzf-tab-source) for...

Very **crude** POC ``` tmux display-popup -E -w 40% -h 70% -x 10% -y 10% "fzf" & sleep 5 kill $(pgrep -n "fzf") sleep .1 tmux display-popup -E -w 80%...

TY! This has been annoying me for ages until I worked out what was causing the error.

This is a really neat feature. It however doesn't work when [fzf-tab-source](https://github.com/Freed-Wu/fzf-tab-source) is used. Can be tested with the following: ```zsh cd /tmp cd "$(mktemp -d -- "${PWD}/tmp.XXXXXXXXXX")" git clone...

And as for why. Well if a user has gone out of their way to configure `$ZDOTDIR` then its *very* likely they don't like their $HOME cluttered with dotfiles. Also...

Just read through https://github.com/agkozak/zsh-z/issues/20. I think using 'XDG Base Directory Specification' just for a single file isn't appropriate. With #96 not even following the actual [XDG spec](https://specifications.freedesktop.org/basedir-spec/latest/). > setting `datafile=$XDG_CONFIG_HOME/.z`...

I get similar errors occasionally despite not having any sqlite config...