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

Blocks rendering issue with inline return #87

Open
alexzrh opened this issue Jun 25, 2023 · 1 comment
Open

Blocks rendering issue with inline return #87

alexzrh opened this issue Jun 25, 2023 · 1 comment

Comments

@alexzrh
Copy link

alexzrh commented Jun 25, 2023

When there is an in-line return, the return character is displayed as the not-defined glyph and the block itself is larger than normal. The block is a different size based on how many in-line returns there are.

Also, if you add in-line returns, the block itself will grow over existing blocks instead of moving them to a different coord space in the editor.
Screenshot 2023-06-25 at 2 24 25 PM

use Libraries.Compute.Statistics.DataFrame

DataFrame frame
frame:LoadFromCommaSeparatedValue(
"Group,Amount
K-12,108
University,12
Adult Novice,4
Eduator,10
Professional, 0
None,8"
)

output frame:ToText()

@alexzrh
Copy link
Author

alexzrh commented Jun 26, 2023

Associated crash log
QuorumStudio.log

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

No branches or pull requests

1 participant