For the most part this does just fine, but it leads to ugly lines in embeds occasionally - and more importantly it can break markdown links provided by the ruff output
Basic Example
Make the chunking "smarter" to not break lines at awkward places
Drawbacks and Impact
No response
Unresolved questions
how
[!NOTE]
We utilize Polar.sh to engage in regular as well as pledge-based > sponsorship.
Summary
Embed fields are limited to <1024 characters, so we introduced chunking logic. https://github.com/JacobCoffee/byte/blob/f814685dd8af28d979b9cc735527f2d367073b93/src/byte/plugins/astral.py#L72-L73
For the most part this does just fine, but it leads to ugly lines in embeds occasionally - and more importantly it can break markdown links provided by the
ruff
outputBasic Example
Make the chunking "smarter" to not break lines at awkward places
Drawbacks and Impact
No response
Unresolved questions