Aaron Jheng
Aaron Jheng
### Description Specify a custom dial function per config instead of using RegisterDialContext. It's hard to bind different state infomation for dialing with `RegisterDialContext`. Like SSH tunneling, if we want...
**Describe the bug** Multiple Services 在启用 Connection Multiplexing 的情况下不能正常工作 **To Reproduce** Steps to reproduce the behavior: 1. 克隆 https://github.com/cloudwego/kitex 2. 修改 `protobuf_multi_service` 1. Client 增加 `client.WithMuxConnection(1)` 选项 2. Server 增加...
Please consider: * vscode-nix-ide => vscode-nix * nix-ide => nix * Nix IDE => Nix * ...
See https://github.com/NixOS/nixpkgs/pull/329896.
## Bug description I want install HuggingChat as an App from Chrome on macOS. But the icon is too large. ## Steps to reproduce ## Screenshots   currently, I...
I want to connect to Redis over SSH with [golang.org/x/crypto/ssh](https://pkg.go.dev/golang.org/x/crypto/ssh). Currently ssh channels does not support deadlines. See https://github.com/golang/go/issues/65930. So the following calls should be disabled. * https://github.com/gomodule/redigo/blob/247f6c0e0a0ea200f727a5280d0d55f6bce6d2e7/redis/conn.go#L748 * https://github.com/gomodule/redigo/blob/247f6c0e0a0ea200f727a5280d0d55f6bce6d2e7/redis/conn.go#L748...
https://github.com/prefix-dev/pixi/releases/tag/v0.34.0 https://github.com/prefix-dev/pixi/releases/tag/v0.33.0 https://github.com/prefix-dev/pixi/releases/tag/v0.32.0 ## Things done - Built on platform(s) - [ ] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [x] aarch64-darwin - For non-Linux: Is sandboxing...
Add flags like those from MySQL Shell. ``` --ssh= Make SSH tunnel connection usingUniform Resource Identifier. Format: [user[:pass]@]host[:port] --ssh-identity-file= File from which the private key for public key authentication is...