Tom

Results 8 issues of Tom

I want the element to not stop until a callback is fired. The element is using multiway. ```js player.bind("KeyUp",function(e){ var key=keytonum(e.key); if(key){ if(key.x) player.vx=key.x*player.stats.speed; else if(key.y) player.vy=key.y*player.stats.speed; socket.emit("move",0-key.x,0-key.y,function(){ if(key.x){ player.vx=0;...

kind: question

Trying to export the object so I can use this in multiple clusters. But I get error saying that it don't contain a function. Is there anyway to stringify the...

enhancement

The error "column indices are out of range error" appears when I try regression.train([[73, 80],[93, 88]],[152,182]) Uncaught RangeError: column indices are out of range at checkColumnIndices (util.js:102:11) at new MatrixColumnSelectionView...

### Is there an existing issue for this? - [X] I have searched the existing issues and did not find a match. ### Who can help? _No response_ ### What...

question
Stale

Is it possible for to add the width and height parameter for the txt2img? Or some other way to pass in any parameters to the underlying api?