Aleksandr Murin

Results 10 issues of Aleksandr Murin

I am see periodic high cpu usage of my HimeKit app and I am try to detect what wrong. As show `pprof/profile` info - 36% cpu time spend on call...

## Issue In MOSH (https://mosh.mit.edu/) for exit I am need to input `ctrl+^` (actually for this I am pressed keys `ctrl`, `shift`, `6`). In `xterm.js` this combination not worked. In...

type/bug
help wanted

In PUSH module before xhr.send() and after xhr complete. Thank you

js
feature

##### SUMMARY Module raise error, if `ansible_port` is jinja expression: ``` msg: 'argument ''dest_port'' is of type and we were unable to convert to int: cannot be converted to an...

### Description # Problem (see solution below) I am use `gvisor` branch `go` for self application, not `runsc`. I am create link endpoint with big MTU (8000). When I am...

type: bug
stale-issue

Please fix typo Now in https://github.com/d2r2/go-i2c/blob/master/i2c.go#L209 was `*` instead of `&` ```go w := (value*0xFF00)>>8 + value8 + value8)|(value

I am talking about `ip mptcp` https://github.com/shemminger/iproute2/search?q=mptcp Thank you.

Version: `v0.2.1` VS Code: `1.84.2` Settings: ```json { "go-template.languages": [ "toml" ], "go-template.patterns": [ "**/*.toml" ] } ``` No highlight (

`*Client.Call()` apply metadata to `Request{}`: https://github.com/containerd/ttrpc/blob/faba5896a9c4d7b65495cb9b2c02531feb1434d6/client.go#L162-L164 But `*Client.NewStream()` does not have this block - so metadata not applyed. Please add this block to `*Client.NewStream()`. Thank you!