Results 40 comments of Jeff Bryner

FWIW, tried this a couple of ways and gotchas abound: - Create a group with the workspace provider, reference it in the cloudidentity resource with a security label - Create...

Of course filing an issue reveals the solution. Seems to be in the mouse-cursor change to include it in a-frame. Changing the demo code to: ``` AFRAME.ASSETS_PATH = ".assets"; ```...

For those coming here via a search, it's worth noting that changing the name of the function has a drawback of also changing the http trigger URL used for a...

would love to use this as well for py3. @tarekziade anything I can do to help?

No worries, I took a shot at it as well using 2to3 then trying to correct the tests but honestly I couldn't figure out why some of the tests were...

Creating groups does work, as does adding/removing members. It's just the application of labels that is an issue

I don't know of one offhand? If it were me I'd spin up a linux virtual machine on my windows machine and use that as the NBD client. Hope that...

Interesting, thanks for the report. I know I've used it to image an entire disk with >1 partitions. I'm using sizeof/sizeof \* which I think should report the correct size...

Ahh, makes sense. I also think I see why my test cases always worked even with this bug. I'll play around with layout_ex and see what I can come up...

FYI: I've got a fix for this, just need to merge it into this project and test it a bit.