Amanjit Singh

Results 12 comments of Amanjit Singh

Yes exactly, directly calling tf.make_template on the function works, but the point here is that the decorator @templatemethod does not work .. i.e. you can't just wrap that around any...

Same thing happens with other file managers such as `nnn` and `fff`, when spawning a shell from these terminal file-browsers and exiting using `^D` or `exit`, it suspends the running...

AHHH so when I run the command as above ``` zathura -x "/tmp/.mount_nvimEfNFjD/usr/bin/nvim --headless -c \"VimtexInverseSearch %{line}:%{column} '%{input}'\"" 'bw.pdf'& ``` the inverse synctex does work! But it just does not...

Even with this setting, it doesn't work: I added ```vimrc let g:vimtex_callback_progpath = "$HOME/.local/bin/nvim" ``` and now `:VimtexInfo` reads ``` System info: OS: Ubuntu 22.04.3 LTS LaTeX version: pdfTeX 3.141592653-2.6-1.40.22...

> Can you confirm that, when you are testing now, you do not have any existing Zathura windows open first? I do in fact have zathura windows open, but they...

Welp, the minimal config does work as expected! Which means this is probably to do with my config somewhere, just don't know where possibly it could be coming from.

I am just using vim-plug and have it setup as ```vimrc Plug 'lervag/vimtex' ``` Is that lazy-loading?

Oh wow these are some great ideas! I was also leaning toward the tree approach but did not want to change the code to manually update the keys. Instead I...

Yep I figured! I don't think passing the key in as condition is that great of a solution either, especially in the presence of an actual condition that is used.

Coming back to this again, it was hard (and often tedious) to modify the `AbstractBijection` class to allow for stochastic transformations (in either the map itself, or the log determinants)....