Cassondra Foesch
Cassondra Foesch
[3.2.2. Host](https://tools.ietf.org/html/rfc3986#section-3.2.2) > The rightmost domain label of a fully qualified domain name in DNS may be followed by a single "." and should be if it is necessary to...
I understand. I can work on it at some point, but am currently in hospital. 😢 As noted, it is low priority, as Best Practice should mitigate its expression to...
So, while a “graceful shutdown” is in part available through PR-69 to call a `Close()` function, the unexported `muxListener` type that wraps the `net.Listener` that is the actual `net.Listener` set...
The whole reason linux started telling DSDT that it was Mac OSX was so that it kept the Thunderbolt powered up. I find it frustrating that so many of the...
I knew about the `acpi_osi=!Darwin` command-line. It did nothing with regard to fixing the necessity of me changing the DSDT for touchpad/keyboard control… so… I'm just going to assume it...
Random small input here from someone who was “forced” to switch back to macOS: yes, you can still use the pad normally while a palm is on the other side...
This fundamentally has to do with a bug/feature in how this package handles `file:` URLs. There is no proper way to do relative paths with the `file:` URL scheme, and...
The encoding of 64-bit values into a string is not a mistake, but a requirement of the standard: https://developers.google.com/protocol-buffers/docs/proto3#json PS: see the further discussion here: https://github.com/golang/protobuf/issues/1414
I had already considered the line number issue, which is why the helper functions call `t.Helper()`, so that they are skipped when printing `file:lineno` in the test results. I’ll consider...
My company pivoted away from Go, so I haven’t had the time on their behalf to work on breaking things up properly.