José Luis Di Biase

Results 67 comments of José Luis Di Biase

https://gist.github.com/coolaj86/1318304

A better way to do this without loosing results is: 'ls /dev | grep -e usb -e USB -ACM'

I am using [Backbone.io](https://github.com/scttnlsn/backbone.io) that **sync models/collections over socket.io** instead of using ajax. It might be something with that I need to research more.

:+1: I am getting so many problems beacuse I dont know when fetchrelated has finnished.

Check here https://github.com/PaulUithol/Backbone-relational/issues/317 Anyways I cant make work fetchRelated with deferred array objects (is what return fetchrelated). Any clue on this would be great

Maybe you can debug ra-data-feathers and check where to force to redirect to login in this case. Can you make on PR? Check here https://github.com/josx/ra-data-feathers/blob/master/src/authClient.js Anyway it is not an...

Maybe you can debug a little more to realize if we can discriminate a network error or a login error, and how to do it.

Can you make a PR? We can put on peerDeps something like supporting 2,3,4 react-admin versions, like ``` react-admin": "^2.1.1 || ^3.0.0 || ^4.0.0" ``` BTW `npm show react-admin versions`...

Maybe it is related that you are using date input and trying to send a datetime. But It seems not to be a ra-data-feathers bug.

A simple way to do it, it is after getting the dataProvider. ``` import feathersClient from './feathersClient'; import { restClient, authClient } from 'ra-data-feathers'; const restClientOptions = {}; const dataProvider...