Mike Bender
Mike Bender
You can pass in custom mouse/key handlers into Grid and Iris Grid, but the order is magic values right now. Provide constants that developers can use to be clear about...
Task for coordinating increasing code coverage. Packages are listed below, create an issue for the specific package and assign it to yourself when increasing coverage. See codecov for coverage %...
As a consumer of embedded grids in iframes, I want the package size to be as small as possible so that they load quickly when embedded in other pages. Currently...
Right now, the `ServerConfigValues` that we set in redux are inconsistent with Enterprise. We should match the Enterprise solution, as it's more structured.
@deephaven/redux should not have any dependencies on other @deephaven packages. Essentially it just needs the middleware stuff and registry, and the rest should be actions/selector exported by other packages. E.g....
https://react.dev/blog/2022/03/08/react-18-upgrade-guide Some improvements we can expect: - Better typings in generally, specifically from `useCallback` - Used to be [typed as any in v17](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/v17/index.d.ts#L1105), it's [more strict in v18](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L1126). - Automatic...
As a plugin/component developer, I want an app-level toast queue so that I can display an error message to the user from within the app easily. Note that React Spectrum's...
If you enter a type for a trace that is not supported in the package you have, Plotly simply falls back to `scatter` plot. This is incorrect, an error should...
- Add the `order` attribute to CommitConfig - Specify order for all your commit types, then sort/group by order to have it appear in that order in the template -...