Konstantin Khlebnikov

Results 26 comments of Konstantin Khlebnikov

I have similar issue with nvim-cmp while jumping through loclist in insert mode: ``` inoremap :lprev inoremap :lnext ``` sometimes appears garbage like ``` (358) (360) .feedkeys.call.run(287) .utils.feedkeys.call.run(289) u.feedkeys.call.run(194) deys.call.run(196)...

I've just found monstrous kludge in openebs lvm-localpv for this issue. For more robust protection against race provisioner could create stub PV before calling CreateVolume. There is PV state for...

Remaining code mixes all requests, reads and writes. I'm not sure that splitting just errors makes sense. Is this important for your case? AFAIK when storage fails into read-only mode...

I've added -E -ignore-error, statistics counter and better logging.

That's neat but very ad hoc solution. For plotting graph in offline present raw or json formats are just fine. Also it's easy to turn them into SQL or something...

https://github.com/ytsaurus/ytsaurus/pull/567

**Please apply into stable/23.2 stable/24.1**

Let's add one flat kv/json/yson structure which could contain all reigns, yt verison, rpc protocol versions, etc.

I suppose this should be per-medium option. Also it seems ok to allow any codec for non-vital data.

> > Also it seems ok to allow any codec for non-vital data. > > For non-vital data, RF=1 is the best option, I guess. If we limit options just...