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: handle blob-type in documentation height computation #1384

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

soifou
Copy link
Collaborator

@soifou soifou commented Mar 4, 2025

Resolves scrollbar rendering issues when LSP servers (e.g., Pyright)
sometimes return blob-type content in documentation. Converts blobs to
strings before computing line widths to ensure accurate documentation
window sizing.

Fix #1320

Resolves scrollbar rendering issues when LSP servers (e.g., Pyright)
sometimes return blob-type content in documentation. Converts blobs to
strings before computing line widths to ensure accurate documentation
window sizing.

Fix Saghen#1320
@Saghen Saghen merged commit becb5d4 into Saghen:main Mar 4, 2025
4 checks passed
@Saghen
Copy link
Owner

Saghen commented Mar 4, 2025

Thank you!

@soifou soifou deleted the fix/blob-documentation branch March 4, 2025 22:24
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.

Using a Blob as a string Error when show document of function bytes_to_long
2 participants