David Van Gompel
David Van Gompel
@elliot-borst-yuranga Did you got this working? I got the same error, but I do provide a password. `git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD sftp://$FTP_HOST --remote-root $FTP_PATH` All the variables...
Thanks for the quick response! Our state is normalized indeed. We have some heavy parts in the reducers, where a certain action needs to update several parts of the state....
Thanks for the contribution! I need some time to manually test a few things.
Thanks for the addition! Can you check the lint warning + comments on the PR?
Hi @ftcvlad, it's indeed not possible now, only by replacing requestBuilder with your own implementation. It would be a nice enhancement though. I'll try to find some time to add...
Hi @peterdutton, you could do something like this: ```javascript import { container } from 'react-redux-fetch'; const originalRequestBuilder = container.getDefinition('requestBuilder').getArgument('build'); const customRequestBuilder = (url, config) => { const request = originalRequestBuilder(url,...
I've been thinking about this, but not sure how this can be implemented. What's your idea on the way you want to use that feature? For example, dispatch a cancel...
Have the same issue, after upgrading from weback 1 to webpack 2. Don't know if it's related. Have you found a solution?