Martin Wendt
Martin Wendt
:+1: How about naming it `defaultTarget`. I would even prefer to change the current behavior and make running all targets explicit: ``` js grunt.initConfig({ myMultiTask: { defaultTarget: 'jenkins', options: {...
I can't reproduce it here. Can you give two minimal zip files with some source and target data structures that reproduce the problem? Also, what FTP server are you using?
Strange. It seems to work here, using v4.0.0-a3 ``` ftp_local % pyftpsync download -v --progress . ftps://ds415/ agains a NAS FTP server Download to /Users/martin/test/ftp_local from ftps://ds415/ Encoding local: utf-8,...
So I works with 2.38.1 but not 2.38.2 ? I don't see [changes](https://github.com/mar10/fancytree/compare/v2.38.1...v2.38.2) that could cause those problems. Any other messages in the console?
Hi Joe, these arguments to `pysftp.Connection` are currently not used, but it would certainly be a good enhancement!
> mar10 any chance you can re-run the benchmarking from #305 to validate this change? 🙏 Sure: 2021-01-04, PC, Windows 10: - Cheroot 8.5.1 Executed 16,660 activities - Cheroot 8.4.8...
> @mar10 that log looks like you were testing the released versions but not this PR branch. Is that right? that's true. I just tried with ``` pip install git+https://github.com/cherrypy/cheroot.git@refs/pull/352/head...
I removed the timeout check and re-run the test again (30 seconds, 10 parallel users). With this PR I see that most requests seem to take ~0.5 seconds. (There are...
On an older macbook pro i don't see a performance drop like on windows ### cheroot 8.5.1 ``` =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Stressor scenario 'test_rw' finished. Tag: 'n.a.' Base URL: http://127.0.0.1:8082 Start: 2021-01-19...
Sorry for being so unresponsive, I will try to address the this week...