-
I found this ;
https://github.com/gazpachoking/jsonref
could potentially simplify this code :
https://github.com/maxfordham/ipyautoui/blob/9073e5fab4808cc6b5f37cc03ec1e35ccc6d4fbc/src/ipyautoui/…
-
refs:
https://github.com/pydantic/pydantic/discussions/7208
https://docs.pydantic.dev/latest/migration/#required-optional-and-nullable-fields
currently it is inferred if a field is nullable by…
-
-
if a filter is applied to the datagrid, then the `selected_keys` method not returning the correct row, leading to the wrong row being edited.
-
**Issue**
When setting the `global_decimal_places` the NaNs appear in that columns even if passed to the `default_renderer` that they should be hidden.
I think this is because the individual rende…
-
hwo to deal with: docstrings, `__init__` *args and **kwargs and traitlets
generally within the ipywidget universe, arguments are just traitlets that are piped to the Javascript side of the UI where…
-
![image](https://github.com/maxfordham/aectemplater/assets/21370980/ffb7c1db-8192-4aee-b36e-1f443793d507)
```py
class NestedEditableGrid(BaseModel):
title: str = "My editable Dataframe"
…
-
![image](https://user-images.githubusercontent.com/21370980/214106814-c58e8619-c4f9-493d-97fc-110fdfba704f.png)
i think this is related to the circular import...
investigate
-
![image](https://user-images.githubusercontent.com/79875276/210391382-6ccb4c3e-3986-46de-8f42-322c51a1eff2.png)
The snapshot above shows both Add and Edit options open at the same time.
Add shou…
-
currently everything must be instantiated with `schema` which doesn't make much sense...
e.g.
- `AutoArray` must be an array:
- `EditGrid` must be an array
- `AutoObject` must be an object
.. …