-
Notifications
You must be signed in to change notification settings - Fork 1.9k
refactor(cubesql): Improve EGraph debugger, part 2: TypeScript, ELK in worker, simplify ReactFlow <-> ELK interop #8863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 8 Skipped Deployments
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8863 +/- ##
==========================================
- Coverage 82.50% 82.49% -0.02%
==========================================
Files 221 221
Lines 77602 77606 +4
==========================================
- Hits 64028 64020 -8
- Misses 13574 13586 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
srh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm?
react-scripts does not support typescript 5, so it uses 4
According to their own typings, LayoutOptions is a string->string record
This should allow changing nodes multiple times without waiting for every zoom animation
8fe1bcf to
ca083c7
Compare
Check List
Description of Changes Made (if issue reference is not provided)
Various improvements to EGraph debugger: