Results 70 comments of Mike Mintz

I think you'd have to port it to meteor and change it to adapt to how meteor does lifecycle On Thu, Oct 19, 2017 at 1:26 PM eportico wrote: >...

Interesting! I agree that using `id` is better, but I had assumed that `oldVal` would always be identical to the object that was already in the list, so just left...

@khoerling Could you elaborate and give a more specific example? I don't quite follow how it's possible for a client not to store any sort of authToken, or else how...

I think I see what you're getting at, but I'm still having trouble understanding the exact use case. Could you describe what you imagine the messages sent back and forth...

I get that people may want to use cookies instead of url params to pass the session key. I just made a couple comments on your PR, but otherwise good...

I think the cleanest way to reuse the socket to send back information would be having before-execute query callbacks like in https://github.com/mikemintz/rethinkdb-websocket-server/issues/2 and also add support for sending back "fake"...

I actually just tried to do this yesterday. I should have posted something about it. Try running this: ``` bash $ npm install buffer --save ``` And then add this...

Oh I think I know how to deal with those. I can try making a react native distribution that stubs net and tls modules, and http too if that helps....

Actually I think it might be because the nodejs websocket library won't work in react native. So I think it makes sense to use the original require statement for the...

Unfortunately, I can't get the latest version of react-native to work easily, since it looks like it requires a newer xcode, which isn't available for os x 10.9. Can you...