Valeri Karpov
Valeri Karpov
@littledivy I ran into a couple of potential issues I'd like to highlight. 1. TCP sockets using `require('net')` emit 'error' _after_ 'close' in case of DNS error. For example, in...
@piscisaureus I did some more investigation about exactly what bits of unstable APIs Mongoose uses, either directly or indirectly via the MongoDB driver. Below is a list. I can confirm...
@piscisaureus it looks like we still need `require('os').release()` to be stabilized. It looks like `os.hostname()` is stable, but `os.release()` still requires `--unstable`.
@OmgImAlexis there's a few alternatives here. The MongoDB driver looks for a `toBSON()` function before serializing (https://github.com/mongodb/js-bson/pull/231) so you can do stuff like this: ```javascript var BSON = require('bson'); var...
We'll likely add an `index.d.ts` file later in 2021.
Hi everyone, mongoose maintainer here. Anything I can do to help with this? I'm happy to debug any test failures if no one's on it yet.
Apologies in advance for the self promotion, but I wrote a bit about how to do this sort of basic image classification with brain.js and embeddings here: https://masteringjs.substack.com/p/building-a-hot-dognot-hot-dog-image.
Why exactly does this package not use semver?
It's an extra topic to teach and I'd like to minimize the number of new libraries introduced in the course. Nothing against react-redux, it's a sweet lib
@njj fair point, will fix