Nick Craig-Wood
Nick Craig-Wood
Rclone can use the SSH binary directly if you want it to use your SSH config. Check out https://rclone.org/sftp/#sftp-ssh
> considering that a [ssh config parser](https://github.com/kevinburke/ssh_config) already exists > it "should" be trivial to add this feature to rclone Looks useful - fancy giving it a go? I think...
@kivi can you explain your design and/or put a link to the code? I was expecting this to change the code in `backend/sftp` only
Let's try to nail down the goals a bit better. I think you are thinking about merging the ~/.ssh/config with the rclone.conf so you can seamlessly use `rclone ls host:`...
@kivi I was hoping you'd add the environment variable setting to the code you have so we can see how that looks. That has the advantage that it is very...
I wrote some more on the PR :-)
@billziss-gh I've used ebitengine quite a bit and hence purego and it had been very stable there. It has [175 dependencies](https://pkg.go.dev/github.com/ebitengine/purego?tab=importedby) so is in use quite a bit. I haven't...
That would be ideal to unify the nocgo variants. The example shows the API variation but I think it is only to do with how you load the shared library....
I've transferred this issue @darthShadow (I needed to put the name of the repo in manually for some reason)
Your before and after seem to be the same so I'm not sure I understand! ``` if mod == nil { mod, err = py.RunFile(context, fpath, py.CompileOpts{UseSysPaths: true}, nil) //...