Increasing the "display length limit" in results #53
Answered
by
asgerf
intrigus-lgtm
asked this question in
General
-
Hi,
I receive : instead of the full expression: Is there a way to increase this “display length limit”? (Similar question originally asked by Melvin on Slack) |
Beta Was this translation helpful? Give feedback.
Answered by
asgerf
Mar 23, 2020
Replies: 1 comment
-
Unfortunately not. It's not a display setting, it's a limitation in how the string representation of an expression is constructed in our JavaScript libraries. We're aware that this is an issue and have plans to improve it. As a workaround you can do: import javascript
from Property p
select describeExpr(p.getInit()) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
intrigus-lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately not. It's not a display setting, it's a limitation in how the string representation of an expression is constructed in our JavaScript libraries. We're aware that this is an issue and have plans to improve it.
As a workaround you can do: