Pascal Tomecek

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

bug

It's in a reasonably presentable state, but could always use further improvements.

part: documentation

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

type: enhancement
lang: python

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

type: bug
lang: python

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

type: bug

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

adapter: parquet

It's used in the wikimedia example, and is useful for picking the right adapters during graph building

part: documentation