Sidekick icon indicating copy to clipboard operation
Sidekick copied to clipboard

Formatting issue: javascript output overlaps window

Open micrology opened this issue 9 months ago • 1 comments

Try the following query with the default LLM and default expert:

a right angled triangle has sides of integer length, and all sides lengths are less than 100. Tell me what the possible side lengths are.

The attached screenshot shows the output. The calculation is correct, but hardly readable.

Image

micrology avatar Mar 12 '25 12:03 micrology

The Markdown rendering library used (MarkdownUI) in Sidekick does not support LaTeX rendering natively, so a slightly hacky fix is used to render LaTeX, which results in these artifacts.

I plan to migrate Sidekick to a new library which supports inline LaTeX. This is the plan for release 0.0.23.

In the meantime, however, you can click the button in the lower right corner of the message (the one with the Math operators) to toggle LaTeX rendering.

johnbean393 avatar Mar 12 '25 12:03 johnbean393

This should be fixed as of release 0.0.23.

johnbean393 avatar Mar 17 '25 04:03 johnbean393