When I try to open a file with a space in its name it would not open. I've been able to track down the problem in the macos implementation that is not aware and escaping the space in the system call. I will send a PR with a suggestion. The same would happen to linux.
When I try to open a file with a space in its name it would not open. I've been able to track down the problem in the macos implementation that is not aware and escaping the space in the system call. I will send a PR with a suggestion. The same would happen to linux.