Matt Broadstone
Matt Broadstone
@Rush I left a few comments. I really like the direction this is taking, but I wonder if we can't split the single commit into at least two: - one...
@oferb1 okay the `SetValue` bug is fixed in fcb1637a250e456a9d91aac615117136a6f44076. I'm not sure what you mean in the second part of your question: that virsh returns the value base64 encoded? The...
Still not sure what you mean about "transposed" in this case. Can you use node-libvirt to check if virsh is converting to base64 on the way in or out? like...
@Caes95 there is an API page linked to on the front page where others before you have contributed time to start putting documentation together. This is open source, and therefore...
@astitcher do you have an proposed way forward with this? Being able to build qpidd on my laptop without booting up a VM would be really great
@sideshowcoder have you tried using that stub locally at all?
Unfortunately, while that trick sort of works it fails in any more complicated cases. For instance a nested directive such as: ``` .. method:: db.auth() Allows a user to authenticate...
@jdmichaud I wonder if you could possibly commit a unit test that expresses the need for inheriting from `std::iterator` ? From some quick searches it looks like there's interest in...
@neumino yeah, I can definitely `_.cloneDeep()` the data before passing it in, but it just feels like a bad smell to me that the default behavior of this module is...
@neumino I'm running into this same problem now, are there any plans to automatically reconnect change feeds with rethinkdbdash? I've got code that looks like this: ``` r.table("foo").changes().run({ stream: true...