Google Code Exporter
Google Code Exporter
``` To generate figures for presentations and publications, a "switch leet gradient background off" switch would be nice. Hack to switch off: obj._background_renderer.RemoveAllViewProps() obj._background_renderer.SetBackground(1, 1, 1) (vtk_kit.utils has the code...
``` A website with a searchable repository of annotated network files would be useful. DeVIDE could have a GUI to interface with the site, or one could browse the site...
``` After a user has customized a CodeRunner, it should be possible to specify number of inputs and outputs, and write this away as a full-fledged DeVIDE module. Make CodeRunnerBase...
``` Please consider making a binary package for Windows available through "luarocks". ``` Original issue reported on code.google.com by `[email protected]` on 22 Oct 2010 at 4:21
``` Fist make the python 2.X version as compatible as possible with python 3 (e.g. by modifying ZSI's object types comparisons with the isinstance built-in) Then run 2to3 and add...
``` What steps will reproduce the problem? (intermittent issue) 1. Create a linked clone 2. Disconnect VIServer session 3. Use linked clone for a while 4. Reconnect VIServer session to...
``` What steps will reproduce the problem? 1.server = VIServer() 2.server.connect(vcenter, user, pass) 3.alarms = server._get_managed_objects(MORTypes.Alarm) What is the expected output? What do you see instead? A dict of alarm...
``` What steps will reproduce the problem? 1. from VimService_services_types import * 2. Observe the import takes several seconds What is the expected output? What do you see instead? I...
``` when i try to create a linked clone with a snapshot the disks are being copied for the new vm. ``` Original issue reported on code.google.com by `[email protected]` on...
``` What steps will reproduce the problem? s = VIServer() s.connect('vc', 'user', 'pass') results = s._retrieve_properties_traversal(property_names=["name"]) What is the expected output? What do you see instead? I get: >>> [r.Obj...