Lars Cristian Almstrand

Results 6 issues of Lars Cristian Almstrand

Are there plans to support evaluating Vector expressions of arbitrary length? Calling `evaluate` in the following example ... ``` ContextModel cm = new ContextModel(); Expression vector1 = new Vector([new Number(1),...

enhancement

When a handshake request fails because of the following reasons, the response is missing the `request_id`: - Unauthenticated connections are not allowed - Anonymous connections are not allowed - Unknown...

Fixes #838 When an exception is thrown inside `handshake` (server/src/auth.js) it is currently caught in `error_wrap_socket` (server/src/client.js) where the originating request's `request_id` is unknown. Failed handshake requests will therefore respond...

It is not well documented that documents in the `users` table must define a `groups` property. The earlier CLI document (https://github.com/rethinkdb/horizon-docs/pull/106/commits/bcbc1a3de614d9247a223965092d443036ea95da) and several independent sources online suggest adding users like...

As demonstrated in this video: https://drive.google.com/open?id=0BwGQxgIKSiNZaXYwVTBNbWRBVjA on a touch-enabled device, touching near `paper-slider` and dragging mostly vertically (with little horizontal movement) causes the knob to move. This is problematic when...

p2 - icebox

The CLI document describes how `hz make-token 4C720BD1-2729-46BA-9213-ED84DEDE3120` can be used to generate a JWT. The document _used_ to also show how the user for which the JWT was generated...