Clay Sweetser

Results 99 comments of Clay Sweetser

I would also love to know *why* randomPathName is initializing a new random state each time. If you're going to do that, you might as well just use the current...

Is this an "alternative", like an alternative implementation, or am alternative solution to the problems described in 416?

@Araq The problem is that a "valid" filename depends on both the operating system and file system being used - it's a fundamentally flawed approach. It's better to just... attempt...

I'll merge this once the csources PR is merged.

@Araq Is there anything else that needs to be done in this PR?

My question is, why are we using custom logic, rather than [`CommandLineToArgvW`](https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-commandlinetoargvw)? Using any algorithm other than the one that function uses is a good way to have differences between...

I would love support for this - I'm in a situation where a number of files stored on an SFTP server are duplicates, but can neither be moved nor deleted....

Out of curiosity, what's the underlying cause?

What would be interesting is a comparison between Nim and other (compiled) languages with similar closure semantics/mechanisms. Then we might be able to uncover ways to optimized the currently generated...

Hm, how slow are Nim's closures compared to, say, Go?