Thomas Laferriere

Results 2 issues of Thomas Laferriere

# Use Case When using a staging branch, you can stack changes on the staging branch by bumping the prerelease number for every change pushed. Determining whether to use a...

Release_3.x.y
Enhancement

When trying to instantiate a LazyType object, a `TypeError` is thrown: ``` LazyType(vim.Datacenter) TypeError: type.__new__() takes exactly 3 arguments (1 given) ``` I believe this may have to do with...

needs verification