Google Code Exporter

Results 11117 issues of 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...

Priority-Medium
auto-migrated
Type-Defect

``` 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...

Type-Enhancement
Priority-Medium
auto-migrated
Milestone-Release3000
StudentProject

``` 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...

Type-Enhancement
Priority-Medium
auto-migrated

``` 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

Priority-Medium
Type-Defect
auto-migrated
Milestone-0.6

``` 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...

Priority-Medium
auto-migrated
Type-Enhancement

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated