deze
deze
A small bug in `helpers.go` that results in: - the function must return a string, not print it, as a (unwanted) result errors get printed twice to console - (unneeded)...
Even though `SFTPFile` methods `read(from offset:length:)` and `readAll()` request specific `length` of bytes to be read, the underlying NIO channel ignores that and seems to discard all data past its...
Example filename: `Filename - 1234 'Red' [456] (ABC)` Escaped for Bash: `Filename\ -\ 1234\ \'Red\'\ \[456\]\ \(ABC\)` But mirror command doesn't unescape all escaped characters: `mirror: Access failed: No such...
Using M4 macOS as a host. Followed the instructions and successfully built two Linux SDKs: ```bash > swift sdk list 6.0.2-RELEASE_ubuntu_jammy_aarch64 6.0.2-RELEASE_ubuntu_jammy_x86_64 ``` Next created an example project `cross-compilation-test`, just...