John Erickson
John Erickson
For showing ping times
Looks like there is some work to get a Windows build going using MSVC. What's the plan w.r.t. MSVC vs. MSYS2? Any way I can help?
Fixes #3200 **Changes proposed in this request** If the loginHint is the current user, then don't just check the cache - actually use the current user account. **Testing** I ran...
It seems that `ExternalDocumentRef` requires `SHA-1` as the checksum and doesn't provide for an option to specify additional hashes (e.g. with hash types that are not [broken](https://shattered.io/). **Is there a...
This will not compile: ``` delegate void Foo(); void Call(Foo f) { f(); } void TestCall() { Call(() => { return true; } ); // CS8030 Anonymous function converted to...
On Ubnutu 22.04 I have openJDK 18 installed and it has a version string that confuses the detection logic. It looks like all the comparisons were against the major version...
First off, wow! This is really cool! I am both excited to find this, but also a little bit bummed out that my idea of "use a big honking ROM...
Based on #363 I made a small unit test program. I was able to hook the keyboard, but not the terminal. Adding that support in this PR. Not urgent/blocking.
@dukus I know this #349 is closed but I am interested in contributing some performance optimizations (if I can find any!) for `digiCamControl Virtual Webcam` but I can't find any...