Jorge Fuentes

Results 39 comments of Jorge Fuentes

@kriszyp check this: ``` import LMDB, { ABORT } from "lmdb"; console.log(LMDB.ABORT); // undefined console.log(ABORT); // OK ``` Just for you to know, if that's something about lmdb-js or maybe...

Also, the Env has a `resize()` and a `info()` methods that are not typed.

That's a pretty clever idea.

Oh, perfect! Thank you!

[As the documentation says](https://github.com/peers/peerjs-server#combining-with-existing-express-app), you have to use `ExpressPeerServer` to have a PeerServer working on your already existant express app.

> just add video.volume = 0 when access camera and also on start recording, thanks me later ! it works for me How do you hear the audio if you...

Really really good tool. Thank you.

@daef Just to see the problems some libraries have with certain polygons. The red/green error deviation thingy was really useful. I was looking for a library with good rectangle handling.

Both, correctness and performant. I need to merge about 200 hundred rectangles into a single polygon in less than 16ms (for drawing to a canvas at 60 fps) but I...