Matthew Peveler

Results 126 issues of Matthew Peveler

This PR adds [`tslib`](https://www.npmjs.com/package/tslib) as a runtime dependency for this library. When we tried to incorporate this dependency into our monorepo app, we ran into the following errors: ``` ERROR...

From Gitter, would be useful to apply the review-needed label automatically as new maintainers might not know it exists, and rules to apply it are generally static. Quoting the relevant...

tooling
Stale

Closes #59 PR makes it so that if a user is on linux, then suggest `AppImage` as the platform for download, where AppImage is the popular way for delivering a...

## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?...

typescript
PR: awaiting review
size/XS
PR: first-time contributor
PR: doc unchanged

**Describe/explain the bug** A clear and concise description of what the bug is. When generating a `Line` chart, some points will sometimes be generated and shown in a wrong position...

**Describe/explain the bug** When passing in a custom multi-line legend to the `ScatterPlotCanvas`, the legend data is not being used properly, causing all ids to appear in each row, causing...

stale

The ssh tests have started to fail on GH actions, but not locally, and I'm not sure why. For now, the tests will be ignored.

The methods that utilize the `showOpenDialog` and `showSaveDialog` methods expect that the user does not hit cancel. Need to go through and make sure these cases are accounted for.

bug

We should add error boundaries around the component tree, surrounding key places that might throw an exception (e.g. query results, etc.) so that we can provide a graceful mechanism of...

enhancement