Daniel Mewes
Daniel Mewes
@jlove-nz What option do you pass into `conn.use` exactly? Are you passing a string (`conn.use("name")`) or an object of the type `r.db("name")` (`conn.use(r.db("name"))`)? It looks like it needs to be...
Ok. I wonder if something goes wrong due to the shared `OptArgs` object then. I think if you call `.with`, that modifies the object in place. Are you adding a...
Hi @karantin2020, you're right, good catch. The query on the website is primarily for illustrating the general concept of changefeeds, so keeping it simple might actually be more important than...