Piotr Dobrogost

Results 81 comments of Piotr Dobrogost

Duplicate of issue #45.

After setting `Alt+;` shortcut in extension's options (chrome-extension://logpjaacgmcbpdkdchjiaagddngobkck/options/options.html) for _Next tab_ behavior and restarting Chrome it works. Maybe @ OP did not restart browser after setting shortcuts?

> I can confirm updating the regex solved the issue Out of curiosity what did you change? Did you find out what part of log message caused the original regexp...

> Is there a way to force using a certain log format on the command line? See https://github.com/tstack/lnav/issues/454

Related unix.stackexchange.com question [Is there any way to exit “less” follow mode without stopping other processes in pipe?](https://unix.stackexchange.com/q/197199/5355) with answers giving workarounds using shell features to supress ctrl+c propagation across...

> Though I do not understand why it writes only a screen of text without user interaction; Ctrl + C, F helps. Yes, that's strange. @gwsw Any thoughts on the...

@calestyo It's buffered until it's not due to the limited size of pipe's buffer – see [How big is the pipe buffer?](https://unix.stackexchange.com/q/11946/5355)

@pelson I have to admit the scenario you brought up is interesting. :) > To turn this discussion around a little, perhaps I could ask you how you would control...

@layday I'm not familiar with Conda but the problem seems perfectly valid in the realm of the standard Python. If I understand correctly the original issue was "Isolated venv does...

> It is relevant to Conda because only with Conda will you have a different base prefix for every development environment. No one is talking about different base prefix for...