Victor Sabatier

Results 9 comments of Victor Sabatier

Hey @fschoenfeldt do you have any clue ? Simply doing : - `git clone` - `yarn` - `yarn test` And I have this error

Thanks your reply and no worries you have no duty to answer quickly, with new changes everything is working now ! Will try to apply setup on my own project

Hey, I think this can be done quite easily if the lib can also export defaults components used [Sortable](https://github.com/SortableJS/Sortable) is easy to setup, as just need to: - add ``...

Hello, I was waiting for the Meteor night to close this, I had not the chance to attend or watch the stream so I do not know if some annnoncements...

Thank you so much, I had this feeling that this was simple to set up, but could not grasp it ! Thanks again

Hey @wolszczak96, when I implemented this I did not need it to force ids, I create fake id client side and write to the apollo cache directly When back offline...

Same problem here with the DELETE method ``` Api = new Restivus({ apiPath: 'api/', prettyJson: true, useDefaultAuth: true, version: 'v0', enableCors: true }); ``` and ``` delete: { action: function()...

Hey @StephenKoller can you tell me how to use your fork ?