Yanis Benson

Results 10 comments of Yanis Benson

I'm not that big of a maintainer, but wouldn't mind to keep an eye on this small project.

I am much more busy now, but I still can maintain it if needed. However I won't object if @baderbuddy will take on the task. On Fri, 23 Sep 2016,...

In general concurrency limits are important for any kind of resource, including cache space, memory bandwidth, memory space, processes/threads, file descriptors, IO devices bandwidth and space and probably some more...

I did a simplistic guess for `trash` recently. ```js // Educated guess, values of 16 to 64 seem to be optimal for modern SSD, 8-16 and 64-128 can be a...

@yxliang01 I googled around a bit, but I think there is nothing around for such generic task except implementations of some algorithms(which isn't that hard once you picked algorithm anyway)....

@moinism Not sure about this fix being idiomatic, but it's clean and working and fixes mentioned issues.

@sindresorhus Looks like it's mac, I can't really test it easily. Overall code seems quite straightforward, so looks like it's an issue with how the mac binary behaves.

What is the status of this issue?

@sindresorhus What exactly do we want to do here? Use pkill inside fkill for part of the cases?