wanglei01

Results 42 comments of wanglei01

This may need to be redesigned, close it now.

I have tried the same, and #61 may help you.

@dmcgowan thanks. Streaming is a great project, the logic in it is so complex that it took me a lot of time to understand it, I admire your ability to...

> How did you notice the issue by the way? It would be great if we can write some autometed way to check that this part won't have leaks in...

`fg -` Would consider supporting it ?

> @wllenyj What is that supposed to do? > > Is that supposed to be a synonym for the last job? No, in the bash, `fg` bring the last used...

At work, I often use job to switch multiple nvim. https://www.gnu.org/software/bash/manual/html_node/Job-Control-Basics.html > The previous job may be referenced using ‘%-’. If there is only a single job, ‘%+’ and ‘%-’...

@joseluis A spelling error ? `set --local real_command (ps -q $pid -o cmd=)` -> `ps -p $pid`

We should be compatible with https://github.com/containerd/ttrpc/pull/157. Or there is a good enough reason to add it in golang.

> This is the table above, but with some percentages to make the improvement easier to see. > > image now conReader % improvement > busybox 52.458629ms 48.593998ms 7.36702% >...