Kevin Pors

Results 11 comments of Kevin Pors

I have been thinking about some kind of a hex viewer as well. There is a small but to this blob thing though: The query executed can result in a...

Stack trace follows: ``` ERROR: operator does not exist: integer = character varying Hint: No operator matches the given name and argument types. You might need to add explicit type...

Maybe I can implement this with a button or the like on the Tab itself. There is no 1 - 1 association between an Alias and a Tab currently (and...

The logging table was more of a gimmick :) I agree it's not ideal. I'll check out better options. A textarea or the like might be better. I'll have to...

I'm the original committer of `pdh.go` but has been quite some time since I last used it myself... Anyway, one thing I can say that everything is obviously just a...

OK I tried something. I used `typeperf -q > counters.txt` and ran your test program and observed that the `PdhCollectQueryData` indeed looks to be the culprit here. I got a...

Awesome! Perhaps it's a good idea to document this behavior or whatever into the documentation of pdh.go. I agree that PDH is rather cryptic. I therefore tried to document its...

That's weird. When I created the code (+ the example in the comments) it worked fine. When I try it right now myself, I also get garbled data.

Have you tried win.SendMessage(hwnd, win.WM_CLOSE, 0, 0) ?

I created the addition of predefined commands, and AFAIK there is no support for expanding VS-Code variables (in the whole plugin, for that matter). The string is fed as-is as...