Riccardo Cosenza

Results 10 comments of Riccardo Cosenza

Me too.. same error..

I correct myself, swipeStartThreshold it work, if i set 50px is visible that se real swipe start when 50px is passed, but i did not understand how to stop swipe.....

I'm hooked on this issue .. ``` - target: '/c/Users/bob' + target: '/Users/bob' ``` this not solve for me, I simulate the transfer with scp from my macbook to a...

> For future travelers, drop the leading `/c` in the target, i.e. > > - target: '/c/Users/bob' > + target: '/Users/bob' an if my target is not C: but E:...

> In hindsight this may be related to my issue. I just setup a brand new runner, but it is always idle, it has never picked up a job, but...

IMHO, if call requestBuilder function in requestIterator.js before apply the `[]` substitutions the content-lenght may be different than real and the server abort after await data .. ```javascript RequestIterator.prototype.rebuildRequest =...

> Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests. I would really like that

@mcollina I had time to study the problem, it is simpler than expected, without wanting to touch the logic of your functions ```javascript if (bodyBuf && bodyBuf.length > 0) {...