Dylan Vann

Results 16 issues of Dylan Vann

- We should be able to cache the results of testing, linting, and other operations. - When these commands are run we should be able to retrieve the operation output...

It would be useful to be able to include lists in doc comments: ``` /** * This module does: * * - A thing. * - Another thing. * -...

octogonz-parser-backlog

## Description This is refactors environment variables so that all validation of them is done in one location (`@app/config/src/index.ts`). This is only used by the server package in this PR,...

This codepen shows the issue: https://codepen.io/dylanvann/pen/OYaedz The `onHover` handler forces a re-render. Whenever the Plot is re-rendered some state is lost. In particular the selection is lost. How it behaves...

People have reported memory issues when using this module to show a lot of images. The example app does work fine showing hundreds of images so I think something else...

bug

I'm surprised nobody has asked for this. Common error conditions: - `404` / other http errors. Should report the content and the code. - App is offline error. - App...

feature

If this package is intended to be used in browsers it should not require node builtins. Instead it should use browser compatible dependencies, e.g.: - https://www.npmjs.com/package/util - https://www.npmjs.com/package/events If you...