horizon icon indicating copy to clipboard operation
horizon copied to clipboard

Horizon is a realtime, open-source backend for JavaScript apps.

Results 101 horizon issues
Sort by recently updated
recently updated
newest added

Similar to https://www.firebase.com/docs/rest/guide/saving-data.html Given a pre-existing database, Horizon should have a way to allow people to ingest large `.json` dumps into Horizon. I got this question a fair number of...

cli tool
plugin

hello guys please could you keep an arm compatible docker image for test. A Dockerfile.armhf would be nice. Many of us test rethinkdb on rpi and its pretty fast.

build system

Starting state 1 ``` $ tree . ├── .hz │   ├── config.toml │   ├── schema.toml │   └── secrets.toml ``` Option 1: ``` hz schema save $ tree . ├── .hz...

cli tool
User friendliness

Based on #696 branch. Currently in `/server` with `eslint .`: ``` ./fusion/server/src/auth/auth0.js 21:9 error 'client_secret' is defined but never used no-unused-vars 26:9 error 'self_url' is defined but never used no-unused-vars...

testing

I work with react native and horizon-react. We use Auth0 as oauth provider. Login happens in a WebView and with some magic I intercept the token from the redirect URL....

server
client

Server version: 2.0.0 Client version: 2.0.0 DB server set up through AWS Marketplace. Created a user and granted ``` r.db('mydb').grant('myuser', {read: true, write: true, config: false}); ``` I get: ```...

server
Needs DB support

There should be a way for applications built with Fusion to support file uploads from users. This would probably involve providing a standard REST endpoint that handles mulitpart form requests....

still formulating
plugin

For React Native to work I am attempting to get PRs approved upstream in https://github.com/bkonkle/babel-preset-es2015-loose but ultimately it looks like the project has been deprecated. Does anyone know what necessitates...

client

Fresh install of version 2. Still can't use horizon with React Native. Error: Couldn't find preset "es2015-loose" relative to directory "/home/demin/startup/client/node_modules/@horizon/client" > ``` > at /home/demin/startup/client/node_modules/babel-core/lib/transformation/file/options/option-manager.js:321:17 > ``` Server version:...

This is a pretty critical part of any reasonably complex app, and RethinkDB doesn't provide these capabilities at all, so it'd be nice to have an official elasticsearch plugin

plugin