Jafar Husain
Jafar Husain
Valid point. The assumption is that this method will only be used to serialize state (in which case you'd want to preseve any metadat). That could perhaps be better reflected...
Sorry the documentation is out of date. The error selector allows you to return a new error in place of the one being passed in. It seems like you're already...
The router is not optimized for accessing a single database. What you need is a query optimizer which walks the tree of paths and builds a single SQL query (tree...
My best guess is that the best way to approach this would be to accept a series and paths, mix them into a single map, and use a visitor pattern...
Don't use a router. If you're targeting a single SQL database, and you absolutely need a single query to it, just implement the [data source interface](http://netflix.github.io/falcor/documentation/datasources.html). Then you can intercept...
Hey Bob this doesn't look like a bug. You cannot return an array or object from a route. Every route must evaluate to a value type (string, number, boolean, reference,...
When I say wrap arrays and objects in atoms I mean this: { route: "ProductsById[{integers:numbers}].Thumbnails", (pathSet) => // lets say it's just one integer (5) { jsong: { ProductsById: {...
We will look into this. In the meantime please use path value pairs to unblock.
Falcor authorizes each individual route via the authorize callback. We don't use HTTP codes to indicate lack of authorization. Instead we send down individual error objects with an unauthorized:true key...
Running in Crostini Linux VM on HP DragonFly Pro. It has an Intel Evo i5 so I guessed that volteer was the right platform. Ran into the issue with decompression...