Skip to content
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

Fix table overflow edge cases #2326

Merged
merged 4 commits into from
Dec 15, 2024
Merged

Fix table overflow edge cases #2326

merged 4 commits into from
Dec 15, 2024

Conversation

kesara
Copy link
Contributor

@kesara kesara commented Dec 10, 2024

Fixes #2325

Not sure this is the best way to do this.

@liZe
Copy link
Member

liZe commented Dec 10, 2024

Thanks for the PR! ❤️

Not sure this is the best way to do this.

That’s the idea.

I was working on a slightly cleaner way to handle this yesterday, I’ll open a PR when 63.1 is out (hopefully today). That’s not a regression of 63.0, and I’m not confident enough to include a fix for this issue in a minor release.

@liZe
Copy link
Member

liZe commented Dec 10, 2024

I’ve pushed the "improved" workaround, don’t hesitate to share some feedback. If it’s OK for you, I’ll add at least one test and merge the PR.

@kesara
Copy link
Contributor Author

kesara commented Dec 11, 2024

I’ve pushed the "improved" workaround, don’t hesitate to share some feedback. If it’s OK for you, I’ll add at least one test and merge the PR.

Improvements LGTM. They produced correct results for me.
I had a stab at a test.
Thanks.

@liZe liZe merged commit 45d3c93 into Kozea:main Dec 15, 2024
@liZe
Copy link
Member

liZe commented Dec 15, 2024

Thank you!

@liZe liZe added this to the 64.0 milestone Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table overflow issue
2 participants