(defparameter data (coerce (list (make-instance 'data-item :slot1 "slot1-1" :slot2 21) (make-instance 'data-item :slot1 "slot1-2" :slot2 22) (make-instance 'data-item ...
I imported an integer array and tried to view it in the GUI but the data object window is just empty. The data is there, I exported it to make sure, and the metadata window still works. The same ...