Tim Düsterhus

Results 233 comments of Tim Düsterhus

> Above PR doesn't really solve connecting to SSH2 hosts that can only authenticate through `[email protected]` for example. My PR is for certificates for client authentication. It's not for server...

See my pull request #808, adding support for SSH certificates and #551 for a duplicate of this issue.

Do you need to know the version or do you just need to know whether it is higher or lower than a given version? The latter is already possible via:...

> it does not seems to work for me in version less than 2.7 (i dont have all versions but...) It's available as of HAProxy 2.5.

@timkendrick Please read this for some background information on myself and why I am suddenly taking a look at this: https://github.com/elad/node-imagemagick-native/pull/199#issuecomment-712944478 I don't use macOS myself. Could you please check...

> The `Binary` class is used in _a lot_ of other software that depends on this library. That's why I did not remove it and just marked it as Deprecated.

Okay. Are you requesting me to drop the Deprecation commit? Shall I make any other changes to this PR or are the first two commits good?

You can do the following: ``` push: branches: - main ``` Then the workflows will only run for pushes to main.

> Valgrind does not appear to work well here. I does point out some conditional jumps that depend on uninitialized in non-go code values, though. But also quite a few...