Jake Heiser

Results 13 comments of Jake Heiser

This was near impossible when property wrappers were new and the Swift compiler crashed while doing just about anything with property wrappers. I think it's worth attempting this feature again...

Thanks for this fix. Could you add a test in `CompletionGeneratorTests` to demonstrate the bug this is fixing?

I agree that there should be a way to easily change this. The formatting used is based on `docker` formatting, which does include the newline, so I'm going to leave...

`Shout` is a pretty simple wrapper around libssh2, so if I'm understanding you correctly then the requirement that the public key must be available during SFTP is within libssh2, not...

Can you try running ```sh swift package reset swift build ``` and see if that happens to fix it? I've been planning to merge CSSH into this repo anyway and...

I merged `CSSH` into `Shout`, hopefully version `0.5.4` should fix the issue

It does seem as though the most recent version of Swift has broken libs which depend on system libraries. It has worked for me in the command line to use...

This lib is only built to work on macOS -- I'd love to see it work on iOS, but I'm not exactly sure what it would entail. If someone would...

What are the advantages of using a prebuilt binary dependency vs linking against the system lib as Shout does now?

The reason I'm hesitant to move forward with this is that I think the system libssh2 is inherently more trusted than an arbitrary blob on Github. Not to say you're...