Olly Hensby
Olly Hensby
**Describe the bug** When there's no data in the grid, the data getter produces an error. **To Reproduce** Steps to reproduce the behavior: 1. Import DataGrid and pandas ```python from...
*Issue number of the reported bug or feature request: #322* **Describe your changes** Added an if statement to check the __data_ traitlet and see if its "data" value is empty...
## Description The demo repository I have made to present this issue: https://github.com/ollyhensby/voila-pdf-view-demo I've created a binder for it: https://mybinder.org/v2/gh/ollyhensby/voila-pdf-view-demo/main?labpath=demo.ipynb PDF files can be viewed in IFrame in Jupyterlab but...
## Description Setting the `options` trait of the same SelectMultiple widget when displayed multiple times seems to only set correctly for the first displayed SelectMultiple ONLY when all values are...
### Problem Would love to be able to show the version of the application e.g.  Excuse the terrible screenshot but you get the idea. Currently we just put it...
**Describe the bug** It mentions [here](https://github.com/buildingSMART/bSDD/blob/master/Documentation/bSDD%20JSON%20import%20model.md#property-inheritance) in the documentation that `The child Class does not inherit properties from the parent Class`. This statement is then followed by this example: For...
**Describe the bug** Example URI in the Class API call does not work: `https://identifier.buildingsmart.org/uri/bs-agri/fruitvegs/1.1/class/apple`   Appears to work with the URI `https://identifier.buildingsmart.org/uri/bs-agri/fruitvegs/1.0.0/class/apple` so maybe it is an issue with...
**Describe the bug** Missing properties when using the "Get Properties" function.  **To Reproduce** For example, I want to obtain properties listed within a property set. Let's look at _Pset_BuildingUse_:...
**Describe the upkeep / improvement you'd like to see** A lot of the modules are not formatting correctly with black. There are also some docstrings which are incomplete that either...
**Describe the bug** Pressing revert does not revert the values correctly. **To Reproduce** Made a change to the slider within a nested object: Slider is set to 2:  Change...