Andrew Stein

Results 124 comments of Andrew Stein

@rkhapre This issue will be tagged and closed automatically by a PR that implements it. You can also [refer to the `CHANGELOG.md`](https://github.com/finos/perspective/blob/master/CHANGELOG.md) which lists all features in every release version....

Thanks for the report! I am aware of this issue and am working on a fix.

Thanks for the PR! Yeah this is annoying. This also occurs on the X-axis, especially with `date` or `datetime` axes when the major ticks are spaced too closely. Should be...

Not a CSS issue - labels are calculated by D3FC in JavaScript. You don't need to ask for permission to work on an issue - just go for it.

@rgrupesh Please, this is not Facebook or Blackboard; GitHub Issues are for tracking and note aggregation for specific bugs and features, I've had to delete a few of your comments...

No one has volunteered! We track what we're currently working on on [Projects](), and Issues via the `Assignees` panel (on your right sidebar in current Github layout). Markdown changes to...

Thanks for the detailed bug report! While the console errors aren't pretty - this isn't really a bug per se, as we can't really make a bar valid bar chart...

Nobody else has volunteered that I am aware :) Our [developer docs](https://perspective.finos.org/docs/md/development.html) are a good place to get started. I think the easiest starting place would be to construct a...

@robambalu Not avoid per se (the conversions are useful in themselves), but the we're working on a plan to replace parts of Perspective's internal data structures with Arrow directly, like...

`@finos/perspective-jupyterlab` is not bundled as an ECMAScript module - it uses the `esbuild` `"esm"` format but this is an implementation detail as the bundle contains no `import` nor `export` statements....