Gregory Anders
Gregory Anders
Alternatively I could try modifying `symbolReferencesInternal` to have it (optionally) only find symbols within the current document. That is probably “better” in the sense that it does not generate references...
Unfortunately that doesn't work for me. Even when exiting DavMail, nothing opens in my browser. I've tried both server and workstation modes.
My problem looks similar to the one mentioned [here](https://sourceforge.net/p/davmail/mailman/davmail-users/thread/83575833-1984-4703-9715-A85EE309680A%40internode.on.net/#msg37034355). Unfortunately that poster never got a response.
I don't know much about Java. I am using MacPorts and I've tried using the `openjdk16` package, the `openjdk16-zulu` package (which is the Azul version), and I've also installed `openjfx11`...
I think so: `'mousemoveevent'` makes it possible to implement mouse hover handlers. I'm not sure a separate "mouse hover" event would add much (especially considering @zeertzjq's comment above about needing...
The `iterm2` terminfo entry has a `ts` (set title) capability, but `xterm-256color` does not: ``` $ infocmp -x -C -1 iterm2 | grep -w ts :ts=\E]2;:\ $ infocmp -x -C...
I'm unable to reproduce this in Alacritty, Ghostty, or iTerm2 using the steps provided. I tried both the release tarball and building from source.
Pasting raw escape sequences works for the Kitty graphics protocol as well. Copy the output of `kitty +kitten icat $FILENAME` directly into the Markdown document, and the image will display...
> Rather than copying the output of `kitty +kitten icat` into the presentation, you can use `eval` to do this for you. This uses the new `rawInline` option added in...
I have two test cases written while I was working on this, one to address #23664 and one to ensure that predicates are only evaluated once per match (this is...