Aurora Gaffney
Aurora Gaffney
This is probably related to #150
The main feedback that I have on this is that there's no way to disable the application of a bunch of this new configuration. For example, for the mail settings,...
I've been seeing this too. I originally thought that it was happening around network changes, because I would find the VM networking dead after the wifi disconnects (due to the...
My Ubuntu VM network just dropped again in the middle of using it, but the `ip link set dev down/up` command suggested above worked to bring it back.
Something similar seems to happen when using Lima, which also uses QEMU.
That sounds like you don't have the `iproute2` package installed. It should be a pretty standard part of most Linux distributions these days. There should also be an equivalent command...
I wouldn't exactly call this a bug, but it's also not quite a feature request. I don't have a good suggestion for how to handle this use case.
It seems that an array with a fixed length (vs. a slice) can be used as a map key in Go, so perhaps creating the map as `map[[7]uint8]...` in cases...
As a workaround, I was able to define the structure far enough to create an empty `UnmarshalCBOR()` function for this particular part of the data to just "ignore" it. It's...
How would you feel about a decoder flag to enable optional behavior to encode a byte string map key using either `string` or a hex encoded string representation (only when...