Skip to content

Add scratchpad logging over websockets#741

Merged
nfarrell-kx merged 2 commits intodevfrom
scratchpad-logging
Mar 30, 2026
Merged

Add scratchpad logging over websockets#741
nfarrell-kx merged 2 commits intodevfrom
scratchpad-logging

Conversation

@nfarrell-kx
Copy link
Copy Markdown
Contributor

Changes introduced by this PR

@nfarrell-kx nfarrell-kx requested a review from ecmel March 13, 2026 17:24
Comment thread package.json Outdated
@clovetea
Copy link
Copy Markdown

When displaying tables, the column names don't line up with the columns

q)show ([] index: til 10; id: 10#.Q.a; val: 10?1f)
STDOUT: index id val       
-------------------
0     a  0.567081  
1     b  0.4269177 
2     c  0.7704774 
3     d  0.01594028
4     e  0.3573039 
5     f  0.02547383
6     g  0.688089  
7     h  0.6377554 
8     i  0.03845637
9     j  0.8972357 

and UTF8 text isn't being decoded the way it is for normal expression results

q)show "圣帕特里克节快乐"
STDOUT: "\345\234\243\345\270\225\347\211\271\351\207\214\345\205\213\350\212\202\345\277\253\344\271\220"

@clovetea
Copy link
Copy Markdown

clovetea commented Mar 17, 2026

If I close my laptop for a few minutes then reopen it, I still have my connection to my Insights instance, and I can display expressions and see the results correctly, but show statements aren't working. It looks like it doesn't re-establish the websocket connection.

@kx-sonarqube
Copy link
Copy Markdown

kx-sonarqube Bot commented Mar 25, 2026

@nfarrell-kx nfarrell-kx requested a review from ecmel March 25, 2026 14:36
@nfarrell-kx nfarrell-kx merged commit 1c00ca4 into dev Mar 30, 2026
11 of 12 checks passed
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.

3 participants