Satyen Desai

Results 16 comments of Satyen Desai

You should be able to return just invalidations in response to a call, without any path values. We did have a bug at one point, which didn't handle this case...

Hey Bretto, - You would use `["todos", 0, "name"]`, as discussed [here](http://netflix.github.io/falcor/documentation/paths.html#path) e.g. ``` modle.get(["todos", 0, "name"])... ``` - Alternatively, you'd require('falcor-path-syntax'), and continue to use the path syntax as...

Hey @limscoder - definitely not the end of the line. As @trxcllnt mentions, we are trying to work out resourcing priorities against the Falcor library and Falcor Router for the...

@limscoder Understandable. On the falcor-router front, the main things we have lined up over the next quarter (dependent on resourcing) are: 1. Error visibility and logging Errors are encapsulated in...

@eddieajau - Can I reach out to chat? I think all of these (hangouts, workshops) are good ideas in general. We're still focused on some timebound internal priorities currently as...

Hey @Eluinhost I think it makes sense to build the check into the falcor router. I'll work on adding it. It may also make sense to have the client batch...