Jeff Learman

Results 22 comments of Jeff Learman

Aha -- those were PTE 1.7 features that aren't implemented in PTE 2.

[Edited, since my original post was misleading.] Note to those who override aspects of ConsoleWriter: if you want extra precision in console formats, you must also set `zerolog.TimeFieldFormat` to have...

IMHO this issue could be closed. I had the same issue as the OP, and the solution posted above works.

Not long after a recent Windows (and ExplorerPatcher) update, `ep_setup.exe` was quarantined by Windows Security. ``` Detected: HackTool:Win64/ExplorerPatcher!MTB Status: Quarantined Date: 5/3/2024 Details: This program has potentiall unwanted behavior. Affected...

I believe this issue can be closed, because (running demo_pitch.py) I see it returns float values for pitches.

I realize this isn't a trivial request. Incidentally, we started with Libreswan and moved up to Strongswan, which I find superior to Libreswan in every way except this one. While...

Just FYI, while I was seeing this earlier, I no longer am. The computer I saw it on is work-managed so they might have made changes. I haven't seen it...

I bumped into the same thing, and deleting the `.git` directory fixed it. Perhaps I used some `git` command when I was in that directory (which is odd, because I...

Also having this issue: I don't get the Win10 battery flyout as shown in README. I use this a lot, so it's quiet when I'm editing and fast when I'm...

As stated in #972, SetCallerReportSkipFrames() would work. Alternatively, adding a (entry) LogSkipCallers(count) function would avoid having to wrap all Entry functions.