Pascal Tomecek
Pascal Tomecek
## Bug Report ### Steps to Reproduce: 1. Create a table with data y = [0.001, 0.001, 0.003] 2. Open a PerspectiveWidget with the table 3. Set the precision of...
It's in a reasonably presentable state, but could always use further improvements.
Please read the below. I have run all unit tests locally with and without pydantic type checking enabled, so the changes are fully compatible (though exception messages have changed). **Open...
**Describe the bug** csp mutates dict/list baskets of ints when casting to float (instead of making a copy when casting is needed). This can cause errors in downstream code. **To...
**Describe the bug** Trying to run this node will segault, though it's not immediately clear you shouldn't do stuff like this. ```python import csp from typing import Optional @csp.node def...
**Is your feature request related to a problem? Please describe.** The ability to stream a sequence of in-memory arrow tables into csp is very powerful, but currently a bit hidden...
It's used in the wikimedia example, and is useful for picking the right adapters during graph building