Rom Grk

Results 558 comments of Rom Grk

Not much to add here but just to say I'd also be happy to have this option. I've been benchmarking a very IO heavy program (reading & writing GBs of...

Actually don't merge this, this fix won't always work. Warnings (stderr) is intertwined with stdout.

Ok, so I've added a `2>/dev/null` which solves the problem on my side but are you ok with that solution? A cleaner but more involved approach would be to run...

https://github.com/liuchengxu/vista.vim/commit/cce80bf960abbbb10729d65d6174ced66282e1af doesn't work because stdout and stderr are intertwined together. So you might get a line that reads like this: ``` BoxedClassDestroyed src/boxctags: Warning: [message here...]ed.cc /^static void BoxedClassDestroyed(const v8::WeakCallbackInfo...

Ok, I'm not sure what's the best way to proceed and reading the code is a bit more work than what I can give, do you prefer I open an...

Any chance this will get merged soon?

> I'm not very invested in this PR. If you don't think it's a good idea, I'll close it. I am quite interested in this PR, and would appreciate if...

Oh, I see, good point. What if we keep the type as `int` and leave it to the user to cast the value?