Aleksandr Kukhta

Results 5 comments of Aleksandr Kukhta

Can add that It only happens when you try to rename folder that contains at least one nested folder.

Hi, sorry for very long response. Unfortunately I personally don't have any free time to add features, and another maintainer doesn't seem to have free time for this as well,...

You made my day :D But it's still a kind of time wasting, i think :D

When adding sugar for raw number isn't hard from parser perspective, support for omitting `{}` around `AssignmentExpression` adds ambiguity for parser. Consider this `` The `onClick` attribute could be parsed...

Just set higher watermark on `BlobReadStream`, like this: ```js ss.createBlobReadStream(file, { highWaterMark: 1024 * 200 // Desired chunk length in bytes, 200kb in this example }); ```