Babak B.
Babak B.
same
I'm not really a python guy but a simple hack is to change the `cmd.py` file. Instead of `from schema import schema` do `from gdom.schema import schema` I believe some...
Looks like RethinkDB is in full swing again! 🎉 https://news.ycombinator.com/item?id=13579544 Ok, so I'd like to make a PR here but I'd like some guidance on what's going on. I tried...
Hey Mike, I see that, I'm doing the most basic thing. Hopefully this deeper explanation of the situation is helpful. ```javascript var express = require('express'); var http = require('http'); var...
Hey Mike, Interesting discovery: If I remove `/node_modules/rethinkdb-websocket-server/node_modules/rethinkdb/net.js` of course the server doesn't work. However, if remove all the code in this file and just replace the entire thing with...
No, but the linked file https://github.com/rethinkdb/rethinkdb/blob/next/drivers/javascript/net.coffee#L1007-L1021 Is to what compiles to `net.js` right? When I comment all the code in `net.coffee` and compile, it surprising connects, not with authenticated user...
Would be really helpful for contributors to be on the same page. Not exactly sure why but it seems that `babel` doesn't preprocess properly. I've got my own thing working...
Hmm.. seems that in this line https://github.com/mikemintz/rethinkdb-websocket-client/blob/master/webpack/base.config.js#L19 removing `exclude` would work. In what scenario do we want exclude for `npm run prepublish`?
Not sure why. It seems that the main difference might be the version of Node? Also, I'm on a Mac. After I removed `exclude: ...` the linter started complaining about...
What is the current documented issue with getting this to work with RN?