Rosso
Results
3
comments of
Rosso
same issue for me.
thanks your response. this error is randomly appearing. this code. ```racket (define get-node-item (lambda (node) (let* ([node-item (hash-ref (data-object->jsexpr node) 'nodes)] [type (get-column object-type node)] [obj-id (get-column object-id node)]) (cond...
Thanks. As you said. i put debug into my code. but sorry i cant find out where the bug is. bugs in my code or bugs in racquel ? because...