Jo Shinonome

Results 8 comments of Jo Shinonome

It would be great to throw an error for all "failed to determine supertype of {} and {}", not panic. Hit the following panic today, ``` ComputeError(ErrString("failed to determine supertype...

+1 This allows to perform wj of kdb, last feature to replace kdb.

It is because javascript doesn't support int64 type. You have to convert it to string before load them in grid or virtualization mode.

The underlying lib node-q doesn't use bigint. Though my lib (jkdb) uses bigint, sending json message to grid or virtualization still has to convert bigint to general number. I will...

Grid/virtualization mode is an independent html page from vscode-q conn manager, when vscode-q got data from kdb, it has to send data to grid/virtualization html page. The data conversion caused...

Thanks for the answers @eitsupi . I will try the repo above