Kei Kamikawa
Kei Kamikawa
I've just published the latest version. Thank you for your contributions! @mingcheng https://github.com/Code-Hex/go-generics-cache/releases/tag/v1.1.0
My personal preference is either 2 or 3!
@cfergeau I support APIs at the same level. https://pkg.go.dev/github.com/Code-Hex/vz/v3#MACAddress.String However, `VirtioNetworkDeviceConfiguration` not return `MACAddress` struct, So I think it better to support `GetMACAddress() *MACAddress`
If verification is required, it would be Breaking Changes, but since there is no change in function signatures, it may be difficult to decide whether to treat it as Breaking...
@yusukebe Thanks! I'll put out the PRs in order.
I have this issue and I believe the same reason with @abiosoft > I suspect it is related to GVisor network. This hang has not occurred in network communication without...
@balajiv113 Thanks for creating a new issue! I didn't know that! Thanks. I will work for it in Sat (JST) because I'm a little busy 🙏
I'm sorry too late. This is a delegate method which meant that the method will be held by a different object than VZVirtualMachine, which has VZVirtualMachine as a property. So...
Note that this understanding is wrong. They are not dependent on each other. > Support for VirtualMachine.networkDevices. With this support, we can use attachmentWasDisconnectedWithError to understand Here is a good...
This is one idea, although the long method names are annoying. ```go vm, err := vz.NewVirtualMachine(config) if err != nil { return err } vm.WatchNetworkDeviceAttachmentWasDisconnected(func(networkDevice *vz.NetworkDevice, err error) { //...