Olly Hensby

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

bug

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

bug

## 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. ![image](https://github.com/voila-dashboards/tljh-voila-gallery/assets/79875276/4b7aa7a5-b13e-459d-b6aa-6157ee4c267f) Excuse the terrible screenshot but you get the idea. Currently we just put it...

enhancement

**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` ![image](https://github.com/buildingSMART/bSDD/assets/79875276/4ffda504-62e8-4cdb-89de-eee5cb63902a) ![image](https://github.com/buildingSMART/bSDD/assets/79875276/0ee689da-6378-4e65-8113-74601de35a2d) 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. ![image](https://user-images.githubusercontent.com/79875276/165741799-c12df6a2-5649-48bd-b862-3497e5f92477.png) **To Reproduce** For example, I want to obtain properties listed within a property set. Let's look at _Pset_BuildingUse_:...

enhancement

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

enhancement

**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: ![image](https://github.com/maxfordham/ipyautoui/assets/79875276/dabbbdc8-c230-45d9-b880-94b3a03533d1) Change...

bug