Nolan Woods
Nolan Woods
The issue is you are sending the Range header, which triggers the CORS Preflight mechanism which github does not currently support. To avoid the issue you must only ever make...
node-fetch doesn't have it supported but isomorphic-fetch does. I just copy pasted the shim from isomorphic-fetch into my project: ```js const redirectStatuses = [301, 302, 303, 307, 308]; if (!Response.redirect)...
It might actually be better to just split the debug service from the http service, providing different ports for each. If the ports are specified the same then the services...
@ivandeex @ncw Can this be approved before I go to the trouble of implementing the tests? There is a competing PR and it would be very disappointing to polish this...
> @innovate-invent > Please refer to #5154 and the discussion in #4547 for my entry requirements to any sequential resumer interface in rclone. Are you referring to the ability to...
> > > @innovate-invent > > > Please refer to #5154 and the discussion in #4547 for my entry requirements to any sequential resumer interface in rclone. > > >...
> > Nowhere do I request removing the rolling hash functionality, just relocate > > You request to relocate it to something that does not exist on master or in...
@ivandeex I implemented a CRC on the fragment uploader that is available to the backend if it is able to use it
@ncw I would prefer a decision on which competing PR you will prefer before continuing to build out the tests and backend implementations.
@ncw Is there any chance you will be able to review this soon?