Andrew Stein
Andrew Stein
## Feature Request ### Description of Problem: `` supports multiple themes at once, and has a UI component for switching between loading themes at runtime. However, when embedded in a...
## Bug Report ### Steps to Reproduce: Load a CSV with duplicate column names and different types. The best way to trigger this segfault is to force the parser to...
### Discussed in https://github.com/finos/perspective/discussions/1897 Originally posted by **GREEB** July 7, 2022 Hello, I'm looking to get some help making cell styles recalculate max when filter changes. Basically what already happens...
E.g., the time string `10:15.35` is parsed as 10 hours, 15 minutes and 35/100 seconds. Currently this is just a failing test. I'm not yet clear fixing this is unambiguous.
## Feature Request ### Description of Problem: Perspective exclusively represents `datetime` types as POSIX milliseconds values internally, and localizes them to the `perspective-viewer`'s native time zone on display. However, it...
## Feature Request `perspective-viewer-datagrid` should support all formatting options available via the [`Intl` format API](), via an extension to the Column Style menu with form field entries for options and...
This PR extends the `perspective-python` threading model to support fully thread-safe read operations, in exchange for a "global" writer lock. For datasets with many readers and infrequent writes, this can...