-
Updated
Jul 1, 2020 - Python
cim
Here are 31 public repositories matching this topic...
Improve existing tutorials, for example:
- Tutorials overview page:
- Add link to CIM/WBEM introduction
- Describe alternative to downloading by checking out repo
- Remove list of areas not covered by tutorials and replace a link to the issue #1416 for collecting ideas.
- Make titles in the tutorials consistent with titles in
-
Updated
May 27, 2020 - PowerShell
-
Updated
Jun 9, 2020 - Java
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Aug 26, 2019 - PHP
-
Updated
Mar 6, 2020
The sphinx documentation includes an index. While the index was well used by pywbem because the code documentation automatically was indexed, pywbemtools is less-well served because there is little code documentation so that the index entries must come from inclusion of the '.. index::' sphinx command in the documentation.
We should, at least create an index entry for every general option and
CIM_ComputerSystem created from WMI should have lowercase host name.
When going from the WMI page (entity_wmi.py) to the related survol link, it uses a host name in uppercase, although they must be in lowercase.
The consequence is that a wrong URL is created (host name in uppercase) but the alias is OK.
-
Updated
May 29, 2020 - Java
-
Updated
Oct 24, 2017 - JavaScript
-
Updated
Jan 1, 2019 - PowerShell
-
Updated
Mar 15, 2018 - JavaScript
-
Updated
May 28, 2020 - C++
-
Updated
Jun 6, 2018 - Python
-
Updated
Jun 30, 2020 - Python
-
Updated
Sep 20, 2018 - Go
-
Updated
May 25, 2018 - PowerShell
-
Updated
Apr 29, 2017 - JavaScript
Improve this page
Add a description, image, and links to the cim topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cim topic, visit your repo's landing page and select "manage topics."
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
There is a function to get an optional property from a ModuleConfig, but there is no convenient method to get such property from an optional module. In the PR #1169, we try to get an optional int property from an optional module.
**If the current behavior is a bug, please provide t