Albert Lee
Albert Lee
Hey there, I updated this to work with 1.18.1 before I saw the other open PR, which is pretty similar. I also bumped the version.
Copyright notices should not be removed unless the corresponding code is, in general.
This breaks parentheses highlighting. I suggest modifying the match with pattern offsets: `/me=e-1,he=e-1` See also: https://hamberg.no/erlend/posts/2011-08-25-vim-tip-highlighting-function-names-in-c-code.html
Don't need to poll for new input, and we'll also be notified if the process dies.
After updating my OpenELEC x86_64 system to 6.0.1 recently, I noticed it was sending DNS requests for the `google.com.` A and AAAA records once every second. I traced the requests...
I was wondering if the proxy could be made to serve the cert file directly to HTTP clients. It seems to be easily confused by non-proxy HTTP requests right now....
Consolidate `kvm_lapic_reset()` calls to the beginning of `kvm_arch_vcpu_reset`, and make `kvm_lapic_reset` set the correct local APIC base address and ID value in the LDR.
Current doc doesn't mention that ONNV_BUILDNUM may need incrementing in most or all install target environments.
**Describe the bug** Trying to update my installed copy of Croc: Legend of the Gobbos (2025 remaster) to 1.04 results in the download being stuck at 27.0% every time. The...
This adds a `local` member to the `network` struct and a new `NewClientWithLocal` interface. The existing interfaces are unchanged although the size of the `Client` struct obviously is impacted. I...