Volker

Results 11 comments of Volker

Same issue on macOS. vim is either from the base install or xcode. $ /usr/bin/vim --version | grep concea -conceal +libcall -profile +visualextra Culprit doesn't seem to be that it...

I run into the same issue when using the official docker image. How to reproduce: 1. install the official configuration file from https://github.com/trailofbits/algo/blob/master/config.cfg into `/tmp/algo` and change the permission to...

The key part of the Docker documentation is actually ``` While it is not possible to run your Algo server from within a Docker container, it is possible to use...

I found a solution for presentation in vim itself. If you transform it into html it might end up as an equation. ``` " the following to line don't work......

Commit https://github.com/vimwiki/vimwiki/commit/622186195795e19566f5041cece6880a55265545 removed it. FYI: When I search for some changes and don't know the commit, I personally found it the easiest (to remember): `git log -p`, then search for...

How about allowing custom formats that are not predefined? This would allow everyone to overwrite values to fit their own needs. Mine is YYYY-MM-01 (which allowed jumping to the previous...

Might be related to https://github.com/mgmeyers/obsidian-zotero-integration/issues/107 How many attachments does the item you import have?

@mbojan & @MinjieHu can you try to update to the latest plugin version of Better Bibtex? The latest release version can be found here: https://github.com/retorquere/zotero-better-bibtex/releases Zotero offered me to update...

@MinjieHu Hand written annotations are indeed not imported. It's not implemented, but will no longer crash the import of the other annotation kinds. I suggest to open a separate ticket/feature...

> it won't be able to show the direct messages There is a PR to revert the old default: https://github.com/hfaran/slack-export-viewer/pull/218 In the mean time, with the latest version you can...