Alexander Efimov

Results 1 comments of Alexander Efimov

Also after looking at the code, I see that there's some kind of "path magic" like: ``` let keyfile = config.keyfile.trim("/"); keyfile = keyfile.trim("/"); ``` It's not cross-platform, on Windows...