Roly Perera
Roly Perera
Desugaring, and other key parts of the language implementation, use various patterns of bidirectional functions, where different techniques are used to allow the backward function to be defined. These should...
Use Puppeteer for enough (headless) web automation to validate some basic UI behaviour in `App` tests.
[Read the Docs](https://esig.readthedocs.io/en/latest/) is probably currently configured with webhooks to publish from [here](https://github.com/maxwelld90/esig_documentation) (or perhaps [here](https://github.com/terrylyons/esig_documentation)). We should make the present repo the authoritative version and set up Read the...
Submitted by Paul Moore ([email protected]). Could thinking about testing the `pip install` in an Ubuntu 20.04 VM (see #74). > Hi Sam, > > I just got the error copied...
Extend the build process to install the built binary into a fresh VM and do a deployment-environment test. See #60.
- [ ] Run Puppeteer tests through Mocha for reporting purposes? - [ ] Click on bar in bar chart and check points selected in line chart - [ ]...
It shouldn’t be too hard to implement separate _x_ and _y_ selection for scatter plot points (either with a line drawn from appropriate axis or with another circle representing the...
In the spirit of making UI affordances apparent, elements (e.g. data points in scatterplot/line plot) should indicate “clickability”, perhaps using `:hover` CSS state selector to change the cursor style to...
It might make sense for the `:hover` state of the data pane toggle (when collapsed) to be set when there is data to explore. (That state can’t be set directly...