You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason why thinky doesn't check the type itself is because you currently cannot bind a stream with do, and cannot do something like r.branch(seq.typeOf().eq("STREAM"), seq.coerceTo("ARRAY"), seq) without having to compute twice seq (which can be expensive).
If streams are automatically coerce to arrays, this would remove the need for _array but this is not yet implemented - rethinkdb/rethinkdb#2721
If I want to do something like
It shouldn't throw this
It'd be nice to see a fix to this, as I'd rather not load 300 objects into memory 10 times every single request.
The text was updated successfully, but these errors were encountered: