Matthew Runyon
Matthew Runyon
The issue is when the columns are actually swapped, not on render/move. If you drag slowly without swapping the columns it's fine. We trigger a `onMovedColumnsChanged` as soon as the...
It seems this may conflict if you set a title on your plot yourself. Probably still something we should try to add either by appending or if there's subtitles in...
The first point is intentional I believe. There are use cases where people want multiple copies of the same table but might buy filtering it differently in the UI. Or...
This should most likely include a migration so enterprise workspaces don't break Similar, but different issue is #643
The instructions are fine (should also probably mention you can add the `START_OPTS` to docker/docker-compose) I was thinking it would be nice to have an `npm run e2e:server` or something...
I think it's fine for redux to reference types from other deephaven packages, but we don't want it the other way around where anything that isn't the main app (or...
One thought I've had towards cleaning up redux in general is making the `@deephaven/redux` package just utils (and maybe naming `@deephaven/redux-utils` or base or something) and not any selectors/actions/reducers. Then...
More useful info including a codemod to help w/ types that may break w/ the upgrade https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210
`react-beautiful-dnd` may or may not work w/ React 18. They added it to the peer deps at least, but I vaguely recall some other issues w/ react 18 that people...
I've been running into this issue and confirmed no firewall or other issues. I can even run a node terminal, import `node-fetch`, and fetch from the font URLs no problem....