Raymond Rutjes
Raymond Rutjes
I'm having the same issue on a large bucket/space: ``` Traceback (most recent call last): File "/usr/bin/s3cmd", line 3092, in rc = main() File "/usr/bin/s3cmd", line 3001, in main rc...
Yes, also with DO Space. When I reduce the number of targeted files it works with no problem, but if I pick folders with too much files it crashes sometimes...
What is your setup?
I will try taking a look at this next week. Sorry about the inconvenience. If you manage to fix the issue, feel free to open a PR.
I think that currently we override default behaviour entirely (I forgot to double check that.) If we restore default behaviour and enhance it, then we can easily leverage multiple strategies....
> Maybe deps and devDeps can be checked with the file path. > /src/ will have just deps > /scripts/ will have devDeps, then deps > / will have deps,...
Regarding node core packages, it is also a tricky one given a user could be implementing a browser package, in which case he will want to use the non node...
> It's completely OK to require node core modules in browser packages, there should be no need of doing anything specific here. webpack and browserify are able to polyfill them....
Regarding the other plugins out there, ones are doing the installs, other are doing autocomplete but not both as far as we digged. I think that leveraging autocomplete-modules for the...
cc @proudlygeek 🚀