Roly Perera

Results 167 issues of Roly Perera

In the current table view, records with no selected fields are not visible. This invites the question of how the user would go about selecting a field inside such a...

implementation

My original thought was to visualise some kind of cumulative function of a time series. That should show a given output being related to every prior element in the series....

implementation

Something in between a stacked bar chart and a line chart, so shouldn’t be too hard to implement. See also: - #987 ![image](https://github.com/explorable-viz/fluid/assets/121074/37927e23-b8d0-4c7d-ab3e-920f297ec941)

implementation

If we’re going to have dictionaries I feel like we want dictionary comprehensions. See also: - #802

implementation

Some kind of carousel-like UI widget to hide/reveal visualisations of variables in scope (with the effect of adding/removing them from the query context). - [ ] Factor `drawView` iteration in...

implementation

Approval testing for visual outputs. - [ ] compare `Fig` values with values saved from earlier execution - [ ] compare SVG objects (cf. #453)

testing

This would make e.g. the convolution examples a bit nicer.

implementation

- [ ] Is there `Foreign.Map` in PureScript? *** From [When You Should Prefer Map Over Object in JavaScript](https://www.zhenghao.io/posts/object-vs-map): - JS objects start to degrade at ~8m entries - `Map`...

implementation