Rich Lane

Results 16 comments of Rich Lane

Please paste the SOAP that caused the error. Set debug: true in VIM.connect to see it.

The issue is rbvmomi lazy-loads types, so when the deserializer does a const_get of the type name Ruby does a full constant search before calling const_missing. You might be able...

I'm also interested in hosting load81 scripts in the cloud. I'm not sure if raw HTTP URLs are the best way to do it - I'm thinking of kids who...

This happens to me often when switching branches. When running trunk with the -v flag I see it's doing a rebuild for each changed file. This is with trunk 0.16.0.

Yeah, the current bounds check is very simplistic. Does the PREVAIL verifier enforce that the code does its own bounds checking?

FYI, vmware/rbvmomi is the official repo now - I don't work for VMware anymore. I have no idea how ActiveRecord got itself called here.

Can you try using the spawn-for-legacy gem? If that works I'll make it a dependency for Ruby 1.8.

You can actually do this today. RbVmomi::VIM has a cookie accessor, so you can copy and reuse the cookie. Using SessionManager's AcquireCloneTicket and CloneSession might be another option. I'll leave...