Justin Donaldson
Justin Donaldson
I'm interested in this as well. I'm writing a cross-compiler for lua, and can't use luvit's ecosystem. I've got some basic externs for Luv, but I would gladly use the...
I'll look into adding this on v2.
thanks for the heads up on this.
Promises maintain their connection upstream by design, since they're geared to catch multiple resolves (and throw an error in that case). It looks like I just need to do some...
The promise object is permanently bound to the callback by design. Stream has a method of unbinding, and is better for situations where you might want to listen to a...
Sure, I"ll take a look
Thanks for the data, I'll look into it.
It doesn't look like the tsne library is inferring the "type" of the transposed dataframe correctly for some reason. I'll pin that down. One quick workaround is to pass in...
Also, regarding speed, the primary purpose of this library was an educational resource, with features for expressing progress and restartable convergence with pre-trained embeddings. However, I'm currently working with another...
Sorry for the delay. I'm keeping this in the back of my mind, but I don't have a pressing need for the proper feature since a workaround is so easy.