Henk-Jan Lebbink

Results 9 issues of Henk-Jan Lebbink

To document an annoyance. The Quickinfo tooltips for a register and an instruction is a WPF UserControl with buttons and expanders. Something goes wrong when: You hover the mouse over...

enhancement

Hi I'm using the new IAsync* QuickInfo API. Thanks for the help in [here](https://github.com/Microsoft/vs-editor-api/issues/10). I'm not sure where to ask for help on this issue: my tooltip windows are redrawn...

I would like to keep a Quick Info open when the mouse moves away. Thus, when I hover my mouse over a textView I issue a Trigger: `this._quickInfoBroker.TriggerQuickInfoAsync(this._textView, triggerPoint, QuickInfoSessionOptions.None);`...

Known issue: AsmDude2 communicates with the LSP with pipes (https://learn.microsoft.com/en-us/windows/win32/ipc/pipes), this works nicely on all windows 11 machines I could my hands on. On the one Windows 10 machine I...

When you hover over a mnemonic, Visual Studio sends a request to the LSP for information on the mnemonic. The LSP responds with a string containing Markdown formatting. The Visual...

``` Hi @HJLebbink Is branch for visual studio 2022 up to date ? I see last version is from July but branch was updated in January. I tried to build...

Hi, I'm considering a rewrite such that up to 512 channels can be used (on AVX-512F systems). I don't have time to maintain such port of SorterHunter. Would it make...

While profiling BitNet inference (single-threaded run_inference), I observed that the function `ggml_vec_dot_i2_i8_s` (which performs a multiply-accumulate on 1.58-bit (ternary) and 8-bit data) dominates the runtime (I dont recall precisely, but...