Josh Kuhn

Results 135 comments of Josh Kuhn

Ok, so concretely, you're suggesting adding an r.now term so that the server time is used when storing a document?

I'd prefer to err on the side of not including something rather than including something that's prone to failure. Transient delays in the network during the first connection could lead...

Hey, I think all we need to do is add an es6 output in compile.sh where we use the correct preset to transpile all but imports. Thanks for bringing this...

@coffeemug @dalanmiller @mglukhovsky @Tryneus I am putting this in subsequent (vs. initial release), but it hasn't come up in discussions much, so I may have been getting the wrong read...

Copied discussion from #51 : @ha1331 > Say I wanted to implement the "user so and so is typing" feature. I could update or insert a document and use subscribe()...

Talking with @segphault yesterday, it probably makes sense to make a plugin for basejump, since a lot of this stuff has been hammered out already very thoughtfully.

This is due to the statuses being implemented by a BehaviorSubject, which will replay old states. This is good if you want to ensure you don't miss any states, but...

Actually, I'm going to try getting this into 2.0.0, since even if you can't seamlessly reconnect, the experience here of reconnecting and re-issuing your queries is pretty bad and most...

beautiful, thanks for the example code

Alright, I've been working on this for 3 days, can't seem to figure out what's going on, so I'm bumping this to 2.x.x