Tim Garthwaite

Results 8 comments of Tim Garthwaite

My vote would be to rewrite the core algorithm in Rust and bring in the asm.js runtime.

@benwixen I see that this PR was accepted in March. Could you please publish the update to NPM? Thanks!

@mikemintz I guess I was thinking something along the lines of an object with table names as keys and filters as values. Perhaps, to support the multi-tenancy use-case, accept '*'...

@khoerling I'm not sure I understand this question. There is an existing piece of functionality for authenticating a session, and for adding user-specific information to the session which are made...

@mikemintz I think what would make this complicated to implement (default filters for tables) would be joins. I haven't dug into the internals of Rethink enough (yet) to understand this....

@mikemintz To use your example, and answer your question more directly, the filter description would boil down to this object: { 'account,transaction,statement,message': RP.filter({userId: session.userId}) } Your use case of providing...

I think I'd like to study a bit more about ReQL. If we're going to go down the road of altering the query, then I believe it would make sense...