Yc. Shen

Results 4 issues of Yc. Shen

suppose we have a piece of code like below, ``` haskell test = do setCatch image do let err = show (e :: CvException) print "catched" return ()) print "safe...

Similar like the PR https://github.com/nix-community/nixops-vbox/pull/2 for virtualbox backend, the changes here are to extend network capabalities for libvirt backend following the idea I proposed at https://github.com/NixOS/nixops/issues/1223. Though the implementation is...

# Motivation to the change As I proposed in https://github.com/NixOS/nixops/issues/1223, this PR focuses on enabling VirtualBox backend to create virtual networks (Host-only and NatNetwork which VirtualBox supports) and manage those...

Is there a way to detect a reconnecting subscriber on the publisher side? or detecting a disconnected subscriber and remove it? When using reliable writer QoS and `wait_for_acknowledgements`, `wait_for_acknowledgements` always...