Vladislav Fursov
Vladislav Fursov
I have a config: ```yaml hosts: "domain.ltd": RemoteCommand: "tmux -CC attach || tmux -CC || true" ``` but in the final .ssh/config file this field does not appear and the...
``` ssh ssh A ------> B ------> C ^ ^ using A's using B's ssh key ssh key ``` Is this possible with "assh"? https://serverfault.com/questions/337274/ssh-from-a-through-b-to-c-using-private-key-on-b Commands from the answer do...
### What version of Go are you using (`go version`)? $ go version go version go1.18.5 darwin/arm64 ### Does this issue reproduce with the latest release? Yes (go 1.19) $...
https://github.com/go-critic/go-critic/blob/master/checkers/testdata/httpNoBody/positive_tests.go after fixing, nil is incorrectly replaced: ``` func badCases() { _, _ = http.NewRequest("GET", "https://some.url.com/", http.NewRequest("GET", "https://some.url.com/", http.NoBody)) // ^^^^^^^ _, _ = http.NewRequestWithContext(context.TODO(), "GET", "https://some.url.com/", http.NewRequestWithContext(context.TODO(), "GET", "https://some.url.com/",...
https://github.com/chaifeng/ufw-docker/issues/8 # For tests: [Enable IPv6 support](https://forums.docker.com/t/docker-user-chain-for-ip6tables/133961/3) in Docker by specifying ULA range (RFC 4193) in `/etc/docker/daemon.json` ```json { "experimental": true, "ipv6": true, "ip6tables": true, "fixed-cidr-v6": "fd00:dead:beef::/48" } ``` ##...
Simulator iPhone any version / iOS 9.1 and 9.3  Black view after call [VTDAddDismissalTransition.m at line 53](https://github.com/mutualmobile/VIPER-TODO/blob/master/VIPER%20TODO/Classes/Modules/Add/User%20Interface/Transition/VTDAddDismissalTransition.m#L53)
**Environment information** * Operating System: MacOS 14.5 (ARM-64 - M1) * Cutter version: 2.3.4-stable-209c26b * Obtained from: - [ ] Built from source - [ ] Downloaded release from Cutter...