Josh Kuhn

Results 53 issues of Josh Kuhn

Currently we use empty parens in Ruby snippets in the docs, a'la: ``` ruby r.table('foo').max() ``` It seems to be common style in Ruby to elide empty parens like: ```...

Got this comment in a recent HN thread: > +1 to using RethinkDB! I'm also using RethinkDB in production, and I love it! The only issue is that you have...

Right now we just have OAuth. This would be nice, but it requires a bit of care to implement because we're taking the full security burden on ourselves.

server

There needs to be a user-friendly web ui for horizon app configuration. Anything in the config file ( #153 ) should be possible to modify through the ui. We talked...

server
PR: in progress
admin UI

We should allow creating custom commands that map to parameterized reql queries. There would be two parts: 1. The config to add a custom command 2. Adding the method to...

still formulating
plugin

https://angular.io/

Example

My understanding is that right now we get no information in Horizon from the providers, just true/false "person has an account here" ping @Tryneus to verify that we don't already...

server
client

Numerous users have reported issues with sending large documents over the wire. The nosql-y way to do things is to jam as much into a table as possible since only...

server
client

Right now CORS is stymied because we can't do this: https://discuss.horizon.io/t/problem-with-enabling-cors/472 This should be fairly straightforward, and CORS won't work without it, so putting in 2.0

cli tool

Right now we only build indices/allow querying based on top level fields. This is a fairly arbitrary restriction, we should see if we can support nested fields in an elegant...

server
client
still formulating