graymon

Results 72 issues of graymon

I ran into a bug that reredirect hung forever, and the `strace(1)` output is collected as followed: ``` # strace -fT reredirect -m rere-shim.log 365991 execve("/usr/local/bin/reredirect", ["reredirect", "-m", "rere-shim.log", "365991"],...

I thought `:execute "norm \(easymotion-b)"` would work as `b` in easymotion but it didn't. Could someone do me me a favor to shed some light on this? BTW, my intent...

I want to send request as followed: ``` POST /v1.40/exec/fd1cfa1baccabe2cc990db8a89b77c172d2625d2ac10f0d484499cd19c90e084/start HTTP/1.1 Host: localhost:2375 User-Agent: Docker-Client/19.03.2 (darwin) Content-Length: 28 Connection: Upgrade Content-Type: application/json Upgrade: tcp {"Detach":false,"Tty":true} ``` but I failed to...

I was wondering if it's a good idea to add a flag `-output-request-as-grpcurl`, which will serve as the similar function to Chrome's `copy as cURL`. I believe this may well...

### What reproduces the bug? --- #### What I wanted I wanted to trace a binary (golang) whose symbol table was stripped. #### What I've done 1. prepare a golang...

bug

considering the protobuf message possesses a field `async`, the generated grpc rust code will irritate compiler under 2018 edition. here's a simple demonstration, add two lines in greeting example repo:...

## TL;DR When dealing with multi sub processes, tini is likely to return without waiting for all children to exit, and that drives kernel send SIGKILL to the remaining processes...

当前生成的 systemd unit file 缺少 [install] section, 导致 enable 服务会默默失败... 需要加上 ``` [Install] WantedBy=multi-user.target ```

as per the doc: https://docs.rs/shiplift/0.5.0/shiplift/rep/struct.HostConfig.html, there are only 12 fields supported in HostConfig, leaving bunch of fields like `CpuQuota` and `CpuPeriod` unreachable. here's docker inspect result example for your reference:...

We ran into an issue when using Python [subprocess](https://docs.python.org/3/library/subprocess.html) to call hping3 command under a Python web app server [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/), however the hping3 process hung forever. It turned out that...